summaryrefslogtreecommitdiff
path: root/shared-core/radeon_ms_properties.c
diff options
context:
space:
mode:
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[] = {