diff options
| author | Candice Li <[email protected]> | 2025-03-12 06:21:38 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-19 19:56:23 +0000 |
| commit | a5f7e90fe086cac8eae13b9b24c04f4d536618a8 (patch) | |
| tree | 605398bf17a43c76a49eafa6dc7ea41c184a02d5 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
| parent | Documentation/amdgpu: Add debug_mask documentation (diff) | |
| download | kernel-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.c | 1 |
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); |
