All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/i915: PREEMPT_RT related fixups.
@ 2021-12-14 14:02 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 35+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-12-14 14:02 UTC (permalink / raw)
  To: dri-devel, intel-gfx
  Cc: Tvrtko Ursulin, David Airlie, Rodrigo Vivi, Thomas Gleixner


Hi,

The following patches are from the PREEMPT_RT queue. One patch was
applied, one added so here are eight again. I can post them in smaller
batches if that is preferred.
It is mostly about disabling interrupts/preemption which leads to
problems.  Unfortunately DRM_I915_LOW_LEVEL_TRACEPOINTS had to be
disabled because it acquires locks from within trace points. Making the
lock a raw_spinlock_t led to higher latencies during video playback
  https://lore.kernel.org/all/20211006164628.s2mtsdd2jdbfyf7g@linutronix.de/

and I'm not sure if I hit the worse case here.
I tested it on a SandyBridge with built-in i915 by using X, OpenGL and
playing videos without noticing any warnings. However, some code paths
were not entered.

Sebastian


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

end of thread, other threads:[~2022-02-14 18:39 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 14:02 [PATCH 0/8] drm/i915: PREEMPT_RT related fixups Sebastian Andrzej Siewior
2021-12-14 14:02 ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:02 ` [PATCH 1/8] drm/i915: Drop the irqs_disabled() check Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:02 ` [PATCH 2/8] drm/i915/gt: Queue and wait for the irq_work item Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:02 ` [PATCH 3/8] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:02 ` [PATCH 4/8] drm/i915: Use preempt_disable/enable_rt() where recommended Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2022-01-26 23:29   ` Mario Kleiner
2022-01-26 23:29     ` [Intel-gfx] " Mario Kleiner
2022-02-11  8:44     ` Sebastian Andrzej Siewior
2022-02-11  8:44       ` [Intel-gfx] " Sebastian Andrzej Siewior
2022-02-14 18:38       ` Mario Kleiner
2022-02-14 18:38         ` [Intel-gfx] " Mario Kleiner
2021-12-14 14:02 ` [PATCH 5/8] drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:02 ` [PATCH 6/8] drm/i915: Don't check for atomic context on PREEMPT_RT Sebastian Andrzej Siewior
2021-12-14 14:02   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:03 ` [PATCH 7/8] drm/i915: Disable tracing points " Sebastian Andrzej Siewior
2021-12-14 14:03   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 14:36   ` Steven Rostedt
2021-12-14 14:36     ` [Intel-gfx] " Steven Rostedt
2021-12-14 15:41     ` Jani Nikula
2021-12-14 15:41       ` [Intel-gfx] " Jani Nikula
2021-12-14 15:56     ` Sebastian Andrzej Siewior
2021-12-14 15:56       ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 16:34     ` Ville Syrjälä
2021-12-14 16:58       ` Steven Rostedt
2022-02-08 17:32         ` Sebastian Andrzej Siewior
2021-12-14 14:03 ` [PATCH 8/8] drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE Sebastian Andrzej Siewior
2021-12-14 14:03   ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-12-14 15:58 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: PREEMPT_RT related fixups. (rev4) Patchwork
2021-12-14 16:12   ` 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.