diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 96ad79627dbb..e9af03113fc3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1037,7 +1037,6 @@ struct amdgpu_uvd { | |||
1037 | bool use_ctx_buf; | 1037 | bool use_ctx_buf; |
1038 | struct amd_sched_entity entity; | 1038 | struct amd_sched_entity entity; |
1039 | uint32_t srbm_soft_reset; | 1039 | uint32_t srbm_soft_reset; |
1040 | bool is_powergated; | ||
1041 | }; | 1040 | }; |
1042 | 1041 | ||
1043 | /* | 1042 | /* |
@@ -1066,7 +1065,6 @@ struct amdgpu_vce { | |||
1066 | struct amd_sched_entity entity; | 1065 | struct amd_sched_entity entity; |
1067 | uint32_t srbm_soft_reset; | 1066 | uint32_t srbm_soft_reset; |
1068 | unsigned num_rings; | 1067 | unsigned num_rings; |
1069 | bool is_powergated; | ||
1070 | }; | 1068 | }; |
1071 | 1069 | ||
1072 | /* | 1070 | /* |