From: Jani Nikula Date: Mon, 15 Dec 2025 15:28:16 +0000 (+0200) Subject: drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3e94ff052963dea8585fb7d5a2bb7dcf4140c6;p=thirdparty%2Fkernel%2Flinux.git drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c 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 --- 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