]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Inline ast_get_vbios_mode_info()
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 31 Jan 2025 09:21:12 +0000 (10:21 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 3 Feb 2025 13:01:14 +0000 (14:01 +0100)
commitc337d4c1de88bda6da88477a390c2f7ba87466b6
tree1361ad9489e91c7422319ce0086f212286a7e563
parent2e90349bf44b30478351be4805a640b3bf5accb9
drm/ast: Inline ast_get_vbios_mode_info()

The helper ast_get_vbios_mode_info() retrieves hardware-specific format
and display-mode information. Inline the function into its only caller.

While at it, also replace a use of struct drm_format_info.cpp with the
correct DRM 4CC codes.

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