]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Detect wide-screen support before creating modeset pipeline
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 17 Jan 2025 10:29:06 +0000 (11:29 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 22 Jan 2025 12:52:47 +0000 (13:52 +0100)
commit3d09b2718969f6db5b9e50daa9a033a78f065522
treecf8384bbf995cbc28c60c6bc1fa18f5f28551945
parent49a167c393b0ceb592b9d2e65cc4f46bcc707108
drm/ast: Detect wide-screen support before creating modeset pipeline

Wide-screen support is relevant for mode validation. Do not detect it
before setting up the mode-setting pipeline. Gets the function call out
of the way of other initialization code.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250117103450.28692-2-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_main.c