mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
modetest: add edp and TV connector names to the connector name array
This commit is contained in:
parent
23287f05cf
commit
b8abe6139e
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ struct type_name connector_type_names[] = {
|
||||||
{ DRM_MODE_CONNECTOR_DisplayPort, "displayport" },
|
{ DRM_MODE_CONNECTOR_DisplayPort, "displayport" },
|
||||||
{ DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
|
{ DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
|
||||||
{ DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
|
{ DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
|
||||||
|
{ DRM_MODE_CONNECTOR_TV, "TV" },
|
||||||
|
{ DRM_MODE_CONNECTOR_eDP, "embedded displayport" },
|
||||||
};
|
};
|
||||||
|
|
||||||
type_name_fn(connector_type)
|
type_name_fn(connector_type)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue