summaryrefslogtreecommitdiffstats
path: root/drm-upgrayedd.patch
diff options
context:
space:
mode:
authorMichael Young <m.a.young@durham.ac.uk>2011-03-24 12:49:16 +0000
committerMichael Young <m.a.young@durham.ac.uk>2011-03-24 12:49:16 +0000
commitaf3666d76ee2cd5d748b905f5111e1dadc80001a (patch)
treee731888f14123f0a4bed2e763916fa7b0ebf85c7 /drm-upgrayedd.patch
parent993c86d8e951ca7dc4d7c6bd96c772d5c480745b (diff)
downloaddom0-kernel-af3666d76ee2cd5d748b905f5111e1dadc80001a.tar.gz
dom0-kernel-af3666d76ee2cd5d748b905f5111e1dadc80001a.tar.xz
dom0-kernel-af3666d76ee2cd5d748b905f5111e1dadc80001a.zip
Update to 2.3.32.34 and latest xen/next-2.6.32
Diffstat (limited to 'drm-upgrayedd.patch')
-rw-r--r--drm-upgrayedd.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/drm-upgrayedd.patch b/drm-upgrayedd.patch
index 2530bec..4774109 100644
--- a/drm-upgrayedd.patch
+++ b/drm-upgrayedd.patch
@@ -214,8 +214,8 @@ index 5cae0b3..d91fb8c 100644
int type;
char *name;
@@ -149,6 +158,7 @@ static struct drm_conn_prop_enum_list drm_connector_enum_list[] =
- { DRM_MODE_CONNECTOR_HDMIA, "HDMI Type A", 0 },
- { DRM_MODE_CONNECTOR_HDMIB, "HDMI Type B", 0 },
+ { DRM_MODE_CONNECTOR_HDMIA, "HDMI-A", 0 },
+ { DRM_MODE_CONNECTOR_HDMIB, "HDMI-B", 0 },
{ DRM_MODE_CONNECTOR_TV, "TV", 0 },
+ { DRM_MODE_CONNECTOR_eDP, "Embedded DisplayPort", 0 },
};