瀏覽代碼

drm/amdgpu: add uvd enc run queue

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>
Leo Liu 8 年之前
父節點
當前提交
a28f0a164c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h

+ 1 - 0
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h

@@ -48,6 +48,7 @@ struct amdgpu_uvd {
 	bool			address_64_bit;
 	bool			address_64_bit;
 	bool			use_ctx_buf;
 	bool			use_ctx_buf;
 	struct amd_sched_entity entity;
 	struct amd_sched_entity entity;
+	struct amd_sched_entity entity_enc;
 	uint32_t                srbm_soft_reset;
 	uint32_t                srbm_soft_reset;
 	unsigned		num_enc_rings;
 	unsigned		num_enc_rings;
 };
 };