public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Kunal Joshi <kunal1.joshi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kunal Joshi <kunal1.joshi@intel.com>,
	ville.syrjala@intel.com, petri.latvala@intel.com,
	daniel.vetter@intel.com
Subject: [igt-dev] [PATCH i-g-t v2 0/2] validate color tests using chamelium.
Date: Thu, 16 Jan 2020 11:49:56 +0530	[thread overview]
Message-ID: <1579155598-4024-1-git-send-email-kunal1.joshi@intel.com> (raw)

For gen11+ platforms, there are frequent crc mismatch issues observed
in color tests. This is happening due to hardware limitation (pipe rounding).
One of the solutions to fix this is by rewriting color tests and making them
compatible with chamelium.

In this patch series, color tests are modified to have frame dump comparison
instead of crc comparison using chamelium hooks. This will be useful even for
future platforms. Also, with this approach we could enable limited-range
subtest which was commented in kms_color because of crc mismatch.

Kunal Joshi (2):
  lib/igt_chamelium: added function returning a bool to compare
    framebuffer reference with framedump.
  tests/kms_color_chamelium: add subtests to validate color.

 lib/igt_chamelium.c         |   65 +++
 lib/igt_chamelium.h         |    5 +
 tests/Makefile.am           |    1 +
 tests/kms_color_chamelium.c | 1130 +++++++++++++++++++++++++++++++++++++++++++
 tests/meson.build           |    1 +
 5 files changed, 1202 insertions(+)
 create mode 100644 tests/kms_color_chamelium.c

-- 
2.7.4

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2020-01-16 13:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16  6:19 Kunal Joshi [this message]
2020-01-16  6:19 ` [igt-dev] [PATCH i-g-t v2 1/2] lib/igt_chamelium: added function returning a bool to compare framebuffer reference with framedump Kunal Joshi
2020-01-16  6:19 ` [igt-dev] [PATCH i-g-t v2 2/2] tests/kms_color_chamelium: add subtests to validate color Kunal Joshi
2020-01-20  7:38   ` Shankar, Uma
2020-01-16 15:03 ` [igt-dev] ✓ Fi.CI.BAT: success for validate color tests using chamelium. (rev2) Patchwork
2020-01-19  7:07 ` [igt-dev] ✓ Fi.CI.IGT: " 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=1579155598-4024-1-git-send-email-kunal1.joshi@intel.com \
    --to=kunal1.joshi@intel.com \
    --cc=daniel.vetter@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    --cc=ville.syrjala@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