All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] drm/i915: Silence pipe tracepoint WARNs
@ 2021-03-04 17:04 Ville Syrjala
  2021-03-04 17:04 ` [Intel-gfx] [PATCH 1/4] drm/i915: Move pipe enable/disable tracepoints to intel_crtc_vblank_{on, off}() Ville Syrjala
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Ville Syrjala @ 2021-03-04 17:04 UTC (permalink / raw)
  To: intel-gfx; +Cc: Steven Rostedt

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I believe this should silence the WARN spew from the
pipe disable tracepoint Steve reported. And I tossed in
a few other minor improvements as well.

Cc: Steven Rostedt <rostedt@goodmis.org>

Ville Syrjälä (4):
  drm/i915: Move pipe enable/disable tracepoints to
    intel_crtc_vblank_{on,off}()
  drm/i915: Don't try to query the frame counter for disabled pipes
  drm/i915: Return zero as the scanline counter for disabled pipes
  drm/i915: Fix DSI TE max_vblank_count handling

 drivers/gpu/drm/i915/display/intel_crtc.c    | 24 +++++++++++++++++---
 drivers/gpu/drm/i915/display/intel_display.c |  8 +------
 drivers/gpu/drm/i915/i915_irq.c              |  2 +-
 3 files changed, 23 insertions(+), 11 deletions(-)

-- 
2.26.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-03-05 15:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 17:04 [Intel-gfx] [PATCH 0/4] drm/i915: Silence pipe tracepoint WARNs Ville Syrjala
2021-03-04 17:04 ` [Intel-gfx] [PATCH 1/4] drm/i915: Move pipe enable/disable tracepoints to intel_crtc_vblank_{on, off}() Ville Syrjala
2021-03-04 17:04 ` [Intel-gfx] [PATCH 2/4] drm/i915: Don't try to query the frame counter for disabled pipes Ville Syrjala
2021-03-04 17:04 ` [Intel-gfx] [PATCH 3/4] drm/i915: Return zero as the scanline " Ville Syrjala
2021-03-04 17:04 ` [Intel-gfx] [PATCH 4/4] drm/i915: Fix DSI TE max_vblank_count handling Ville Syrjala
2021-03-04 17:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Silence pipe tracepoint WARNs Patchwork
2021-03-04 19:20 ` [Intel-gfx] [PATCH 0/4] " Steven Rostedt
2021-03-05 15:38   ` Ville Syrjälä
2021-03-04 23:51 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork
2021-03-05  8:45 ` [Intel-gfx] [PATCH 0/4] " Jani Nikula

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.