All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
	David Airlie <airlied@linux.ie>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH 0/2] drm/i915: Avoid explicit IRQ-off sections.
Date: Fri, 11 Mar 2022 13:30:30 +0100	[thread overview]
Message-ID: <20220311123032.4078431-1-bigeasy@linutronix.de> (raw)

Hi,

these two patches are from the RT queue. They avoid IRQ-off checks and
IRQ-off regions which are not valid/ possible on PREEMPT_RT and are not
needed on !PREEMPT_RT.

Sebastian



WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [Intel-gfx] [PATCH 0/2] drm/i915: Avoid explicit IRQ-off sections.
Date: Fri, 11 Mar 2022 13:30:30 +0100	[thread overview]
Message-ID: <20220311123032.4078431-1-bigeasy@linutronix.de> (raw)

Hi,

these two patches are from the RT queue. They avoid IRQ-off checks and
IRQ-off regions which are not valid/ possible on PREEMPT_RT and are not
needed on !PREEMPT_RT.

Sebastian



             reply	other threads:[~2022-03-11 12:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 12:30 Sebastian Andrzej Siewior [this message]
2022-03-11 12:30 ` [Intel-gfx] [PATCH 0/2] drm/i915: Avoid explicit IRQ-off sections Sebastian Andrzej Siewior
2022-03-11 12:30 ` [PATCH 1/2] drm/i915/gt: Queue and wait for the irq_work item Sebastian Andrzej Siewior
2022-03-11 12:30   ` [Intel-gfx] " Sebastian Andrzej Siewior
2022-03-11 12:30 ` [PATCH 2/2] drm/i915: Drop the irqs_disabled() check Sebastian Andrzej Siewior
2022-03-11 12:30   ` [Intel-gfx] " Sebastian Andrzej Siewior
2022-03-11 14:11 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Avoid explicit IRQ-off sections Patchwork
2022-03-14 12:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Avoid explicit IRQ-off sections. (rev2) Patchwork
2022-03-14 14:08 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=20220311123032.4078431-1-bigeasy@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=tglx@linutronix.de \
    --cc=tvrtko.ursulin@linux.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.