From: Leo Liu Date: Thu, 12 Jan 2017 18:15:37 +0000 (-0500) Subject: drm/amdgpu: add uvd enc run queue X-Git-Tag: v4.12-rc1~116^2~23^2~206 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a28f0a164c32972fbd83ebc63260af09be581583;p=karo-tx-linux.git drm/amdgpu: add uvd enc run queue 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_uvd.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h index 7b7f46897811..3553b92bf69a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h @@ -48,6 +48,7 @@ struct amdgpu_uvd { bool address_64_bit; bool use_ctx_buf; struct amd_sched_entity entity; + struct amd_sched_entity entity_enc; uint32_t srbm_soft_reset; unsigned num_enc_rings; };