]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/ras: use mutex to prevent concurrent access conflicts
authorYiPeng Chai <YiPeng.Chai@amd.com>
Tue, 12 May 2026 02:04:07 +0000 (10:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 May 2026 15:52:56 +0000 (11:52 -0400)
commitd334319060cce7d897f573ef7186c77aedacba8a
tree4b56be38a1b83974ed6743755a119ea507b76558
parent4073cdf6713b7c170e35bf055354580cc52085d6
drm/amd/ras: use mutex to prevent concurrent access conflicts

Use mutex to prevent concurrent access conflicts.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/ras/rascore/ras_cmd.c