summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bios.h
diff options
context:
space:
mode:
authorBen Skeggs2012-03-22 02:27:15 +0100
committerBen Skeggs2012-03-22 08:18:16 +0100
commitfa2c113ac1da39f922ab287b75c8d3f21a4b16dd (patch)
tree9d1097d6061b68fc137401d5b439b648686bce27 /drivers/gpu/drm/nouveau/nouveau_bios.h
parentdrm/nouveau: move out of staging drivers (diff)
downloadkernel-qcow2-linux-fa2c113ac1da39f922ab287b75c8d3f21a4b16dd.tar.gz
kernel-qcow2-linux-fa2c113ac1da39f922ab287b75c8d3f21a4b16dd.tar.xz
kernel-qcow2-linux-fa2c113ac1da39f922ab287b75c8d3f21a4b16dd.zip
drm/nouveau: add bios connector type for dms59
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bios.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.h b/drivers/gpu/drm/nouveau/nouveau_bios.h
index 1f3233df00e6..298a3af48d14 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.h
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.h
@@ -69,6 +69,8 @@ enum dcb_connector_type {
DCB_CONNECTOR_TV_3 = 0x13,
DCB_CONNECTOR_DVI_I = 0x30,
DCB_CONNECTOR_DVI_D = 0x31,
+ DCB_CONNECTOR_DMS59_0 = 0x38,
+ DCB_CONNECTOR_DMS59_1 = 0x39,
DCB_CONNECTOR_LVDS = 0x40,
DCB_CONNECTOR_LVDS_SPWG = 0x41,
DCB_CONNECTOR_DP = 0x46,