]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: renaming filename for hubp
authorYue Hin Lau <Yuehin.Lau@amd.com>
Thu, 5 Oct 2017 16:30:14 +0000 (12:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:48:52 +0000 (16:48 -0400)
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>
drivers/gpu/drm/amd/display/dc/dcn10/Makefile
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c [moved from drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.c with 99% similarity]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h [moved from drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.h with 100% similarity]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c

index 6b19106f46795159f15ab9d599e0bab4c4435aaa..ebeb88283a143faf62d06ed0f76374aa80ddf3cd 100644 (file)
@@ -3,7 +3,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_hubp.o dcn10_mpc.o \
                dcn10_dpp_dscl.o dcn10_dpp_cm.o dcn10_cm_common.o
 
 AMD_DAL_DCN10 = $(addprefix $(AMDDALPATH)/dc/dcn10/,$(DCN10))
similarity index 99%
rename from drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.c
rename to drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
index 9ee42d9840fb21c96b02533ed915da57e7cbf241..b13dee64e0ce6a471666438e7c192570d0eddaa3 100644 (file)
@@ -24,9 +24,9 @@
  */
 #include "dm_services.h"
 #include "dce_calcs.h"
-#include "dcn10_mem_input.h"
 #include "reg_helper.h"
 #include "basics/conversion.h"
+#include "dcn10_hubp.h"
 
 #define REG(reg)\
        hubp1->mi_regs->reg
index 059da7882a68a11e809fd8c8be21a801ee933ffd..6b866b16998593459d01421356ee7f397a33f4ed 100644 (file)
@@ -31,7 +31,6 @@
 #include "dce110/dce110_hw_sequencer.h"
 #include "dce/dce_hwseq.h"
 #include "abm.h"
-#include "dcn10/dcn10_mem_input.h"
 #include "dcn10/dcn10_timing_generator.h"
 #include "dcn10/dcn10_dpp.h"
 #include "dcn10/dcn10_mpc.h"
@@ -41,6 +40,7 @@
 #include "mpc.h"
 #include "reg_helper.h"
 #include "custom_float.h"
+#include "dcn10_hubp.h"
 
 #define CTX \
        hws->ctx
index 93edbba762e8832c1f9c81a1308fe187595c2e56..1da5105ed30a96d448e5ab6c84aec6e4df4edcfc 100644 (file)
 #include "dce/dce_stream_encoder.h"
 #include "dce/dce_clocks.h"
 #include "dce/dce_clock_source.h"
-#include "dcn10/dcn10_mem_input.h"
 #include "dce/dce_audio.h"
 #include "dce/dce_hwseq.h"
 #include "../virtual/virtual_stream_encoder.h"
 #include "dce110/dce110_resource.h"
 #include "dce112/dce112_resource.h"
+#include "dcn10_hubp.h"
 
 #include "vega10/soc15ip.h"