mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
c6946bcf4a
commit
bbc4500132
|
|
@ -271,7 +271,7 @@ i915-y += \
|
|||
display/intel_dpio_phy.o \
|
||||
display/intel_dpll.o \
|
||||
display/intel_dpll_mgr.o \
|
||||
display/intel_dpt_common.o \
|
||||
display/intel_dpt.o \
|
||||
display/intel_dram.o \
|
||||
display/intel_drrs.o \
|
||||
display/intel_dsb.o \
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
#include "intel_dp_tunnel.h"
|
||||
#include "intel_dpll.h"
|
||||
#include "intel_dpll_mgr.h"
|
||||
#include "intel_dpt_common.h"
|
||||
#include "intel_dpt.h"
|
||||
#include "intel_drrs.h"
|
||||
#include "intel_dsb.h"
|
||||
#include "intel_dsi.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "intel_de.h"
|
||||
#include "intel_display_regs.h"
|
||||
#include "intel_display_types.h"
|
||||
#include "intel_dpt_common.h"
|
||||
#include "intel_dpt.h"
|
||||
#include "intel_parent.h"
|
||||
#include "skl_universal_plane_regs.h"
|
||||
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
#include "display/intel_display_power.h"
|
||||
#include "display/intel_dmc.h"
|
||||
#include "display/intel_dp.h"
|
||||
#include "display/intel_dpt_common.h"
|
||||
#include "display/intel_dpt.h"
|
||||
#include "display/intel_dram.h"
|
||||
#include "display/intel_encoder.h"
|
||||
#include "display/intel_fbdev.h"
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \
|
|||
i915-display/intel_dp_test.o \
|
||||
i915-display/intel_dpll.o \
|
||||
i915-display/intel_dpll_mgr.o \
|
||||
i915-display/intel_dpt_common.o \
|
||||
i915-display/intel_dpt.o \
|
||||
i915-display/intel_dram.o \
|
||||
i915-display/intel_drrs.o \
|
||||
i915-display/intel_dsb.o \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user