]> git.ipfire.org Git - thirdparty/linux.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 16:19:21 +0000 (12:19 -0400)
commit3f4caf092f02f0de169c6122639af481c7edc8f9
tree20fdb41d1819af53c5ebf6ddab26d15e6ec0d415
parentbf1cd14f9e2e1fdf981eed273ddd595863f5288c
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>
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c