drm/amd/display/dc/irq: Remove duplications of hpd_ack function from IRQThe major of dcn and dce irqs share a copy-pasted collectionof copy-pasted function, which is: hpd_ack.This patch removes
drm/amd/display/dc/irq: Remove duplications of hpd_ack function from IRQThe major of dcn and dce irqs share a copy-pasted collectionof copy-pasted function, which is: hpd_ack.This patch removes the multiple copy-pasted by moving them tothe irq_service.c and make the irq_service'scalls the functions implemented by the irq_service.cinstead.The hpd_ack function is replaced by hpd0_ack and hpd1_ack, therequired constants are also added.The changes were not tested on actual hardware. I am only ableto verify that the changes keep the code compileable and do mybest to look repeatedly if I am not actually changing any code.Signed-off-by: Sebastian Aguilera Novoa <saguileran@ime.usp.br>Reviewed-by: Alex Hung <alex.hung@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Add DCN36 IRQAdd IRQ services for DCN36.This allows us to create/init and manage irqs for DCN3V2: adjust copyright license textAcked-by: Harry Wentland <harry.wentland@amd.com
drm/amd/display: Add DCN36 IRQAdd IRQ services for DCN36.This allows us to create/init and manage irqs for DCN3V2: adjust copyright license textAcked-by: Harry Wentland <harry.wentland@amd.com>Reviewed-by: Martin Leung <martin.leung@amd.com>Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>