For the whole series, with the comment addressed:
Reviewed-by: Maarten Lankhorst <[email protected]>

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 <[email protected]>
> ---
>  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

Reply via email to