]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Remove struct ast_vbios_mode_info
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 31 Jan 2025 09:21:15 +0000 (10:21 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 3 Feb 2025 13:01:15 +0000 (14:01 +0100)
commitec1d13fa90d6b760d01f6054faa9a0884af6c4d3
treed8771a14baf351e6147ae0a66447562f9ed43de5
parent6af7e16c4d818c0d019c0cdb4eb12da6dc720b57
drm/ast: Remove struct ast_vbios_mode_info

The type struct ast_vbios_mode_info used to store information about
the color format and display mode. It has outlived its purpose. Inline
its fields into struct ast_crtc_state and replace all instances.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250131092257.115596-16-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_dp.c
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c