diff options
author | Jerome Glisse <glisse@freedesktop.org> | 2008-01-15 16:01:39 +0100 |
---|---|---|
committer | John Doe <glisse@freedesktop.org> | 2008-01-15 16:01:39 +0100 |
commit | 6ba979ea467ef6ff76c32ee63ee9a6d4073ec672 (patch) | |
tree | 2abc67e4ce0e52c2b9d18bfcb25e90cd9f25c108 /shared-core/radeon_ms_properties.c | |
parent | 20a8e2d30e99a3248e6f02f792a29d20ec9f2ce5 (diff) |
radeon_ms: use radeon connector type insted of drm
Diffstat (limited to 'shared-core/radeon_ms_properties.c')
-rw-r--r-- | shared-core/radeon_ms_properties.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/radeon_ms_properties.c b/shared-core/radeon_ms_properties.c index 2bd45dcd..baf2a7f2 100644 --- a/shared-core/radeon_ms_properties.c +++ b/shared-core/radeon_ms_properties.c @@ -58,7 +58,7 @@ struct radeon_ms_output radeon_ms_dac2 = { }; struct radeon_ms_connector radeon_ms_vga = { - NULL, NULL, NULL, ConnectorVGA, MT_NONE, 0, GPIO_DDC1, + NULL, NULL, NULL, CONNECTOR_VGA, MT_NONE, 0, GPIO_DDC1, { 0, -1, -1, -1, -1, -1, -1, -1 }, @@ -66,7 +66,7 @@ struct radeon_ms_connector radeon_ms_vga = { }; struct radeon_ms_connector radeon_ms_dvi_i_2 = { - NULL, NULL, NULL, ConnectorDVII, MT_NONE, 0, GPIO_DDC2, + NULL, NULL, NULL, CONNECTOR_DVI_I, MT_NONE, 0, GPIO_DDC2, { 1, -1, -1, -1, -1, -1, -1, -1 }, |