linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v14 0/4] New debugfs API for capturing CRC of frames
@ 2017-01-02 12:59 Tomeu Vizoso
  2017-01-02 12:59 ` [PATCH v14 1/4] drm: Move locking into drm_debugfs_crtc_crc_add Tomeu Vizoso
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tomeu Vizoso @ 2017-01-02 12:59 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ville Syrjälä,
	Sean Paul, Thierry Reding, Emil Velikov, Daniel Vetter,
	Jani Nikula, Tomeu Vizoso, intel-gfx, dri-devel, David Airlie

Hi,

here are the patches that remain to be merged in this series.

Since v13, I have added a patch that makes open() block until the first
CRC comes. This is because otherwise, userspace would need to guess how
much time this particular HW takes to become ready to generate frame
CRCs. This patch could be dropped if it's preferred that userspace waits
for the first frame CRC to come before assuming that the HW is ready.

The other patches are unchanged.

Thanks,

Tomeu


Tomeu Vizoso (4):
  drm: Move locking into drm_debugfs_crtc_crc_add
  drm: crc: Wait for a frame before returning from open()
  drm/i915: Use new CRC debugfs API
  drm/i915: Put "cooked" vlank counters in frame CRC lines

 drivers/gpu/drm/drm_debugfs_crc.c     | 32 +++++++++---
 drivers/gpu/drm/i915/i915_drv.h       |  1 +
 drivers/gpu/drm/i915/i915_irq.c       | 81 ++++++++++++++++++++----------
 drivers/gpu/drm/i915/intel_display.c  |  1 +
 drivers/gpu/drm/i915/intel_drv.h      |  6 +++
 drivers/gpu/drm/i915/intel_pipe_crc.c | 94 ++++++++++++++++++++++++++++++-----
 6 files changed, 169 insertions(+), 46 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-01-05 14:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 12:59 [PATCH v14 0/4] New debugfs API for capturing CRC of frames Tomeu Vizoso
2017-01-02 12:59 ` [PATCH v14 1/4] drm: Move locking into drm_debugfs_crtc_crc_add Tomeu Vizoso
2017-01-02 12:59 ` [PATCH v14 2/4] drm: crc: Wait for a frame before returning from open() Tomeu Vizoso
2017-01-05 14:14   ` Daniel Vetter
2017-01-02 12:59 ` [PATCH v14 3/4] drm/i915: Use new CRC debugfs API Tomeu Vizoso
2017-01-02 12:59 ` [PATCH v14 4/4] drm/i915: Put "cooked" vlank counters in frame CRC lines Tomeu Vizoso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).