aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2017-01-12 13:19:46 -0500
committerAlex Deucher <[email protected]>2017-03-29 23:53:46 -0400
commit50c3e23299685c2cf5932d87540ef8f4a271f018 (patch)
tree7425af6bc4a37a808d96ff504dfdad8354eefcbf
parenta28f0a164c32972fbd83ebc63260af09be581583 (diff)
drm/amdgpu: add uvd enc ring type and functions
Reviewed-by: Christian König <[email protected]> Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-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;