mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Enable DCE12 support
This wires DCE12 support into DC and enables it. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -26,3 +26,15 @@ IRQ_DCE11 = irq_service_dce110.o
|
||||
AMD_DAL_IRQ_DCE11 = $(addprefix $(AMDDALPATH)/dc/irq/dce110/,$(IRQ_DCE11))
|
||||
|
||||
AMD_DISPLAY_FILES += $(AMD_DAL_IRQ_DCE11)
|
||||
|
||||
###############################################################################
|
||||
# DCE 12x
|
||||
###############################################################################
|
||||
ifdef CONFIG_DRM_AMD_DC_DCE12_0
|
||||
IRQ_DCE12 = irq_service_dce120.o
|
||||
|
||||
AMD_DAL_IRQ_DCE12 = $(addprefix $(AMDDALPATH)/dc/irq/dce120/,$(IRQ_DCE12))
|
||||
|
||||
AMD_DISPLAY_FILES += $(AMD_DAL_IRQ_DCE12)
|
||||
endif
|
||||
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
|
||||
#include "dce80/irq_service_dce80.h"
|
||||
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCE12_0)
|
||||
#include "dce120/irq_service_dce120.h"
|
||||
#endif
|
||||
|
||||
#include "reg_helper.h"
|
||||
#include "irq_service.h"
|
||||
|
||||
Reference in New Issue
Block a user