diff options
| author | Huang Rui <[email protected]> | 2017-01-05 13:27:31 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-01-27 16:13:11 +0000 |
| commit | c79b55618a9c9fe2b8cd30ab2c9486d3ca3f1ff3 (patch) | |
| tree | 19a088583c85dd35e2882a7c7f8f519a04557cdf /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: add get clockgating_state method for uvd v5&v6 (diff) | |
| download | kernel-c79b55618a9c9fe2b8cd30ab2c9486d3ca3f1ff3.tar.gz kernel-c79b55618a9c9fe2b8cd30ab2c9486d3ca3f1ff3.zip | |
drm/amdgpu: add get clockgating_state method for vce v3
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 5fa7c96dd307..393f75f65d4c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1066,6 +1066,7 @@ struct amdgpu_vce { struct amd_sched_entity entity; uint32_t srbm_soft_reset; unsigned num_rings; + bool is_powergated; }; /* |
