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: rename intel_bo.c to xe_display_bo.c

Follow the xe_ prefixed file naming in xe. With xe_bo.[ch] already being
a thing in xe core, use xe_display_bo.c.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/2f73eda5117462407f12113ce096496282ee3fcc.1773238670.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

+1 -1
+1 -1
drivers/gpu/drm/xe/Makefile
··· 209 209 210 210 # Display code specific to xe 211 211 xe-$(CONFIG_DRM_XE_DISPLAY) += \ 212 - display/intel_bo.o \ 213 212 display/intel_fb_bo.o \ 214 213 display/intel_fbdev_fb.o \ 215 214 display/xe_display.o \ 215 + display/xe_display_bo.o \ 216 216 display/xe_display_pcode.o \ 217 217 display/xe_display_rpm.o \ 218 218 display/xe_display_wa.o \
drivers/gpu/drm/xe/display/intel_bo.c drivers/gpu/drm/xe/display/xe_display_bo.c