]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: add uvd enc ring type and functions
authorLeo Liu <leo.liu@amd.com>
Thu, 12 Jan 2017 18:19:46 +0000 (13:19 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:46 +0000 (23:53 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h

index 1508c08759dc75d54cc20ed852c9e6ad8f983b3f..8103cba00e91ea4363f1ab9400474448345106cf 100644 (file)
@@ -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;