diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-12-15 18:28:16 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-12-22 16:09:22 +0300 |
| commit | 6a3e94ff052963dea8585fb7d5a2bb7dcf4140c6 (patch) | |
| tree | 31b63ddcace2db992044c695ec2e65c644d0341e | |
| parent | 0734802d6130076fe52d3c75bc618e64048c2765 (diff) | |
| download | linux-6a3e94ff052963dea8585fb7d5a2bb7dcf4140c6.tar.xz | |
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ä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/62eb56fe348a8fe7c17333d784192da701367cc7.1765812266.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
| -rw-r--r-- | drivers/gpu/drm/xe/Makefile | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/xe/display/xe_initial_plane.c (renamed from drivers/gpu/drm/xe/display/xe_plane_initial.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 01c105a93bb9..01c105a93bb9 100644 --- a/drivers/gpu/drm/xe/display/xe_plane_initial.c +++ b/drivers/gpu/drm/xe/display/xe_initial_plane.c |
