]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Use scoped guards for handle_hpd_irq_helper()
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 18 Feb 2025 04:58:39 +0000 (22:58 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:42:22 +0000 (10:42 -0500)
commitf123fda197525385a58c4cb88a0dd3f6facd5ad1
treec5f522604dd8c52ce6a2ff992d5f6f1decee4706
parent981a47429e875693e24da8f7bdc3345e935e32dc
drm/amd/display: Use scoped guards for handle_hpd_irq_helper()

Scoped guards will release the mutex when they go out of scope.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c