RPi: add disable_fw_kms_setup=1 to distroconfig.txt

This prevents the firmware choosing a mode that might not be
available in the KMS driver and lets DRM choose the perferred
mode.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-09-07 15:18:47 +02:00
parent 604e7d0dd3
commit 49de9ccd71
3 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,4 @@
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
dtoverlay=vc4-kms-v3d
disable_overscan=1
disable_fw_kms_setup=1

View File

@ -4,3 +4,4 @@
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
dtoverlay=vc4-kms-v3d,cma-128
disable_overscan=1
disable_fw_kms_setup=1

View File

@ -5,3 +5,4 @@
dtoverlay=vc4-kms-v3d-pi4,cma-size=402653184
dtoverlay=rpivid-v4l2
disable_overscan=1
disable_fw_kms_setup=1