mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
e3ef2c2117
commit
49464bb697
|
|
@ -209,10 +209,10 @@ $(obj)/i915-display/%.o: $(srctree)/drivers/gpu/drm/i915/display/%.c FORCE
|
|||
|
||||
# Display code specific to xe
|
||||
xe-$(CONFIG_DRM_XE_DISPLAY) += \
|
||||
display/intel_bo.o \
|
||||
display/intel_fb_bo.o \
|
||||
display/intel_fbdev_fb.o \
|
||||
display/xe_display.o \
|
||||
display/xe_display_bo.o \
|
||||
display/xe_display_pcode.o \
|
||||
display/xe_display_rpm.o \
|
||||
display/xe_display_wa.o \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user