]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Add flag to make VBIOS read optional
authorLijo Lazar <lijo.lazar@amd.com>
Wed, 5 Feb 2025 08:36:58 +0000 (14:06 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:04:08 +0000 (21:04 -0500)
commit6e8ca38ebc9b130f5be11d4c6e2450f7f838449a
tree9f72b8e37c8b5a2d6f1171fc62407082a8c4ce4a
parent7e0aa706810818d8e3fe865f76bdbd41296e6491
drm/amdgpu: Add flag to make VBIOS read optional

Certain SOCs may not need much data from VBIOS. Some data like VBIOS
version used will be missed but it doesn't affect functionality. Add a
flag to make VBIOS image optional.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c