drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbt
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 2 Dec 2009 02:03:32 +0000 (10:03 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 2 Dec 2009 07:25:17 +0000 (23:25 -0800)
commitf24bc39facc1e74eb989908106fe9f6d375ae16e
tree22a5f0c7e74d9a3119c7d75d0b6b6fc96e9019fe
parentf0217c42c9ab3d772e543f635ce628b9478f70b6
drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbt

We were always looking for the PORT_IDPB entry.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_dp.c