Commit a28f0a16 authored by Leo Liu's avatar Leo Liu Committed by Alex Deucher
Browse files

drm/amdgpu: add uvd enc run queue

parent f7243053
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
};