Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Add missing IRQ types

This commit add some DPCX IRQ types.

Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
c1d35284 2b6c4a4b

+8
+8
drivers/gpu/drm/amd/display/dc/irq_types.h
··· 153 153 DC_IRQ_SOURCE_DMCUB_OUTBOX, 154 154 DC_IRQ_SOURCE_DMCUB_OUTBOX0, 155 155 DC_IRQ_SOURCE_DMCUB_GENERAL_DATAOUT, 156 + 157 + DC_IRQ_SOURCE_DPCX_TX_PHYA, 158 + DC_IRQ_SOURCE_DPCX_TX_PHYB, 159 + DC_IRQ_SOURCE_DPCX_TX_PHYC, 160 + DC_IRQ_SOURCE_DPCX_TX_PHYD, 161 + DC_IRQ_SOURCE_DPCX_TX_PHYE, 162 + DC_IRQ_SOURCE_DPCX_TX_PHYF, 163 + 156 164 DAL_IRQ_SOURCES_NUMBER 157 165 }; 158 166