]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/ras: add uniras smu feature flag init func
authorGangliang Xie <ganglxie@amd.com>
Fri, 12 Dec 2025 08:04:30 +0000 (16:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:43:28 +0000 (16:43 -0500)
commit12f4d4482af9271534db8ecaeca1f1a5a4ef3259
treed1bfa41cd67e7323fdfbc9459520933b0bba4a37
parent689b03a0a28b43bab3016f57b933fbacfb3dcd45
drm/amd/ras: add uniras smu feature flag init func

add flag to indicate if pmfw eeprom is supported or
not, and initialize it

v2: change copyright from 2025 to 2026

Signed-off-by: Gangliang Xie <ganglxie@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/ras/rascore/Makefile
drivers/gpu/drm/amd/ras/rascore/ras.h
drivers/gpu/drm/amd/ras/rascore/ras_core.c
drivers/gpu/drm/amd/ras/rascore/ras_eeprom_fw.c [new file with mode: 0644]
drivers/gpu/drm/amd/ras/rascore/ras_eeprom_fw.h [new file with mode: 0644]