public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Kazlauskas, Nicholas" <Nicholas.Kazlauskas@amd.com>
To: "Zhang, Dingchen (David)" <Dingchen.Zhang@amd.com>,
	"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t 2/4] lib/igt_debugfs: add AMDGPU pipe crc sources
Date: Tue, 25 Jun 2019 16:23:18 +0000	[thread overview]
Message-ID: <ef894c15-1b9e-7e0f-4525-5ee04d6b7a51@amd.com> (raw)
In-Reply-To: <20190624143144.3403-2-dingchen.zhang@amd.com>

On 6/24/19 10:31 AM, Dingchen Zhang wrote:
> Need different pipe CRC sources to validate AMDGPU
> digital bypass mode.
> 
> Added available AMDGPU pipe crc sources in igt_debugfs.h
> 
> Cc: Harry Wentland <Harry.Wentland@amd.com>
> Cc: Nick Kazlauskas <Nicholas.Kazlauskas@amd.com>
> Change-Id: Ia6c9ccb7a904ec8a490e519425c006ae2ea95a9b

Drop the Change-ID.

> Signed-off-by: Dingchen Zhang <dingchen.zhang@amd.com>
> ---
>   lib/igt_debugfs.h | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h
> index 52520b3c..b49dd2b6 100644
> --- a/lib/igt_debugfs.h
> +++ b/lib/igt_debugfs.h
> @@ -83,6 +83,9 @@ typedef struct {
>   } igt_crc_t;
>   
>   #define INTEL_PIPE_CRC_SOURCE_AUTO "auto"
> +#define AMDGPU_PIPE_CRC_SOURCE_AUTO "auto"
> +#define AMDGPU_PIPE_CRC_SOURCE_CRTC "crtc"

We can probably just drop the "auto" and "crtc" defines here if we're 
not using them. Yes, it's a little strange that we're using the 
INTEL_PIPE_CRC_SOURCE_AUTO for every test, but it's already the convention.

The DPRX one below is fine.

Maybe just make the patch title "Add DPRX CRC source for AMDGPU" with 
that change.

Nicholas Kazlauskas

> +#define AMDGPU_PIPE_CRC_SOURCE_DPRX "dprx"
>   
>   void igt_assert_crc_equal(const igt_crc_t *a, const igt_crc_t *b);
>   bool igt_check_crc_equal(const igt_crc_t *a, const igt_crc_t *b);
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-06-25 16:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24 14:31 [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb: add functionality of getting framebuffer 16-bit CRC Dingchen Zhang
2019-06-24 14:31 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_debugfs: add AMDGPU pipe crc sources Dingchen Zhang
2019-06-25 16:23   ` Kazlauskas, Nicholas [this message]
2019-06-24 14:31 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_debugfs: add function to set pipe crc source name Dingchen Zhang
2019-06-25 16:26   ` Kazlauskas, Nicholas
2019-06-24 14:31 ` [igt-dev] [PATCH i-g-t 4/4] tests/amdgpu: add 8bpc bypass mode test Dingchen Zhang
2019-06-25 16:29   ` Kazlauskas, Nicholas
2019-06-24 15:48 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/4] lib/igt_fb: add functionality of getting framebuffer 16-bit CRC Patchwork
2019-06-24 19:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-06-25  6:54 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2019-06-25 16:20 ` [igt-dev] [PATCH i-g-t 1/4] " Kazlauskas, Nicholas

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=ef894c15-1b9e-7e0f-4525-5ee04d6b7a51@amd.com \
    --to=nicholas.kazlauskas@amd.com \
    --cc=Dingchen.Zhang@amd.com \
    --cc=igt-dev@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox