Use the following command to get the DRM connector names and associated status:
for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done
Result example:
DSI-1: connected HDMI-A-1: connected
Applicable for | STM32MP13x lines, STM32MP15x lines |
Use the following command to get the DRM connector names and associated status:
for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done
Result example:
DSI-1: connected HDMI-A-1: connected
Direct rendering manager (kernel module that gives direct hardware access to DRI clients, find more information on official DRI web site http://dri.freedesktop.org/wiki/DRM)
Display serial interface (MIPI® Alliance standard)
High-definition multimedia interface (HDMI standard)
Direct rendering manager (kernel module that gives direct hardware access to DRI clients, find more information on official DRI web site http://dri.freedesktop.org/wiki/DRM)
Display serial interface (MIPI® Alliance standard)
High-definition multimedia interface (HDMI standard)
Direct rendering infrastructure (Linux® framework for allowing direct access to graphics hardware... find more information on official DRI web site http://dri.freedesktop.org/)
Mobile Industry Processor Interface, open membership organization that includes leading companies in the mobile industry that share the objective of defining and promoting open specifications for interfaces inside mobile terminals, see MIPI® Alliance standard web site https://www.mipi.org