[Intel-gfx] [PATCH] drm/i915/bios: Fix DEVICE_TYPE_HDMI id
Chris Wilson
chris at chris-wilson.co.uk
Wed Sep 8 16:35:22 CEST 2010
The single HDMI example I have in the wild uses 0x68D2 not 0x60D2.
0x60D2 is also used by DEVICE_TYPE_EFP_DVI_D_HDCP.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
drivers/gpu/drm/i915/intel_bios.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h
index 4c18514..f1211dd 100644
--- a/drivers/gpu/drm/i915/intel_bios.h
+++ b/drivers/gpu/drm/i915/intel_bios.h
@@ -592,7 +592,7 @@ bool intel_init_bios(struct drm_device *dev);
/* Add the device class for LFP, TV, HDMI */
#define DEVICE_TYPE_INT_LFP 0x1022
#define DEVICE_TYPE_INT_TV 0x1009
-#define DEVICE_TYPE_HDMI 0x60D2
+#define DEVICE_TYPE_HDMI 0x68D2
#define DEVICE_TYPE_DP 0x68C6
#define DEVICE_TYPE_eDP 0x78C6
--
1.7.1
More information about the Intel-gfx
mailing list