diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2010-03-30 15:11:33 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-04-12 09:24:11 -0700 |
commit | 461ed3caee9b615393eb5beb9a8148d230354b41 (patch) | |
tree | 33fb06d5c9b021f8a10fae0c61a094d655778eaa /drivers/gpu/drm/i915/i915_reg.h | |
parent | cfecde435dda78248d6fcdc424bed68d5db6be0b (diff) | |
download | lwn-461ed3caee9b615393eb5beb9a8148d230354b41.tar.gz lwn-461ed3caee9b615393eb5beb9a8148d230354b41.zip |
drm/i915: Add support of SDVO on Ibexpeak PCH
SDVO on Ibexpeak PCH with Ironlake is multiplexed with
HDMIB port, and only has SDVOB port.
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 8de8194a5e7d..b4ff81527389 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h @@ -2629,6 +2629,9 @@ #define HSYNC_ACTIVE_HIGH (1 << 3) #define PORT_DETECTED (1 << 2) +/* PCH SDVOB multiplex with HDMIB */ +#define PCH_SDVOB HDMIB + #define HDMIC 0xe1150 #define HDMID 0xe1160 |