Skip to content

drm: don't spam logs

Rémi Denis-Courmont requested to merge Courmisch/vlc:drm-logs into master

Do not print the list of plane formats every time. Also don't crash if a new type of plane is exposed by the kernel.

One can get the list of plane formats and more with the modetest or drm_info tools. VLC video outputs do not normally list all supported options of the hardware (imagine if GL would list all extensions...).

Merge request reports