diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2022-05-11 20:31:25 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2022-05-16 13:43:24 +0200 |
commit | 0facdaa249c4e97346bc0b49c893e4a1d336b7dd (patch) | |
tree | f1ba4293ce32b5b7f9cda902191df7eab97e96d1 /drivers/gpu/drm/mgag200 | |
parent | drm/client: Look for command-line modes first (diff) | |
download | linux-0facdaa249c4e97346bc0b49c893e4a1d336b7dd.tar.xz linux-0facdaa249c4e97346bc0b49c893e4a1d336b7dd.zip |
drm/client: Don't add new command-line mode
Don't add a mode for the kernel's command-line parameters from
within the DRM client code. Doing so can result in an unusable
display. If there's no compatible command-line mode, the client
will use one of the connector's preferred modes.
All mode creation and validation has to be performed by the
connector. When clients run, the connector's fill_modes callback
has already processed the kernel parameters and validated each
mode before adding it. The connector's mode list does not contain
invalid modes.
v2:
* grammar in commit message (Javier)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220511183125.14294-4-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/mgag200')
0 files changed, 0 insertions, 0 deletions