]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/edid: Parse AMD Vendor-Specific Data Block
authorChenyu Chen <chen-yu.chen@amd.com>
Tue, 31 Mar 2026 03:14:26 +0000 (11:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Apr 2026 17:45:49 +0000 (13:45 -0400)
commit118362a96286367b04b31cebb25c6ca3601644a4
tree68ec14d053ee07bda079b8bef0c1412a6b37c868
parent57ce498faa1e4d358bf44b5df575874c22922786
drm/edid: Parse AMD Vendor-Specific Data Block

Parse the AMD VSDB v3 from CTA extension blocks and store the result
in struct drm_amd_vsdb_info, a new field of drm_display_info. This
includes replay mode, panel type, and luminance ranges.

Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/drm_edid.c
include/drm/drm_connector.h