Commit 1d65006f authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/sdma: add flag for tracking disable_kq



For SDMA, we still need kernel queues for paging so
they need to be initialized, but we no not want to
accept submissions from userspace when disable_kq
is set.

Reviewed-by: default avatarSunil Khatri <sunil.khatri@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0981e0ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ struct amdgpu_sdma {
	uint32_t		*ip_dump;
	uint32_t 		supported_reset;
	struct list_head	reset_callback_list;
	bool			no_user_submission;
};

/*