diff options
author | Christian König <christian.koenig@amd.com> | 2016-07-26 06:05:40 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 14:37:10 -0400 |
commit | 4cb5877c6352c42737b53e37d61020ba0cb21c5c (patch) | |
tree | 4606ed4a07031afe212fb0a50fb419581cc733cd /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | e5a6858d8a92f726f3339f6c9592cf95d894b0c1 (diff) |
drm/amdgpu: enable UVD context buffer for older HW
Supported starting on certain FW versions.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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 9d1909f08d43..8ebc5f1eb4c0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1681,6 +1681,7 @@ struct amdgpu_uvd { | |||
1681 | struct amdgpu_ring ring; | 1681 | struct amdgpu_ring ring; |
1682 | struct amdgpu_irq_src irq; | 1682 | struct amdgpu_irq_src irq; |
1683 | bool address_64_bit; | 1683 | bool address_64_bit; |
1684 | bool use_ctx_buf; | ||
1684 | struct amd_sched_entity entity; | 1685 | struct amd_sched_entity entity; |
1685 | }; | 1686 | }; |
1686 | 1687 | ||