]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/ras: Add rascore unified interface function
authorYiPeng Chai <YiPeng.Chai@amd.com>
Mon, 17 Mar 2025 09:13:19 +0000 (17:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:30 +0000 (14:14 -0400)
commit13c91b5b4378b5d08dc9ae9121b1645a0beec0bb
tree9b33865da9d78207c7a06cb1e1cecff8fff488cd
parent54ad42c23d5e861b3e41988bd9666d1690cd48cf
drm/amd/ras: Add rascore unified interface function

1. Complete the initialization call of all
   sub-functions.
2. Export common interfaces.

V2:
  Remove the use of typedef to define function pointer.

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