aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-07-26 12:05:40 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:37:10 -0400
commit4cb5877c6352c42737b53e37d61020ba0cb21c5c (patch)
tree4606ed4a07031afe212fb0a50fb419581cc733cd /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: fix default UVD context size (diff)
downloadwireguard-linux-4cb5877c6352c42737b53e37d61020ba0cb21c5c.tar.xz
wireguard-linux-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.h1
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;
};