drm/i915: fix gpio register detection logic for BIOS without VBT
authorShaohua Li <shaohua.li@intel.com>
Wed, 18 Nov 2009 07:15:02 +0000 (15:15 +0800)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2009 00:10:56 +0000 (16:10 -0800)
commit29874f44fbcbc24b231b42c9956f8f9de9407231
tree22532ad33c5f265bc728e5e21a8175ce0f81f126
parentd271817baecbccb47da0d9f28c285a0dae8a06b7
drm/i915: fix gpio register detection logic for BIOS without VBT

if no VBT is present, crt_ddc_bus will be left at 0, and cause us
to use that for the GPIO register offset. That's never a valid register
offset, so let the "undefined" value be 0 instead of -1.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
[anholt: clarified the commit message a bit]
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_bios.c
drivers/gpu/drm/i915/intel_crt.c