Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/dpt: drop _common from the DPT file names

With the intel_dpt.[ch] file names vacated, and i915 specific code moved
away, we can rename the intel_dpt_common.[ch] files to the simpler name.

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patch.msgid.link/3f2da737a26bb71a7bc05a3e6c456302e3c72656.1772030909.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

+5 -5
+1 -1
drivers/gpu/drm/i915/Makefile
··· 271 271 display/intel_dpio_phy.o \ 272 272 display/intel_dpll.o \ 273 273 display/intel_dpll_mgr.o \ 274 - display/intel_dpt_common.o \ 274 + display/intel_dpt.o \ 275 275 display/intel_dram.o \ 276 276 display/intel_drrs.o \ 277 277 display/intel_dsb.o \
+1 -1
drivers/gpu/drm/i915/display/intel_display.c
··· 84 84 #include "intel_dp_tunnel.h" 85 85 #include "intel_dpll.h" 86 86 #include "intel_dpll_mgr.h" 87 - #include "intel_dpt_common.h" 87 + #include "intel_dpt.h" 88 88 #include "intel_drrs.h" 89 89 #include "intel_dsb.h" 90 90 #include "intel_dsi.h"
+1 -1
drivers/gpu/drm/i915/display/intel_dpt_common.c drivers/gpu/drm/i915/display/intel_dpt.c
··· 6 6 #include "intel_de.h" 7 7 #include "intel_display_regs.h" 8 8 #include "intel_display_types.h" 9 - #include "intel_dpt_common.h" 9 + #include "intel_dpt.h" 10 10 #include "intel_parent.h" 11 11 #include "skl_universal_plane_regs.h" 12 12
drivers/gpu/drm/i915/display/intel_dpt_common.h drivers/gpu/drm/i915/display/intel_dpt.h
+1 -1
drivers/gpu/drm/i915/i915_driver.c
··· 59 59 #include "display/intel_display_power.h" 60 60 #include "display/intel_dmc.h" 61 61 #include "display/intel_dp.h" 62 - #include "display/intel_dpt_common.h" 62 + #include "display/intel_dpt.h" 63 63 #include "display/intel_dram.h" 64 64 #include "display/intel_encoder.h" 65 65 #include "display/intel_fbdev.h"
+1 -1
drivers/gpu/drm/xe/Makefile
··· 274 274 i915-display/intel_dp_test.o \ 275 275 i915-display/intel_dpll.o \ 276 276 i915-display/intel_dpll_mgr.o \ 277 - i915-display/intel_dpt_common.o \ 277 + i915-display/intel_dpt.o \ 278 278 i915-display/intel_dram.o \ 279 279 i915-display/intel_drrs.o \ 280 280 i915-display/intel_dsb.o \