drm/ast: Introduce struct ast_crtc_state
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 2 Dec 2019 11:15:55 +0000 (12:15 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 10 Dec 2019 13:26:13 +0000 (14:26 +0100)
commit83be6a3ceb11bd1d5c8d83835b2a42f233198b67
treedc585ec8ba749e3ddf79ccf63407054ad4ed3765
parentae46a57d52c265948761cc17a754f99b0c495473
drm/ast: Introduce struct ast_crtc_state

AST-specific CRTC state can be placed in the new struct ast_crtc_state.
The atomic check functions of the CRTC and the primary plane will store
the VBIOS mode info and the framebuffer format here. The CRTC will consume
these during atomic_flush().

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191202111557.15176-6-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c