summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce112/Makefile
diff options
context:
space:
mode:
authorZeyu Fan <Zeyu.Fan@amd.com>2016-12-14 18:54:41 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:05:47 -0400
commitab3ee7a556343c9549ccbefb9d31039377806f28 (patch)
treeb883fa44aae6d1d74bd427208b4914925f3018d8 /drivers/gpu/drm/amd/display/dc/dce112/Makefile
parente63d86dc9b59d72cf25c6bc75e641bceed4fcd40 (diff)
drm/amd/display: OPP refactor and consolidation for DCE.
Signed-off-by: Zeyu Fan <Zeyu.Fan@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/dce112/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce112/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce112/Makefile b/drivers/gpu/drm/amd/display/dc/dce112/Makefile
index 34fba0730bed..2d536fbc60c4 100644
--- a/drivers/gpu/drm/amd/display/dc/dce112/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/dce112/Makefile
@@ -3,8 +3,7 @@
# It provides the control and status of HW CRTC block.
DCE112 = dce112_compressor.o dce112_hw_sequencer.o \
-dce112_resource.o dce112_mem_input.o dce112_opp_formatter.o \
-dce112_opp.o
+dce112_resource.o dce112_mem_input.o
AMD_DAL_DCE112 = $(addprefix $(AMDDALPATH)/dc/dce112/,$(DCE112))