mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 08:38:23 +02:00
Fix connector description table
This commit is contained in:
parent
44a2209790
commit
5662934ee4
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue