]> git.hungrycats.org Git - linux/commit
drm/amd/display: Test irq state setters and work
authorAlex Hung <alex.hung@amd.com>
Tue, 23 Jun 2026 05:50:51 +0000 (23:50 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 15 Jul 2026 13:15:38 +0000 (09:15 -0400)
commita9011c014c44542bedcaca79566c07c8041070d3
treee70b0da07bead81699ee24dfa6e581b200ca60c6
parent80e4717b4677bcc8a1eb19b1f763d13e1e227ee6
drm/amd/display: Test irq state setters and work

[WHAT]
Add KUnit tests for the per-source IRQ state callbacks (HPD, pflip,
CRTC, vline0, vupdate, dmub outbox/trace), the immediate and scheduled
IRQ work paths, and amdgpu_dm_outbox_init.

Assisted-by: Copilot:Claude-Opus-4.8
Reviewed-by: Bhawanpreet Lakha <bhawanpreet.lakha@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: George Zhang <george.zhang@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
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_irq_test.c