mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-01 16:18:01 +02:00
Add the DPI encoder/connector types to KMS utils.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
d75a7ef1d7
commit
2ee1fd2470
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ static const struct type_name encoder_type_names[] = {
|
|||
{ DRM_MODE_ENCODER_VIRTUAL, "Virtual" },
|
||||
{ DRM_MODE_ENCODER_DSI, "DSI" },
|
||||
{ DRM_MODE_ENCODER_DPMST, "DPMST" },
|
||||
{ DRM_MODE_ENCODER_DPI, "DPI" },
|
||||
};
|
||||
|
||||
const char *util_lookup_encoder_type_name(unsigned int type)
|
||||
|
|
@ -117,6 +118,7 @@ static const struct type_name connector_type_names[] = {
|
|||
{ DRM_MODE_CONNECTOR_eDP, "eDP" },
|
||||
{ DRM_MODE_CONNECTOR_VIRTUAL, "Virtual" },
|
||||
{ DRM_MODE_CONNECTOR_DSI, "DSI" },
|
||||
{ DRM_MODE_CONNECTOR_DPI, "DPI" },
|
||||
};
|
||||
|
||||
const char *util_lookup_connector_type_name(unsigned int type)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue