[Intel-gfx] [RESEND PATCH v12 0/4] New debugfs API for capturing CRC of frames

Tomeu Vizoso tomeu.vizoso at collabora.com
Mon Dec 5 07:40:53 UTC 2016


Hi,

here are the patches that remain to be merged in this series. They have
been rebased and I have also addressed two smaller comments:

- Move locking into drm_crtc_add_crc_entry (Daniel Vetter).
- Define intel_crtc_set_crc_source as NULL if !CONFIG_DEBUG_FS (Jani
  Nikula).

Thanks,

Tomeu


Tomeu Vizoso (4):
  drm/i915/debugfs: Move out pipe CRC code
  drm: Move locking into drm_debugfs_crtc_crc_add
  drm/i915: Use new CRC debugfs API
  drm/i915: Put "cooked" vlank counters in frame CRC lines

 drivers/gpu/drm/drm_debugfs_crc.c     |    9 +-
 drivers/gpu/drm/i915/Makefile         |    2 +-
 drivers/gpu/drm/i915/i915_debugfs.c   |  882 +---------------------------
 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      |   11 +
 drivers/gpu/drm/i915/intel_pipe_crc.c | 1009 +++++++++++++++++++++++++++++++++
 8 files changed, 1089 insertions(+), 907 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_pipe_crc.c

-- 
2.7.4



More information about the Intel-gfx mailing list