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:
@ -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))
|
||||
|
Reference in New Issue
Block a user