]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: remove the duplicated mes queue active state setting
authorPrike Liang <Prike.Liang@amd.com>
Fri, 28 Mar 2025 10:33:09 +0000 (18:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Apr 2025 20:54:39 +0000 (16:54 -0400)
commit0ec7535f5ba1cb4550e45ad7d585ca746fdcae6a
treee772e65ea37c000e0967c190b5f238d8e08165a4
parentf0ec5926da24157bada1ebe9789c8b2527b85182
drm/amdgpu: remove the duplicated mes queue active state setting

The MES queue deactivation and active status are already set in
mes_userq_unmap|map(), so the caller needn't set the queue_active
bit again.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c