]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: stop unmapping MQD for kernel queues v3
authorChristian König <christian.koenig@amd.com>
Tue, 18 Mar 2025 15:15:12 +0000 (16:15 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Mar 2025 21:45:42 +0000 (17:45 -0400)
commit1f86f4125e167aeb343a5b8136996c0569009c6a
tree51ce4571c01f555c39a5c2e0a3e1974992c49d1d
parent510a16d9954811d814d667a25a4e23475e9150d6
drm/amdgpu: stop unmapping MQD for kernel queues v3

This looks unnecessary and actually extremely harmful since using kmap()
is not possible while inside the ring reset.

Remove all the extra mapping and unmapping of the MQDs.

v2: also fix debugfs
v3: fix coding style typo

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c