aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-01-12 13:19:46 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-03-29 23:53:46 -0400
commit50c3e23299685c2cf5932d87540ef8f4a271f018 (patch)
tree7425af6bc4a37a808d96ff504dfdad8354eefcbf /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
parentdrm/amdgpu: add uvd enc run queue (diff)
downloadlinux-dev-50c3e23299685c2cf5932d87540ef8f4a271f018.tar.xz
linux-dev-50c3e23299685c2cf5932d87540ef8f4a271f018.zip
drm/amdgpu: add uvd enc ring type and functions
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-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_ring.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
index 1508c08759dc..8103cba00e91 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
@@ -46,7 +46,8 @@ enum amdgpu_ring_type {
AMDGPU_RING_TYPE_SDMA,
AMDGPU_RING_TYPE_UVD,
AMDGPU_RING_TYPE_VCE,
- AMDGPU_RING_TYPE_KIQ
+ AMDGPU_RING_TYPE_KIQ,
+ AMDGPU_RING_TYPE_UVD_ENC
};
struct amdgpu_device;