; Liang, Prike
>
> Subject: [PATCH] drm/amdgpu: remove the duplicated mes queue deactivation
> setting
>
> The MES queue deactivation status is already set in mes_userq_unmap(), so the
> caller needn't set the queue_active bit again.
>
> Signed-off-by: Prike Liang
> --
The MES queue deactivation status is already set in mes_userq_unmap(),
so the caller needn't set the queue_active bit again.
Signed-off-by: Prike Liang
---
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu