diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-07-18 05:18:01 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 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 <David1.Zhou@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 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 { | |||
1689 | bool address_64_bit; | 1689 | bool address_64_bit; |
1690 | bool use_ctx_buf; | 1690 | bool use_ctx_buf; |
1691 | struct amd_sched_entity entity; | 1691 | struct amd_sched_entity entity; |
1692 | uint32_t srbm_soft_reset; | ||
1692 | }; | 1693 | }; |
1693 | 1694 | ||
1694 | /* | 1695 | /* |