diff options
author | Oak Zeng <Oak.Zeng@amd.com> | 2018-03-08 16:44:47 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-14 16:16:35 -0400 |
commit | 3760f76cbebb455deaaa3e64ad5feb25222e65a9 (patch) | |
tree | c4e56858d9d404e3975de7382f83b36ac6359b47 /drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | |
parent | e36ec85998d2ca1bf09bbd9fcb2e2df1e23c8388 (diff) |
drm/amdgpu: Move IH clientid defs to separate file
This is preparation for sharing client ID definitions
between amdgpu and amdkfd
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v4_0.c')
-rwxr-xr-x | drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c index 2329b310ccf2..73fd48d6c756 100755 --- a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | |||
@@ -420,7 +420,7 @@ static int vce_v4_0_sw_init(void *handle) | |||
420 | unsigned size; | 420 | unsigned size; |
421 | int r, i; | 421 | int r, i; |
422 | 422 | ||
423 | r = amdgpu_irq_add_id(adev, AMDGPU_IH_CLIENTID_VCE0, 167, &adev->vce.irq); | 423 | r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_VCE0, 167, &adev->vce.irq); |
424 | if (r) | 424 | if (r) |
425 | return r; | 425 | return r; |
426 | 426 | ||