]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display/dc: add support for oem i2c in atom_firmware_info_v3_1
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Dec 2024 19:20:56 +0000 (14:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:02:54 +0000 (21:02 -0500)
commitd957d4a3f8f200b5642f65832896efeb82eea860
treea42c6fc112a9d2d1059297cf6fb5a5f9a544ca51
parent3d5470c973149f479572dcf4eea064775041ea6c
drm/amd/display/dc: add support for oem i2c in atom_firmware_info_v3_1

The fields are marked as reserved in atom_firmware_info_v3_1,
but thet contain valid data in all of the vbios images I've
looked at so add parse these fields as per
atom_firmware_info_v3_2.  The offsets are the same and the
reset of the structure is the same.

v2: squash in NULL checks

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c