summaryrefslogtreecommitdiff
path: root/shared-core/radeon_ms_properties.c
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2008-01-15 14:30:40 +0100
committerJohn Doe <glisse@freedesktop.org>2008-01-15 14:30:40 +0100
commit20a8e2d30e99a3248e6f02f792a29d20ec9f2ce5 (patch)
tree2f87233806acf9b921e6950291f69087e4c20595 /shared-core/radeon_ms_properties.c
parentf1f934c8c97d6664fb5e1920a41154c09cc7f293 (diff)
radeon_ms: cope with lastest drm modesetting change
Diffstat (limited to 'shared-core/radeon_ms_properties.c')
-rw-r--r--shared-core/radeon_ms_properties.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared-core/radeon_ms_properties.c b/shared-core/radeon_ms_properties.c
index 393f496f..2bd45dcd 100644
--- a/shared-core/radeon_ms_properties.c
+++ b/shared-core/radeon_ms_properties.c
@@ -61,14 +61,16 @@ struct radeon_ms_connector radeon_ms_vga = {
NULL, NULL, NULL, ConnectorVGA, MT_NONE, 0, GPIO_DDC1,
{
0, -1, -1, -1, -1, -1, -1, -1
- }
+ },
+ "VGA"
};
struct radeon_ms_connector radeon_ms_dvi_i_2 = {
NULL, NULL, NULL, ConnectorDVII, MT_NONE, 0, GPIO_DDC2,
{
1, -1, -1, -1, -1, -1, -1, -1
- }
+ },
+ "DVI-I"
};
struct radeon_ms_properties properties[] = {