All of lore.kernel.org
 help / color / mirror / Atom feed
From: abhinavk@codeaurora.org
To: igt-dev@lists.freedesktop.org
Cc: tanmay@codeaurora.org, swboyd@chromium.org,
	khsieh@codeaurora.org, nganji@codeaurora.org,
	seanpaul@chromium.org, aravindh@codeaurora.org
Subject: Re: [igt-dev] [PATCH i-g-t 0/5] Add support for video pattern DP CTS for MSM chipsets
Date: Mon, 14 Sep 2020 12:34:11 -0700	[thread overview]
Message-ID: <5f50a0dcdfabb20d151fc967fc97cc27@codeaurora.org> (raw)
In-Reply-To: <20200904005439.17146-1-abhinavk@codeaurora.org>

Hello

Can we get some reviews on this series please?

Thanks

Abhinav

On 2020-09-03 17:54, Abhinav Kumar wrote:
> This series adds support for video pattern DP compliance tests for
> MSM chipsets. The driver side changes for this have been pushed here 
> [1].
> The changes mostly involve cleanup to move useful APIs to common libs 
> so
> that other compliance modules can use them and also leveraging the 
> design
> of intel_dp_compliance to add support for video pattern tests for MSM
> chipsets.
> 
> [1] https://patchwork.kernel.org/project/dri-devel/list/?series=343255
> 
> Abhinav Kumar (5):
>   tools: rename intel_dp_compliance_hotplug to 
> igt_dp_compliance_hotplug
>   lib/igt_kms: move some of the useful dump functions to igt_kms
>   lib/igt_fb: move the CTS fill framebuffer to igt_fb lib
>   tools: move terminal utility functions to a separate file
>   tools: add support for msm_dp_compliance to IGT
> 
>  lib/igt_fb.c                                  |  65 ++
>  lib/igt_fb.h                                  |   3 +
>  lib/igt_kms.c                                 |  92 ++
>  lib/igt_kms.h                                 |   5 +
>  tools/Makefile.am                             |   4 +
>  tools/Makefile.sources                        |  11 +-
>  tools/igt_compliance_utils.c                  |  82 ++
>  ...el_dp_compliance.h => igt_dp_compliance.h} |  13 +-
>  ..._hotplug.c => igt_dp_compliance_hotplug.c} |   9 +-
>  tools/intel_dp_compliance.c                   | 216 +----
>  tools/meson.build                             |  15 +-
>  tools/msm_dp_compliance.c                     | 812 ++++++++++++++++++
>  12 files changed, 1118 insertions(+), 209 deletions(-)
>  create mode 100644 tools/igt_compliance_utils.c
>  rename tools/{intel_dp_compliance.h => igt_dp_compliance.h} (80%)
>  rename tools/{intel_dp_compliance_hotplug.c =>
> igt_dp_compliance_hotplug.c} (93%)
>  create mode 100644 tools/msm_dp_compliance.c
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

      parent reply	other threads:[~2020-09-14 19:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04  0:54 [igt-dev] [PATCH i-g-t 0/5] Add support for video pattern DP CTS for MSM chipsets Abhinav Kumar
2020-09-04  0:54 ` [igt-dev] [PATCH i-g-t 1/5] tools: rename intel_dp_compliance_hotplug to igt_dp_compliance_hotplug Abhinav Kumar
2020-09-15  7:33   ` Petri Latvala
2020-09-04  0:54 ` [igt-dev] [PATCH i-g-t 2/5] lib/igt_kms: move some of the useful dump functions to igt_kms Abhinav Kumar
2020-09-15  7:35   ` Petri Latvala
2020-09-15 16:30     ` abhinavk
2020-09-04  0:54 ` [igt-dev] [PATCH i-g-t 3/5] lib/igt_fb: move the CTS fill framebuffer to igt_fb lib Abhinav Kumar
2020-09-15  7:37   ` Petri Latvala
2020-09-04  0:54 ` [igt-dev] [PATCH i-g-t 4/5] tools: move terminal utility functions to a separate file Abhinav Kumar
2020-09-15  7:39   ` Petri Latvala
2020-09-04  0:54 ` [igt-dev] [PATCH i-g-t 5/5] tools: add support for msm_dp_compliance to IGT Abhinav Kumar
2020-09-15  7:46   ` Petri Latvala
2020-09-15 16:33     ` abhinavk
2020-09-04  1:20 ` [igt-dev] ✓ Fi.CI.BAT: success for Add support for video pattern DP CTS for MSM chipsets Patchwork
2020-09-04  3:22 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-09-14 19:34 ` abhinavk [this message]

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=5f50a0dcdfabb20d151fc967fc97cc27@codeaurora.org \
    --to=abhinavk@codeaurora.org \
    --cc=aravindh@codeaurora.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=khsieh@codeaurora.org \
    --cc=nganji@codeaurora.org \
    --cc=seanpaul@chromium.org \
    --cc=swboyd@chromium.org \
    --cc=tanmay@codeaurora.org \
    /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 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.