drm/amdgpu: remove unconditional trap enable on add gfx11 queues
authorJonathan Kim <jonathan.kim@amd.com>
Thu, 19 Jan 2023 23:42:03 +0000 (18:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:34:40 +0000 (08:34 +0100)
commit60cd9bb28b973764b43dfa836fc0ac26745d54bd
treefa626707cbeb3852bf39a3f7d784b2b5532dd22d
parent076f7a8798f5d87037ff6bc9aa077f854b6459fa
drm/amdgpu: remove unconditional trap enable on add gfx11 queues

commit 2de3769830346e68b3de0f4abc0d8e2625ad9dac upstream.

Rebase of driver has incorrect unconditional trap enablement
for GFX11 when adding mes queues.

Reported-by: Graham Sider <graham.sider@amd.com>
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Graham Sider <graham.sider@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c