diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vega10_ih.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vega10_ih.c b/drivers/gpu/drm/amd/amdgpu/vega10_ih.c index cc8ce7e352a8..5ae5ed2e62d6 100644 --- a/drivers/gpu/drm/amd/amdgpu/vega10_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/vega10_ih.c | |||
@@ -245,8 +245,8 @@ static bool vega10_ih_prescreen_iv(struct amdgpu_device *adev) | |||
245 | * some faults get cleared. | 245 | * some faults get cleared. |
246 | */ | 246 | */ |
247 | switch (dw0 & 0xff) { | 247 | switch (dw0 & 0xff) { |
248 | case AMDGPU_IH_CLIENTID_VMC: | 248 | case SOC15_IH_CLIENTID_VMC: |
249 | case AMDGPU_IH_CLIENTID_UTCL2: | 249 | case SOC15_IH_CLIENTID_UTCL2: |
250 | break; | 250 | break; |
251 | default: | 251 | default: |
252 | /* Not a VM fault */ | 252 | /* Not a VM fault */ |