summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn10/Makefile
diff options
context:
space:
mode:
authorYue Hin Lau <Yuehin.Lau@amd.com>2017-08-17 17:17:37 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:53 -0400
commitdff2721bd1d777eba3917f04d4b8adede89badff (patch)
tree34a8d6c76013b967de4d78dad1b6365ba325beb1 /drivers/gpu/drm/amd/display/dc/dcn10/Makefile
parent3005e437e70fd4d1da64d91b4ef027f62d3b9a41 (diff)
downloadlinux-dff2721bd1d777eba3917f04d4b8adede89badff.tar.gz
drm/amd/display: separate cm functions out from dcn10_dpp
Signed-off-by: Yue Hin Lau <Yuehin.Lau@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/Makefile b/drivers/gpu/drm/amd/display/dc/dcn10/Makefile
index 83619e6b8a05..52b56d19ca40 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/Makefile
@@ -4,7 +4,7 @@
DCN10 = dcn10_resource.o dcn10_ipp.o dcn10_hw_sequencer.o \
dcn10_dpp.o dcn10_opp.o dcn10_timing_generator.o \
dcn10_mem_input.o dcn10_mpc.o dcn10_dwb.o \
- dcn10_dpp_dscl.o
+ dcn10_dpp_dscl.o dcn10_dpp_cm.o
AMD_DAL_DCN10 = $(addprefix $(AMDDALPATH)/dc/dcn10/,$(DCN10))