From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com, lucas.demarchi@intel.com
Subject: [PATCH 8/8] drm/xe/display: remove unused xe->enabled_irq_mask
Date: Mon, 8 Apr 2024 21:08:43 +0300 [thread overview]
Message-ID: <104f4ac786b7c7eb2ed575670568b96ffb2d2f78.1712599671.git.jani.nikula@intel.com> (raw)
In-Reply-To: <cover.1712599670.git.jani.nikula@intel.com>
The xe->enabled_irq_mask member has never been used for anything.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/xe/display/xe_display.c | 1 -
drivers/gpu/drm/xe/xe_device_types.h | 2 --
2 files changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c
index 6ec375c1c4b6..32a8242e1ef4 100644
--- a/drivers/gpu/drm/xe/display/xe_display.c
+++ b/drivers/gpu/drm/xe/display/xe_display.c
@@ -108,7 +108,6 @@ int xe_display_create(struct xe_device *xe)
xe->display.hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0);
drmm_mutex_init(&xe->drm, &xe->sb_lock);
- xe->enabled_irq_mask = ~0;
err = drmm_add_action_or_reset(&xe->drm, display_destroy, NULL);
if (err)
diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index faa32407efa5..536cb8a44ea4 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -503,8 +503,6 @@ struct xe_device {
/* only to allow build, not used functionally */
u32 irq_mask;
- u32 enabled_irq_mask;
-
struct intel_uncore {
spinlock_t lock;
} uncore;
--
2.39.2
next prev parent reply other threads:[~2024-04-08 18:09 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-08 18:08 [PATCH 0/8] drm/i915: drm_i915_private and xe_device cleanups Jani Nikula
2024-04-08 18:08 ` [PATCH 1/8] drm/i915/gt: drop display clock info from gt debugfs Jani Nikula
2024-04-08 18:08 ` [PATCH 2/8] drm/i915: move skl_preferred_vco_freq to display substruct Jani Nikula
2024-04-08 18:08 ` [PATCH 3/8] drm/i915: move max_dotclk_freq " Jani Nikula
2024-04-08 18:08 ` [PATCH 4/8] drm/i915: move vblank_enabled " Jani Nikula
2024-04-08 18:08 ` [PATCH 5/8] drm/i915: move display_irqs_enabled " Jani Nikula
2024-04-08 18:08 ` [PATCH 6/8] drm/i915: move de_irq_mask " Jani Nikula
2024-04-08 21:07 ` Lucas De Marchi
2024-04-08 18:08 ` [PATCH 7/8] drm/i915: move pipestat_irq_mask " Jani Nikula
2024-04-08 18:08 ` Jani Nikula [this message]
2024-04-08 18:15 ` [PATCH 0/8] drm/i915: drm_i915_private and xe_device cleanups Ville Syrjälä
2024-04-08 19:17 ` ✓ CI.Patch_applied: success for " Patchwork
2024-04-08 19:18 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-08 19:19 ` ✓ CI.KUnit: success " Patchwork
2024-04-08 19:31 ` ✓ CI.Build: " Patchwork
2024-04-08 19:36 ` ✓ CI.Hooks: " Patchwork
2024-04-08 19:38 ` ✗ CI.checksparse: warning " Patchwork
2024-04-08 20:02 ` ✓ CI.BAT: success " Patchwork
2024-04-08 21:02 ` [PATCH 0/8] " Jani Nikula
2024-04-08 21:10 ` Lucas De Marchi
2024-04-09 8:43 ` Jani Nikula
2024-04-09 1:41 ` ✗ CI.FULL: failure for " 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=104f4ac786b7c7eb2ed575670568b96ffb2d2f78.1712599671.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox