commit | 83be6a3ceb11bd1d5c8d83835b2a42f233198b67 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Mon Dec 02 12:15:55 2019 +0100 |
committer | Thomas Zimmermann <tzimmermann@suse.de> | Tue Dec 10 14:26:13 2019 +0100 |
tree | dc585ec8ba749e3ddf79ccf63407054ad4ed3765 | |
parent | ae46a57d52c265948761cc17a754f99b0c495473 [diff] |
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