aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
diff options
context:
space:
mode:
authorCandice Li <[email protected]>2025-03-12 06:21:38 +0000
committerAlex Deucher <[email protected]>2025-03-19 19:56:23 +0000
commita5f7e90fe086cac8eae13b9b24c04f4d536618a8 (patch)
tree605398bf17a43c76a49eafa6dc7ea41c184a02d5 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
parentDocumentation/amdgpu: Add debug_mask documentation (diff)
downloadkernel-a5f7e90fe086cac8eae13b9b24c04f4d536618a8.tar.gz
kernel-a5f7e90fe086cac8eae13b9b24c04f4d536618a8.zip
drm/amdgpu: Add active_umc_mask to ras init_flags
Add active_umc_mask to ras init_flags. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index 0f2eb69ad715..a390ec0b6370 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -1861,6 +1861,7 @@ int psp_ras_initialize(struct psp_context *psp)
if (adev->gmc.gmc_funcs->query_mem_partition_mode)
ras_cmd->ras_in_message.init_flags.nps_mode =
adev->gmc.gmc_funcs->query_mem_partition_mode(adev);
+ ras_cmd->ras_in_message.init_flags.active_umc_mask = adev->umc.active_mask;
ret = psp_ta_load(psp, &psp->ras_context.context);