]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/sdma5: init engine reset mutex
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Jun 2025 19:43:55 +0000 (15:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 17:17:00 +0000 (13:17 -0400)
commit49cc5beeabd5b9b6a6660be8ea2e95de30ec0a07
treed0feb2f2607c23fde9aee0f9342f66b8f2e6de31
parentebe43542702c3d15d1a1d95e8e13b1b54076f05a
drm/amdgpu/sdma5: init engine reset mutex

Missing the mutex init.

Fixes: e56d4bf57fab ("drm/amdgpu/: drm/amdgpu: Register the new sdma function pointers for sdma_v5_0")
Reviewed-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 3f4caf092f02f0de169c6122639af481c7edc8f9)
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c