]> git.ipfire.org Git - thirdparty/plymouth.git/commit
drm: Reject 800x600 and 1024x768 simpledrm drm devices
authorHans de Goede <hdegoede@redhat.com>
Tue, 4 Mar 2025 17:26:01 +0000 (18:26 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 10 Mar 2025 10:47:04 +0000 (11:47 +0100)
commitf23b07e5b58d6522a565d8c275b7b4c70b3378e7
treea5b9567293bd6dfebc4a20f27c264c81906558fd
parentc1e0070d4725607d974616d45afa745d172d38d8
drm: Reject 800x600 and 1024x768 simpledrm drm devices

Sometimes the EFI firmware initializes the framebuffer at a very low
resolution rather then at the panel's native resolution.

In this case it is better to wait for the native GPU driver to load
rather then rendering a not-so-pretty splash at this very low resolution.

Reject these low resolutions for simpledrm devices except when
query_device () is called with force=true.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
src/plugins/renderers/drm/plugin.c