From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Mahesh Kumar <mahesh1.kumar@intel.com>
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 00/10] Improve crc-core driver interface
Date: Thu, 12 Jul 2018 14:08:40 +0300 [thread overview]
Message-ID: <5787658.SjtuGuFGrQ@avalon> (raw)
In-Reply-To: <20180712083635.7472-1-mahesh1.kumar@intel.com>
Hi Mahesh,
Thank you for the patches.
When resubmitting patch series, could you please add a version number to the
[PATCH] prefix ? Otherwise it gets difficult to figure out which version is
the latest. This can be done automatically with the -v argument to git-format-
patch.
On Thursday, 12 July 2018 11:36:25 EEST Mahesh Kumar wrote:
> This series improves crc-core <-> driver interface.
> This series adds following functionality in the crc-core
> - Now control node will print all the available sources if
> implemented by driver along with current source.
> - Setting of sorce will fail if provided source is not supported
> - cleanup of crtc_crc_open function first allocate memory before
> enabling CRC generation
> - Don't block open() call instead wait in crc read call.
>
> Following IGT will fail due to crc-core <-> driver interface change
> igt@kms_pipe_crc_basic@bad-source <now setting bad-source itself will fail>
> ig@kms_pipe_crc_basic@nonblocking-crc-pipe-X
> ig@kms_pipe_crc_basic@nonblocking-crc-pipe-X-frame-sequence
> In nonblocking crc tests we'll get lesser crc's due to skipping crc
>
> AMD/Rockchip/rcar code path is not validated and need inputs
>
> Cc: dri-devel@lists.freedesktop.org
>
> Mahesh Kumar (10):
> drm: crc: Introduce verify_crc_source callback
> 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()"
> drm/rcar-du/crc: Implement get_crc_sources callback
>
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 7 +-
> .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 20 +++-
> drivers/gpu/drm/drm_debugfs_crc.c | 92 +++++++++-------
> drivers/gpu/drm/i915/intel_display.c | 2 +
> drivers/gpu/drm/i915/intel_drv.h | 9 +-
> drivers/gpu/drm/i915/intel_pipe_crc.c | 119 +++++++++++++++++-
> drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 82 +++++++++++---
> drivers/gpu/drm/rcar-du/rcar_du_drv.c | 2 +
> drivers/gpu/drm/rcar-du/rcar_du_drv.h | 2 +
> drivers/gpu/drm/rcar-du/rcar_du_kms.c | 67 ++++++++++++
> drivers/gpu/drm/rcar-du/rcar_du_kms.h | 1 +
> drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 26 ++++-
> include/drm/drm_crtc.h | 40 ++++++-
> 14 files changed, 396 insertions(+), 74 deletions(-)
--
Regards,
Laurent Pinchart
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-07-12 11:08 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 8:36 [PATCH 00/10] Improve crc-core driver interface Mahesh Kumar
2018-07-12 8:36 ` [PATCH 01/10] drm: crc: Introduce verify_crc_source callback Mahesh Kumar
2018-07-12 11:06 ` Laurent Pinchart
2018-07-12 8:36 ` [PATCH 02/10] drm: crc: Introduce get_crc_sources callback Mahesh Kumar
2018-07-12 11:28 ` Laurent Pinchart
2018-07-12 8:36 ` [PATCH 03/10] drm/rockchip/crc: Implement verify_crc_source callback Mahesh Kumar
2018-07-12 8:36 ` [PATCH 04/10] drm/amdgpu_dm/crc: " Mahesh Kumar
2018-07-12 8:36 ` [PATCH 05/10] drm/rcar-du/crc: " Mahesh Kumar
2018-07-12 11:37 ` Laurent Pinchart
2018-07-12 8:36 ` [PATCH 06/10] drm/i915/crc: implement " Mahesh Kumar
2018-07-12 8:36 ` [PATCH 07/10] drm/i915/crc: implement get_crc_sources callback Mahesh Kumar
2018-07-12 8:36 ` [PATCH 08/10] drm/crc: Cleanup crtc_crc_open function Mahesh Kumar
2018-07-12 11:39 ` Laurent Pinchart
2018-07-12 8:36 ` [PATCH 09/10] Revert "drm: crc: Wait for a frame before returning from open()" Mahesh Kumar
2018-07-12 8:36 ` [PATCH 10/10] drm/rcar-du/crc: Implement get_crc_sources callback Mahesh Kumar
2018-07-12 11:46 ` Laurent Pinchart
2018-07-12 9:22 ` ✗ Fi.CI.SPARSE: warning for Improve crc-core driver interface (rev6) Patchwork
2018-07-12 9:35 ` ✗ Fi.CI.BAT: failure " Patchwork
2018-07-12 11:08 ` Laurent Pinchart [this message]
2018-07-16 14:24 ` [PATCH 00/10] Improve crc-core driver interface Kumar, Mahesh
-- strict thread matches above, loose matches on Subject: below --
2018-07-13 13:59 Mahesh Kumar
2018-07-11 15:11 Mahesh Kumar
2018-07-02 11:07 Mahesh Kumar
2018-07-02 16:15 ` Alex Deucher
2018-06-27 14:44 Mahesh Kumar
2018-06-26 6:22 Mahesh Kumar
2018-06-26 6:32 ` Kumar, Mahesh
2018-06-22 10:41 Mahesh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5787658.SjtuGuFGrQ@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=mahesh1.kumar@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).