From: Leo Liu Date: Thu, 12 Jan 2017 18:19:46 +0000 (-0500) Subject: drm/amdgpu: add uvd enc ring type and functions X-Git-Tag: v4.12-rc1~116^2~23^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50c3e23299685c2cf5932d87540ef8f4a271f018;p=karo-tx-linux.git drm/amdgpu: add uvd enc ring type and functions Reviewed-by: Christian König Signed-off-by: Leo Liu Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- 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;