On Wed, 2025-10-22 at 15:14 +0300, Jani Nikula wrote:
> xe_device.h and xe_device_has_flat_ccs() are no longer needed since
> commit 3a5c5c472c0e ("drm/i915/display: add HAS_AUX_CCS() feature
> check").
>
> Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Jouni Högander <[email protected]>
> ---
> drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> index 7c657ea98a44..3e79a74ff7de 100644
> --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> +++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
> @@ -12,7 +12,6 @@
>
> #include <drm/drm_drv.h>
>
> -#include "xe_device.h" /* for xe_device_has_flat_ccs() */
> #include "xe_device_types.h"
>
> static inline struct drm_i915_private *to_i915(const struct
> drm_device *dev)