aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce80/Makefile
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2018-01-24 10:47:37 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:20:03 -0500
commit92e2239e3ea41a5bcce411c0713a17a535c94340 (patch)
treec0ae92e141671230a03c57b35af11ffbe60b911e /drivers/gpu/drm/amd/display/dc/dce80/Makefile
parentdrm/amd/display: Keep eDP stream enabled during boot. (diff)
downloadlinux-dev-92e2239e3ea41a5bcce411c0713a17a535c94340.tar.xz
linux-dev-92e2239e3ea41a5bcce411c0713a17a535c94340.zip
drm/amd/display: Remove unused DCE80 compressor
Signed-off-by: Harry Wentland <harry.wentland@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/dce80/Makefile')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce80/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce80/Makefile b/drivers/gpu/drm/amd/display/dc/dce80/Makefile
index bc388aa4b2f5..666fcb2bdbba 100644
--- a/drivers/gpu/drm/amd/display/dc/dce80/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/dce80/Makefile
@@ -23,7 +23,7 @@
# Makefile for the 'controller' sub-component of DAL.
# It provides the control and status of HW CRTC block.
-DCE80 = dce80_timing_generator.o dce80_compressor.o dce80_hw_sequencer.o \
+DCE80 = dce80_timing_generator.o dce80_hw_sequencer.o \
dce80_resource.o
AMD_DAL_DCE80 = $(addprefix $(AMDDALPATH)/dc/dce80/,$(DCE80))