aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
diff options
context:
space:
mode:
authorYang Wang <[email protected]>2023-10-11 06:09:20 +0000
committerAlex Deucher <[email protected]>2023-10-13 15:34:13 +0000
commit1a00cfab3772227d64a72a8e47df617dcdb2ba30 (patch)
tree4de7297fece0dd9201d5d5de351a1fa29c1e607d /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
parentdrm/amdgpu: disable GFXOFF and PG during compute for GFX9 (diff)
downloadkernel-1a00cfab3772227d64a72a8e47df617dcdb2ba30.tar.gz
kernel-1a00cfab3772227d64a72a8e47df617dcdb2ba30.zip
drm/amdgpu: make err_data structure built-in for ras_manager
(No effect outside the ras_mgr data structure) Since a new member was added to the ras_err_data data structure, it becomes unreasonable for the ras_mgr instance to contain this data, because ras mgr only uses the 2 member information of ue_count/ce_count in err_data. This patch changes the code err_data into built-in structure members, making the code directly compatible. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions