]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Handle DCE 6 in dce110_register_irq_handlers
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 18 Jan 2026 17:31:50 +0000 (18:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:31 +0000 (14:28 -0500)
commit2463b2952e9a0064ead5a95b709cd9c90ddf199b
tree2b7857d255a727a15c41a43e4d72b94e57774af4
parentd31e61604820b700d51d5b0a285363be0d95eee8
drm/amd/display: Handle DCE 6 in dce110_register_irq_handlers

The dce60_register_irq_handlers function was basically identical
to dce110_register_irq_handlers. They can use the same function,
reducing duplicated code and easing the maintenance burden for
old DCE versions.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c