diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2026-03-11 17:18:15 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2026-03-16 12:00:21 +0300 |
| commit | 49464bb6977aa87e3edda2f5d011fbaafc5e1cf3 (patch) | |
| tree | 426baf8e5208c1ea452075a186b462caee11f083 | |
| parent | e3ef2c21176e7031b5846418e3dd1b5b94512ce5 (diff) | |
| download | linux-49464bb6977aa87e3edda2f5d011fbaafc5e1cf3.tar.xz | |
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>
| -rw-r--r-- | drivers/gpu/drm/xe/Makefile | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/xe/display/xe_display_bo.c (renamed from drivers/gpu/drm/xe/display/intel_bo.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile index 7c5bb6e8fb8d..ac8c1f2cb7f9 100644 --- a/drivers/gpu/drm/xe/Makefile +++ b/drivers/gpu/drm/xe/Makefile @@ -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 \ diff --git a/drivers/gpu/drm/xe/display/intel_bo.c b/drivers/gpu/drm/xe/display/xe_display_bo.c index fa1f2c796b81..fa1f2c796b81 100644 --- a/drivers/gpu/drm/xe/display/intel_bo.c +++ b/drivers/gpu/drm/xe/display/xe_display_bo.c |
