[PATCH 22/22] drm/xe: eradicate -Ddrm_i915_gem_object=xe_bo
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Tue Sep 17 21:53:07 UTC 2024
For the whole series, with the comment addressed:
Reviewed-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Den 2024-09-17 kl. 18:14, skrev Jani Nikula:
> We've now completely stopped using drm_i915_gem_object in display code
> that gets built for xe. Kill off the -Ddrm_i915_gem_object=xe_bo
> hack. Good riddance.
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
> ---
> drivers/gpu/drm/xe/Makefile | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile
> index e1ab68d3e066..ae245fbd91ee 100644
> --- a/drivers/gpu/drm/xe/Makefile
> +++ b/drivers/gpu/drm/xe/Makefile
> @@ -149,7 +149,6 @@ subdir-ccflags-$(CONFIG_DRM_XE_DISPLAY) += \
> -I$(src)/display/ext \
> -I$(src)/compat-i915-headers \
> -I$(srctree)/drivers/gpu/drm/i915/display/ \
> - -Ddrm_i915_gem_object=xe_bo \
> -Ddrm_i915_private=xe_device
>
> # Rule to build SOC code shared with i915
More information about the Intel-gfx
mailing list