]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/sdma5.2: init engine reset mutex
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Jun 2025 19:47:13 +0000 (15:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 16:19:22 +0000 (12:19 -0400)
commitea685ff30a51a25dd9be90786933ada49a088f65
tree997f4222c2d13960be4855e00b41ec22fa3988b8
parentb98370220eb3110e82248e3354e16a489a492cfb
drm/amdgpu/sdma5.2: init engine reset mutex

Missing the mutex init.

Fixes: 47454f2dc0bf ("drm/amdgpu: Register the new sdma function pointers for sdma_v5_2")
Reviewed-by: Jesse Zhang <Jesse.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c