diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-06-22 18:10:36 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-07-01 01:59:24 -0400 |
commit | 9c39d77c07127b1343995e4753bc4045e89979da (patch) | |
tree | 0ed85b9da58ea60d773bd36c0149b9c47bffb67b /drivers/gpu/drm/amd/amdgpu/si_ih.c | |
parent | 8c823e4ff67c78659ab403d63d071103416f49eb (diff) | |
download | linux-9c39d77c07127b1343995e4753bc4045e89979da.tar.gz linux-9c39d77c07127b1343995e4753bc4045e89979da.tar.bz2 linux-9c39d77c07127b1343995e4753bc4045e89979da.zip |
drm/amdgpu/uvd3.x: fix register definition warnings
drop the duplicate register macros from sid.h and use the
standard ones in the oss register headers.
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_ih.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_ih.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_ih.c b/drivers/gpu/drm/amd/amdgpu/si_ih.c index 88ae27a5a03d..621727d7fd18 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/si_ih.c @@ -27,6 +27,8 @@ #include "amdgpu_ih.h" #include "sid.h" #include "si_ih.h" +#include "oss/oss_1_0_d.h" +#include "oss/oss_1_0_sh_mask.h" static void si_ih_set_interrupt_funcs(struct amdgpu_device *adev); |