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/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>

+1 -1
+1 -1
drivers/gpu/drm/xe/Makefile
··· 215 215 display/xe_dsb_buffer.o \ 216 216 display/xe_fb_pin.o \ 217 217 display/xe_hdcp_gsc.o \ 218 + display/xe_initial_plane.o \ 218 219 display/xe_panic.o \ 219 - display/xe_plane_initial.o \ 220 220 display/xe_stolen.o \ 221 221 display/xe_tdf.o 222 222
drivers/gpu/drm/xe/display/xe_plane_initial.c drivers/gpu/drm/xe/display/xe_initial_plane.c