All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: "Shankar, Uma" <uma.shankar@intel.com>
Cc: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>,
	"Syrjala, Ville" <ville.syrjala@intel.com>,
	"Lankhorst, Maarten" <maarten.lankhorst@intel.com>
Subject: Re: [igt-dev] [v3] tests/kms_color: Fix CRC mismatch issues with ctm test
Date: Wed, 27 Mar 2019 13:35:25 +0200	[thread overview]
Message-ID: <20190327113525.GD3888@intel.com> (raw)
In-Reply-To: <E7C9878FBA1C6D42A1CA3F62AEB6945F81F8F3F6@BGSMSX104.gar.corp.intel.com>

On Wed, Mar 27, 2019 at 10:52:48AM +0000, Shankar, Uma wrote:
> 
> 
> >On Wed, Mar 27, 2019 at 06:20:10AM +0000, Shankar, Uma wrote:
> >>
> >>
> >> >-----Original Message-----
> >> >From: Ville Syrjälä [mailto:ville.syrjala@linux.intel.com]
> >> >Sent: Tuesday, March 26, 2019 10:16 PM
> >> >To: Shankar, Uma <uma.shankar@intel.com>
> >> >Cc: igt-dev@lists.freedesktop.org; Syrjala, Ville
> >> ><ville.syrjala@intel.com>; Lankhorst, Maarten
> >> ><maarten.lankhorst@intel.com>
> >> >Subject: Re: [igt-dev] [v3] tests/kms_color: Fix CRC mismatch issues
> >> >with ctm test
> >> >
> >> >On Tue, Mar 26, 2019 at 10:31:01AM +0000, Shankar, Uma wrote:
> >> >>
> >> >>
> >> >> >-----Original Message-----
> >> >> >From: Shankar, Uma
> >> >> >Sent: Monday, March 25, 2019 2:11 PM
> >> >> >To: igt-dev@lists.freedesktop.org
> >> >> >Cc: Shankar, Uma <uma.shankar@intel.com>
> >> >> >Subject: [v3] tests/kms_color: Fix CRC mismatch issues with ctm
> >> >> >test
> >> >> >
> >> >> >Due to Gamma/Degamma limitation with precision (lack of exact 1.0
> >> >> >representation) due to ABI restriction, applying linear gamma
> >> >> >affects crc. This patch fixes the same by making ctm tests
> >> >> >independant of
> >> >gamma/degamma.
> >> >> >
> >> >> >v2: Disable degamma/gamma programming for ctm max test as it leads
> >> >> >to crc mimsmatch. Limiting it to this test case alone as other
> >> >> >tests need it to be enabled, hence not touching those scenarios.
> >> >> >
> >> >> >v3: Fixed a fumble with compilation.
> >> >>
> >> >> Hi Ville,
> >> >> Can I keep your RB on this version. We have a clean CI result available now.
> >> >
> >> >I'm confused. Why didn't disabling degamma+gamma work?
> >>
> >> We need to disable degamma/gamma and also make sure we don't set them
> >> again with linear values, which was being done currently. Hence,
> >> disabled it and later made sure it's kept at that.
> >
> >Who is turning it back on and why?
> 
> When we call disable from IGT, it passes a NULL LUT. In this case, default linear LUT is
> getting applied in kernel. I am not sure if we really disable the gamma/degamma fully in
> driver. It just works with linear values and remains enabled.

We would disable after https://patchwork.freedesktop.org/series/58137/

Hmm. Looks like one patch missing r-b. I should probably go respin that
with Matt's comment added.

-- 
Ville Syrjälä
Intel
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-03-27 11:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-25  8:40 [igt-dev] [v3] tests/kms_color: Fix CRC mismatch issues with ctm test Uma Shankar
2019-03-25  8:49 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color: Fix CRC mismatch issues with ctm test (rev4) Patchwork
2019-03-25 14:27 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color: Fix CRC mismatch issues with ctm test (rev5) Patchwork
2019-03-26  9:51 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_color: Fix CRC mismatch issues with ctm test (rev6) Patchwork
2019-03-26 10:31 ` [igt-dev] [v3] tests/kms_color: Fix CRC mismatch issues with ctm test Shankar, Uma
2019-03-26 16:46   ` Ville Syrjälä
2019-03-27  6:20     ` Shankar, Uma
2019-03-27 10:36       ` Ville Syrjälä
2019-03-27 10:52         ` Shankar, Uma
2019-03-27 11:35           ` Ville Syrjälä [this message]
2019-03-27 13:37             ` Shankar, Uma
2019-03-28 19:38               ` Ville Syrjälä
2019-03-28 19:53                 ` Shankar, Uma
2019-03-28 20:50                   ` Shankar, Uma
2019-03-26 12:34 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_color: Fix CRC mismatch issues with ctm test (rev6) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2019-03-25  7:07 [igt-dev] [v3] tests/kms_color: Fix CRC mismatch issues with ctm test Uma Shankar

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=20190327113525.GD3888@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=maarten.lankhorst@intel.com \
    --cc=uma.shankar@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 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.