mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 09:56:02 +00:00
lib: shorten DP/eDP connector names
Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
parent
9a9f13167a
commit
9cbbce148f
@ -1391,11 +1391,11 @@ struct type_name connector_type_names[] = {
|
||||
{ DRM_MODE_CONNECTOR_LVDS, "LVDS" },
|
||||
{ DRM_MODE_CONNECTOR_Component, "component" },
|
||||
{ DRM_MODE_CONNECTOR_9PinDIN, "9-pin DIN" },
|
||||
{ DRM_MODE_CONNECTOR_DisplayPort, "DisplayPort" },
|
||||
{ DRM_MODE_CONNECTOR_DisplayPort, "DP" },
|
||||
{ DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
|
||||
{ DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
|
||||
{ DRM_MODE_CONNECTOR_TV, "TV" },
|
||||
{ DRM_MODE_CONNECTOR_eDP, "Embedded DisplayPort" },
|
||||
{ DRM_MODE_CONNECTOR_eDP, "eDP" },
|
||||
};
|
||||
|
||||
type_name_fn(connector_type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user