Skip to content

drm: allow drm test to auto select display

Mikhail Vanyulin requested to merge drm-auto-select-display into main

Search for display with higher priority if -i and -c arguments are not specified.
Following priority list is used: LVDS, DPI, DSI, HDMI, rest.
Display with lowest number has a higher priority (LVDS-1 > LVDS-2).

Merge request reports