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: Fix copyright notice in DC code[Why & How]Fix incomplete copyright notice in DC code.Reviewed-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Stylon Wang <stylon.wang
drm/amd/display: Fix copyright notice in DC code[Why & How]Fix incomplete copyright notice in DC code.Reviewed-by: Harry Wentland <harry.wentland@amd.com>Signed-off-by: Stylon Wang <stylon.wang@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Add DCN35 IRQ[Why & How]- Add IRQ handling for DCN35- Update IRQ files for other DCNs in accordance to change in irq_service.hSigned-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.
drm/amd/display: Add DCN35 IRQ[Why & How]- Add IRQ handling for DCN35- Update IRQ files for other DCNs in accordance to change in irq_service.hSigned-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>Acked-by: Harry Wentland <Harry.Wentland@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Support vertical interrupt 0 for all dcn ASIC[Why]When CONFIG_DRM_AMD_SECURE_DISPLAY is enabled, it will tryto register vertical interrupt 0 for specific task.Currently, only d
drm/amd/display: Support vertical interrupt 0 for all dcn ASIC[Why]When CONFIG_DRM_AMD_SECURE_DISPLAY is enabled, it will tryto register vertical interrupt 0 for specific task.Currently, only dcn10 have defined relevant info for vertical interrupt0. If we enable CONFIG_DRM_AMD_SECURE_DISPLAY for other dcn ASIC, willget DC_IRQ_SOURCE_INVALID while calling dc_interrupt_to_irq_source() andcause pointer errors.[How]Add support of vertical interrupt 0 for all dcn ASIC.Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Acked-by: Alan Liu <HaoPing.Liu@amd.com>Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Edit license info for beige goby DC files[How]* Add MIT license to all new files as SPDX tag.* Fix copyright yearSigned-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Sign
drm/amd/display: Edit license info for beige goby DC files[How]* Add MIT license to all new files as SPDX tag.* Fix copyright yearSigned-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Initial DC support for Beige Goby[Why&How]Add Beige Goby (DCN303) resource, irq service, & dmub loader.v2: fix nbio include (Alex)Signed-off-by: Chris Park <Chris.Park@amd.com
drm/amd/display: Initial DC support for Beige Goby[Why&How]Add Beige Goby (DCN303) resource, irq service, & dmub loader.v2: fix nbio include (Alex)Signed-off-by: Chris Park <Chris.Park@amd.com>Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>Acked-by: Alex Deucher <alexander.deucher@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>