From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: <intel-gfx@lists.freedesktop.org>, <intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH] drm/xe/compat: remove unused i915_active.h and i915_active_types.h
Date: Mon, 1 Dec 2025 12:31:52 -0500 [thread overview]
Message-ID: <aS3RCI6ctO2ytM5E@intel.com> (raw)
In-Reply-To: <20251201171050.2145833-1-jani.nikula@intel.com>
On Mon, Dec 01, 2025 at 07:10:50PM +0200, Jani Nikula wrote:
> Commit 965930962a41 ("drm/i915/frontbuffer: Fix intel_frontbuffer
> lifetime handling") dropped the last xe display users of the
> headers. They're still used in intel_overlay.c, but it's not built as
> part of xe.
indeed, this patch moved the used ones to inside i915/gem...
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
> .../drm/xe/compat-i915-headers/i915_active.h | 22 -------------------
> .../compat-i915-headers/i915_active_types.h | 13 -----------
> 2 files changed, 35 deletions(-)
> delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_active.h
> delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h
>
> diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_active.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_active.h
> deleted file mode 100644
> index 6f0ab3753563..000000000000
> --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_active.h
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -/* SPDX-License-Identifier: MIT */
> -/*
> - * Copyright © 2022 Intel Corporation
> - */
> -
> -#ifndef _I915_ACTIVE_H_
> -#define _I915_ACTIVE_H_
> -
> -#include "i915_active_types.h"
> -
> -static inline void i915_active_init(struct i915_active *ref,
> - int (*active)(struct i915_active *ref),
> - void (*retire)(struct i915_active *ref),
> - unsigned long flags)
> -{
> - (void) active;
> - (void) retire;
> -}
> -
> -#define i915_active_fini(active) do { } while (0)
> -
> -#endif
> diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h
> deleted file mode 100644
> index 8c31f9a8b168..000000000000
> --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_active_types.h
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -/*
> - * SPDX-License-Identifier: MIT
> - *
> - * Copyright © 2019 Intel Corporation
> - */
> -
> -#ifndef _I915_ACTIVE_TYPES_H_
> -#define _I915_ACTIVE_TYPES_H_
> -
> -struct i915_active {};
> -#define I915_ACTIVE_RETIRE_SLEEPS 0
> -
> -#endif /* _I915_ACTIVE_TYPES_H_ */
> --
> 2.47.3
>
next prev parent reply other threads:[~2025-12-01 17:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-01 17:10 [PATCH] drm/xe/compat: remove unused i915_active.h and i915_active_types.h Jani Nikula
2025-12-01 17:31 ` Rodrigo Vivi [this message]
2025-12-02 10:00 ` Jani Nikula
2025-12-01 20:43 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-12-01 21:42 ` ✗ CI.checkpatch: warning " Patchwork
2025-12-01 21:43 ` ✓ CI.KUnit: success " Patchwork
2025-12-01 22:22 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-01 22:38 ` ✓ i915.CI.BAT: success for drm/xe/compat: remove unused i915_active.h and i915_active_types.h (rev2) Patchwork
2025-12-02 0:30 ` ✗ i915.CI.Full: failure " Patchwork
2025-12-02 1:36 ` ✗ Xe.CI.Full: failure for drm/xe/compat: remove unused i915_active.h and i915_active_types.h Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aS3RCI6ctO2ytM5E@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.