public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: igt-dev@lists.freedesktop.org, ville.syrjala@intel.com,
	maarten.lankhorst@intel.com, Daniel Vetter <daniel@ffwll.ch>
Subject: Re: [igt-dev] [v4] tests/kms_color: Fix CRC mismatch issues with ctm test
Date: Mon, 1 Apr 2019 09:26:33 +0200	[thread overview]
Message-ID: <20190401072633.GT2665@phenom.ffwll.local> (raw)
In-Reply-To: <20190329103855.GS3888@intel.com>

On Fri, Mar 29, 2019 at 12:38:55PM +0200, Ville Syrjälä wrote:
> On Fri, Mar 29, 2019 at 10:05:14AM +0100, Daniel Vetter wrote:
> > On Fri, Mar 29, 2019 at 10:00:59AM +0100, Daniel Vetter wrote:
> > > On Fri, Mar 29, 2019 at 02:49:15AM +0530, Uma Shankar wrote:
> > > > Due to Gamma/Degamma limitation with precision (lack of
> > > > exact 1.0 representation) due to ABI restriction, applying
> > > 
> > > Huh, why? That sounds like a conversion bug in our gamma table handler.
> > > 0xffff == 1.0 if we don't treat it like that that's a driver bug. The
> > > gamma table is _not_ fixed point, but linear range from 0-0xffff. Which is
> > > unlike the ctm (which due to an uapi accident has a really hilarious fixed
> > > point with sign bit format).
> > > 
> > > Please don't paper over driver bugs :-)
> > 
> > Can you pls also review existing gamma igt coverage to make sure we're
> > catching this? Or maybe it's just the testcase that fills the gamma table
> > the wrong way.
> 
> I've been pondering if we should just do value+1 in the kernel for the
> last LUT entry when using the interpolated modes.

See my doc patch, imo we should do that. We even should have done that
with the old documentation, since 0.16 ff rounded to any LUT with less
precision measn 0.0xffff should round up to 1.0. If we do correct
rounding.

That's always been the intention really, the docs just clarify that yes
you should round correctly even if you happen to have a 16bit LUT.

> For userspace we could probably use the odd LUT size as a hint to 
> indicate that the hardware will interpolate. So userspace could just
> do something like "if (size & 1) max = 1<<16; else max = (1<<16)-1;"
> when generating the curve (+ clamp to 0xffff). Looks like there's
> some kind of kludge for CHV in kms_color atm, but maybe we can just
> replace that with the generic logic above.

Hm I didn't look at details, but clamp to 0xffff sounds still wrong, we
should correctly convert from 0.0-1.0 to 0-0xffff. Not that there's going
to be a huge difference except for 1.0 (if we haven't rounded correctly
thus far).

> I'm also not sure the gamma tests actually are testing things
> sufficiently. IIRC we have the 0 vs. max value type of tests
> but is there anything to make sure eg. a LUT value of 0.5 does
> what it's supposed to?

I think we decided we can't do that, because rounding. And only require
that at least 0.0 and 1.0 go through correctly.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-04-01  7:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-28 21:19 [igt-dev] [v4] tests/kms_color: Fix CRC mismatch issues with ctm test Uma Shankar
2019-03-28 20:56 ` Ville Syrjälä
2019-03-28 21:31   ` Shankar, Uma
2019-03-28 21:41   ` Shankar, Uma
2019-03-28 21:17 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_color: Fix CRC mismatch issues with ctm test (rev7) Patchwork
2019-03-29  7:46 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-03-29  9:00 ` [igt-dev] [v4] tests/kms_color: Fix CRC mismatch issues with ctm test Daniel Vetter
2019-03-29  9:05   ` Daniel Vetter
2019-03-29 10:38     ` Ville Syrjälä
2019-04-01  7:26       ` Daniel Vetter [this message]
2019-04-01 17:51         ` Ville Syrjälä
2019-04-02  8:52           ` Daniel Vetter
2019-04-02 12:54             ` Shankar, Uma
2019-04-03  8:32               ` Daniel Vetter
2019-04-03  9:29                 ` Shankar, Uma
  -- strict thread matches above, loose matches on Subject: below --
2019-03-28 21:59 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=20190401072633.GT2665@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=maarten.lankhorst@intel.com \
    --cc=ville.syrjala@intel.com \
    --cc=ville.syrjala@linux.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