aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-02-15 18:21:20 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:15:47 -0400
commit4ef3a67b6a1af2fc9030bc955200e764edfc37fb (patch)
tree7197973a43f7b31f64b8559035beefa5cc41f6b5 /drivers/gpu/drm/amd/display
parentdrm/amdgpu: Add a few members to support DAL atomic refactor. (diff)
downloadlinux-dev-4ef3a67b6a1af2fc9030bc955200e764edfc37fb.tar.xz
linux-dev-4ef3a67b6a1af2fc9030bc955200e764edfc37fb.zip
drm/amd/display: rename bandwidth_calcs.c to dce_calcs.c (v2)
v2: agd: squash in the Makefile change as well. Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Eagle Yeh <eagle.yeh@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r--drivers/gpu/drm/amd/display/dc/calcs/Makefile2
-rw-r--r--drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c (renamed from drivers/gpu/drm/amd/display/dc/calcs/bandwidth_calcs.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/calcs/Makefile b/drivers/gpu/drm/amd/display/dc/calcs/Makefile
index 2f4c8e771b8f..63a0edbc32e7 100644
--- a/drivers/gpu/drm/amd/display/dc/calcs/Makefile
+++ b/drivers/gpu/drm/amd/display/dc/calcs/Makefile
@@ -3,7 +3,7 @@
# It calculates Bandwidth and Watermarks values for HW programming
#
-BW_CALCS = bandwidth_calcs.o bw_fixed.o custom_float.o
+BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
AMD_DAL_BW_CALCS = $(addprefix $(AMDDALPATH)/dc/calcs/,$(BW_CALCS))
diff --git a/drivers/gpu/drm/amd/display/dc/calcs/bandwidth_calcs.c b/drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c
index ab8d1e931846..ab8d1e931846 100644
--- a/drivers/gpu/drm/amd/display/dc/calcs/bandwidth_calcs.c
+++ b/drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c