diff options
author | Shaoyun Liu <Shaoyun.Liu@amd.com> | 2017-04-28 17:18:26 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 17:40:12 -0400 |
commit | cdf6adb28f79e728389b2e1a5e524504ce710eb6 (patch) | |
tree | d484f159d7673b510fed348365593680f3311cd4 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | b98b8dbc39d59a06b2104cfafed71ce465573e8e (diff) |
drm/amdgpu: Move kiq ring lock out of virt structure
The usage of kiq should not depend on the virtualization.
Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
Reviewed-by:Andres Rodriquez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 3608f165a705..8edc26c3ce64 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -907,6 +907,7 @@ struct amdgpu_mec { | |||
907 | struct amdgpu_kiq { | 907 | struct amdgpu_kiq { |
908 | u64 eop_gpu_addr; | 908 | u64 eop_gpu_addr; |
909 | struct amdgpu_bo *eop_obj; | 909 | struct amdgpu_bo *eop_obj; |
910 | struct mutex ring_mutex; | ||
910 | struct amdgpu_ring ring; | 911 | struct amdgpu_ring ring; |
911 | struct amdgpu_irq_src irq; | 912 | struct amdgpu_irq_src irq; |
912 | }; | 913 | }; |