summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce/Makefile
diff options
context:
space:
mode:
authorLeon Huang <Leon.Huang1@amd.com>2022-11-08 16:29:13 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-04-18 16:28:51 -0400
commitb8fe56375f78835db47565d91ea9d21767fe3c08 (patch)
tree5319af86cb88d7dcc1a6ae870bae5c2bcaa1a5e9 /drivers/gpu/drm/amd/display/dc/dce/Makefile
parent0c1f033159712b3d071cfe4a3ec0f36f1914453b (diff)
downloadlwn-b8fe56375f78835db47565d91ea9d21767fe3c08.tar.gz
lwn-b8fe56375f78835db47565d91ea9d21767fe3c08.zip
drm/amd/display: Refactor ABM feature
[Why] Refactor ABM feature and implement inbox command for DMUB. [How] Implement the ioctl to send inbox command to DMUB. Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Leon Huang <Leon.Huang1@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/Makefile b/drivers/gpu/drm/amd/display/dc/dce/Makefile
index 0d7db132a20f..01490c9ba958 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/dce/Makefile
@@ -29,7 +29,7 @@
DCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
dce_mem_input.o dce_clock_source.o dce_scl_filters.o dce_transform.o \
dce_opp.o dce_dmcu.o dce_abm.o dce_ipp.o dce_aux.o \
-dce_i2c.o dce_i2c_hw.o dce_i2c_sw.o dmub_psr.o dmub_abm.o dce_panel_cntl.o \
+dce_i2c.o dce_i2c_hw.o dce_i2c_sw.o dmub_psr.o dmub_abm.o dmub_abm_lcd.o dce_panel_cntl.o \
dmub_hw_lock_mgr.o dmub_outbox.o
AMD_DAL_DCE = $(addprefix $(AMDDALPATH)/dc/dce/,$(DCE))