monitor: Allow DPI connectors to be built-in displays

Needed for the Pinenote built-in display to be detected by Mutter
https://pine64.org/devices/pinenote/

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3067>
This commit is contained in:
Petr Hodina
2024-03-13 11:58:50 +01:00
committed by Marge Bot
parent 8002919f7b
commit e2b42cdfd9
3 changed files with 4 additions and 0 deletions

View File

@ -1579,6 +1579,7 @@ make_connector_name (drmModeConnector *drm_connector)
"eDP",
"Virtual",
"DSI",
"DPI",
};
if (drm_connector->connector_type < G_N_ELEMENTS (connector_type_names))