diff options
| author | Chunming Zhou <[email protected]> | 2016-07-18 17:18:01 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 11:32:11 -0400 |
| commit | fc0b3b90b7e8c761372edc9d5661d0c4421ac116 (patch) | |
| tree | 822c25625669630234cd1657f96d4548cf5b5530 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 1015a1b1750e578868a96d812d388d3c65d7faaf (diff) | |
drm/amdgpu: implement UVD6 check/pre/post_soft_reset
Signed-off-by: Chunming Zhou <[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 e4a731bc9fc1..108e04fc0987 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1689,6 +1689,7 @@ struct amdgpu_uvd { bool address_64_bit; bool use_ctx_buf; struct amd_sched_entity entity; + uint32_t srbm_soft_reset; }; /* |