drm/amd/display: rename bandwidth_calcs.c to dce_calcs.c (v2)
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Wed, 15 Feb 2017 23:21:20 +0000 (18:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:15:47 +0000 (17:15 -0400)
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>
drivers/gpu/drm/amd/display/dc/calcs/Makefile
drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c [moved from drivers/gpu/drm/amd/display/dc/calcs/bandwidth_calcs.c with 100% similarity]

index 2f4c8e7..63a0edb 100644 (file)
@@ -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))