All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/gt: Locking splats PREEMPT_RT
@ 2021-09-08 18:57 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-09-08 18:57 UTC (permalink / raw)
  To: dri-devel, intel-gfx
  Cc: David Airlie, Daniel Vetter, Jani Nikula, Joonas Lahtinen,
	Rodrigo Vivi, Chris Wilson, Peter Zijlstra, Thomas Gleixner,
	Clark Williams

Clark Williams reported two issues with the i915 driver running on
PREEMPT_RT. While #1 looks simple I have no idea about #2 thus the RFC.

Sebastian


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2] drm/i915: Avoid explicit IRQ-off sections.
@ 2022-03-11 12:30 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
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-03-11 12:30 UTC (permalink / raw)
  To: dri-devel, intel-gfx
  Cc: Tvrtko Ursulin, David Airlie, Rodrigo Vivi, Thomas Gleixner

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-11 12:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 18:57 [PATCH 0/2] drm/i915/gt: Locking splats PREEMPT_RT Sebastian Andrzej Siewior
2021-09-08 18:57 ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-09-08 18:57 ` [PATCH 1/2] drm/i915/gt: Queue and wait for the irq_work item Sebastian Andrzej Siewior
2021-09-08 18:57   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-09-08 18:57 ` [RFC PATCH 2/2] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() Sebastian Andrzej Siewior
2021-09-08 18:57   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-09-16  9:38   ` Maarten Lankhorst
2021-10-01  9:29     ` Sebastian Andrzej Siewior
2021-09-08 19:25 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Locking splats PREEMPT_RT Patchwork
2022-03-11 12:30 [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

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.