[PATCH 00/10] Trigger Plane processing for CRC generation in SIM

Mahesh Kumar mahesh1.kumar at intel.com
Thu Jun 21 13:06:37 UTC 2018


This series improves crc-core <-> driver interface.
Adds following functionality in the crc-core
 - Now control node will print all the available sources if
   implemented by driver.
 - Setting of sorce will fail if provided sourc ein not supported
 - cleanup of crtc_crc_open function
 - Don't block open() call instead wait in crc read call.

Following IGT will fail due to interface change
igt at kms_pipe_crc_basic@bad-source <now setting bad-source itself will fail>
ig at kms_pipe_crc_basic@nonblocking-crc-pipe-X 
ig at kms_pipe_crc_basic@nonblocking-crc-pipe-X-frame-sequence
In nonblocking crc tests we'll get lesser crc's due to skipping crc

Mahesh Kumar (10):
  drm: crc: Introduce verify_crc_source callback
  drm: crc: Introduce pre_crc_read function
  drm: crc: Introduce get_crc_sources callback
  drm/rockchip/crc: Implement verify_crc_source callback
  drm/amdgpu_dm/crc: Implement verify_crc_source callback
  drm/rcar-du/crc: Implement verify_crc_source callback
  drm/i915/crc: implement verify_crc_source callback
  drm/i915/crc: implement get_crc_sources callback
  drm/crc: Cleanup crtc_crc_open function
  Revert "drm: crc: Wait for a frame before returning from open()"

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |   6 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c  |  20 +++-
 drivers/gpu/drm/drm_debugfs_crc.c                  |  62 ++++++-----
 drivers/gpu/drm/i915/intel_display.c               |   2 +
 drivers/gpu/drm/i915/intel_drv.h                   |   8 +-
 drivers/gpu/drm/i915/intel_pipe_crc.c              | 124 ++++++++++++++++++++-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |  49 +++++++-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |  23 +++-
 include/drm/drm_crtc.h                             |  33 +++++-
 10 files changed, 279 insertions(+), 49 deletions(-)

-- 
2.16.2



More information about the Intel-gfx-trybot mailing list