Fix connector description table
parent
44a2209790
commit
5662934ee4
|
@ -48,7 +48,8 @@ static struct drm_prop_enum_list drm_dpms_enum_list[] =
|
||||||
{ DPMSModeOff, "Off" }
|
{ DPMSModeOff, "Off" }
|
||||||
};
|
};
|
||||||
static struct drm_prop_enum_list drm_conn_enum_list[] =
|
static struct drm_prop_enum_list drm_conn_enum_list[] =
|
||||||
{ { ConnectorVGA, "VGA" },
|
{ { ConnectorUnknown, "Unknown" },
|
||||||
|
{ ConnectorVGA, "VGA" },
|
||||||
{ ConnectorDVII, "DVI-I" },
|
{ ConnectorDVII, "DVI-I" },
|
||||||
{ ConnectorDVID, "DVI-D" },
|
{ ConnectorDVID, "DVI-D" },
|
||||||
{ ConnectorDVIA, "DVI-A" },
|
{ ConnectorDVIA, "DVI-A" },
|
||||||
|
|
Loading…
Reference in New Issue