diff options
author | Huang Rui <ray.huang@amd.com> | 2017-01-05 21:07:02 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-27 11:13:10 -0500 |
commit | c8781f56c85997a42e8ab3254f37c0c301f6b490 (patch) | |
tree | 4d40ca1dbf030f9a55abe3484cbddde839ff5c3c /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | abd2c2fe1212698ed326d5746e487abecb2ed325 (diff) | |
download | linux-c8781f56c85997a42e8ab3254f37c0c301f6b490.tar.bz2 |
drm/amdgpu: add get clockgating_state method for uvd v5&v6
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.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 c2372902f722..5fa7c96dd307 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1037,6 +1037,7 @@ struct amdgpu_uvd { bool use_ctx_buf; struct amd_sched_entity entity; uint32_t srbm_soft_reset; + bool is_powergated; }; /* |