From: "Nautiyal, Ankit K" <ankit.k.nautiyal@intel.com>
To: <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: loop from min to max bpc
Date: Fri, 18 Aug 2023 18:00:21 +0530 [thread overview]
Message-ID: <00a64745-640e-6f88-0665-13889a019879@intel.com> (raw)
In-Reply-To: <20230818090403.1128613-1-swati2.sharma@intel.com>
LGTM.
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
On 8/18/2023 2:34 PM, Swati Sharma wrote:
> Loop from min bpc to max bpc. If max bpc is not supported, test
> will SKIP and even lower bpc won't get validated.
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> ---
> tests/i915/kms_dsc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c
> index 21f0c5a32..41e1d9519 100644
> --- a/tests/i915/kms_dsc.c
> +++ b/tests/i915/kms_dsc.c
> @@ -101,7 +101,7 @@ typedef struct {
>
> static int output_format_list[] = {DSC_FORMAT_YCBCR420, DSC_FORMAT_YCBCR444};
> static int format_list[] = {DRM_FORMAT_XYUV8888, DRM_FORMAT_XRGB2101010, DRM_FORMAT_XRGB16161616F, DRM_FORMAT_YUYV};
> -static uint32_t bpc_list[] = {12, 10, 8};
> +static uint32_t bpc_list[] = {8, 10, 12};
>
> static inline void manual(const char *expected)
> {
next prev parent reply other threads:[~2023-08-18 12:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 9:04 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: loop from min to max bpc Swati Sharma
2023-08-18 10:35 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2023-08-18 10:56 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-18 11:03 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-18 12:30 ` Nautiyal, Ankit K [this message]
2023-08-19 15:53 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-21 11:03 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
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=00a64745-640e-6f88-0665-13889a019879@intel.com \
--to=ankit.k.nautiyal@intel.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