Re: [PATCH] drm/amd/display/dc/irq: Remove duplications of hpd_ack function from IRQ

2025-05-02 Thread Alex Hung
Hi, Thanks for fixing this. However, I think checkpatch reports some warnings, including spacing warning and a mismatch author name vs SOB as below. Once they are fixed in V2 I will send them to test. $ ./scripts/checkpatch.pl drm-amd-display-dc-irq-Remove-duplications-of-hpd_ack-function-f

[PATCH] drm/amd/display/dc/irq: Remove duplications of hpd_ack function from IRQ

2025-05-02 Thread Sebastian Aguilera Novoa
The major of dcn and dce irqs share a copy-pasted collection of copy-pasted function, which is: hpd_ack. This patch removes the multiple copy-pasted by moving them to the irq_service.c and make the irq_service's calls the functions implemented by the irq_service.c instead. The hpd_ack function is