]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Change amdgpu_dm_irq_resume_*() to void
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 18 Feb 2025 04:58:35 +0000 (22:58 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:41:51 +0000 (10:41 -0500)
commit7b3e14acc1f205d05d001bdceb884c5568ef10b7
treeafe4d49af3a21e4dcec1db8dedc0f1cf8ef9c5fe
parentc2bd614bf8286c40dcd9a7d0b3cbcc4d0321a9c1
drm/amd/display: Change amdgpu_dm_irq_resume_*() to void

amdgpu_dm_irq_resume_early() and amdgpu_dm_irq_resume_late() don't
have any error flows. Change the return type from integer to void.

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_irq.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.h