mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-11 00:30:18 +01: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" }
|
||||
};
|
||||
static struct drm_prop_enum_list drm_conn_enum_list[] =
|
||||
{ { ConnectorVGA, "VGA" },
|
||||
{ { ConnectorUnknown, "Unknown" },
|
||||
{ ConnectorVGA, "VGA" },
|
||||
{ ConnectorDVII, "DVI-I" },
|
||||
{ ConnectorDVID, "DVI-D" },
|
||||
{ ConnectorDVIA, "DVI-A" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue