From 6a3e94ff052963dea8585fb7d5a2bb7dcf4140c6 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 15 Dec 2025 17:28:16 +0200 Subject: [PATCH] drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Follow i915 with the more naturally flowing naming. Reviewed-by: Ville Syrjälä Link: https://patch.msgid.link/62eb56fe348a8fe7c17333d784192da701367cc7.1765812266.git.jani.nikula@intel.com Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/Makefile | 2 +- .../drm/xe/display/{xe_plane_initial.c => xe_initial_plane.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/gpu/drm/xe/display/{xe_plane_initial.c => xe_initial_plane.c} (100%) diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile index 35f71dbd1bac..4af7f5562221 100644 --- a/drivers/gpu/drm/xe/Makefile +++ b/drivers/gpu/drm/xe/Makefile @@ -215,8 +215,8 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \ display/xe_dsb_buffer.o \ display/xe_fb_pin.o \ display/xe_hdcp_gsc.o \ + display/xe_initial_plane.o \ display/xe_panic.o \ - display/xe_plane_initial.o \ display/xe_stolen.o \ display/xe_tdf.o diff --git a/drivers/gpu/drm/xe/display/xe_plane_initial.c b/drivers/gpu/drm/xe/display/xe_initial_plane.c similarity index 100% rename from drivers/gpu/drm/xe/display/xe_plane_initial.c rename to drivers/gpu/drm/xe/display/xe_initial_plane.c -- 2.47.3