diff options
author | Christian König <christian.koenig@amd.com> | 2016-07-26 12:05:40 +0200 |
---|---|---|
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) | |
download | lwn-4cb5877c6352c42737b53e37d61020ba0cb21c5c.tar.gz lwn-4cb5877c6352c42737b53e37d61020ba0cb21c5c.zip |
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 { struct amdgpu_ring ring; struct amdgpu_irq_src irq; bool address_64_bit; + bool use_ctx_buf; struct amd_sched_entity entity; }; |