From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: Uma Shankar <uma.shankar@intel.com>, igt-dev@lists.freedesktop.org
Cc: ville.syrjala@intel.com, maarten.lankhorst@intel.com
Subject: Re: [igt-dev] [v2] tests/kms_color: Fix CRC mismatch issues with ctm test
Date: Mon, 25 Mar 2019 01:40:37 +0000 [thread overview]
Message-ID: <dca1cd91-3742-3315-07ab-1373ac916a69@intel.com> (raw)
In-Reply-To: <1553450124-10660-1-git-send-email-uma.shankar@intel.com>
When degamma & gamma LUTs are disabled & CTM is enabled, i915 programs a
linear table in the degamma/gamma LUTs :
https://cgit.freedesktop.org/drm/drm-intel/tree/drivers/gpu/drm/i915/intel_color.c#n463
https://cgit.freedesktop.org/drm/drm-intel/tree/drivers/gpu/drm/i915/intel_color.c#n495
All the values programmed are in u16 range which is also what userspace
can program (this applies to BDW/SKL/KBL).
What is it that the kernel is able to program but not userspace?
-Lionel
On 24/03/2019 17:55, Uma Shankar wrote:
> 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.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108147
> Signed-off-by: Uma Shankar <uma.shankar@intel.com>
> ---
> tests/kms_color.c | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_color.c b/tests/kms_color.c
> index decf3c2..93560d4 100644
> --- a/tests/kms_color.c
> +++ b/tests/kms_color.c
> @@ -696,8 +696,15 @@ static bool test_pipe_ctm(data_t *data,
> igt_assert(fb_modeset_id);
> igt_plane_set_fb(primary, &fb_modeset);
>
> - set_degamma(data, primary->pipe, degamma_linear);
> - set_gamma(data, primary->pipe, gamma_linear);
> + /*
> + * Don't program LUT's for max CTM cases as limitation of
> + * representing 1.0 due to ABI limits causes crc mismatch
> + */
> + if (memcmp(before, after, sizeof(color_t)))
> + set_degamma(data, primary->pipe, degamma_linear);
> + set_gamma(data, primary->pipe, gamma_linear);
> + }
> +
> disable_ctm(primary->pipe);
> igt_display_commit(&data->display);
>
> @@ -1005,6 +1012,11 @@ run_tests_for_pipe(data_t *data, enum pipe p)
> * produce with an 8 bits per color framebuffer. */
> igt_require(!IS_CHERRYVIEW(data->devid));
>
> + /* Disable and let default luts be applied by kernel */
> + disable_degamma(primary->pipe);
> + disable_gamma(primary->pipe);
> + igt_display_commit(&data->display);
> +
> igt_assert(test_pipe_ctm(data, primary, red_green_blue,
> full_rgb, ctm));
> }
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-03-25 1:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-24 17:55 [igt-dev] [v2] tests/kms_color: Fix CRC mismatch issues with ctm test Uma Shankar
2019-03-24 17:56 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color: Fix CRC mismatch issues with ctm test (rev2) Patchwork
2019-03-25 1:40 ` Lionel Landwerlin [this message]
2019-03-25 6:36 ` [igt-dev] [v2] tests/kms_color: Fix CRC mismatch issues with ctm test Shankar, Uma
2019-03-25 10:15 ` Lionel Landwerlin
2019-03-25 10:40 ` Shankar, Uma
2019-03-25 10:51 ` Ville Syrjälä
2019-03-25 13:12 ` Shankar, Uma
2019-03-25 11:08 ` Lionel Landwerlin
2019-03-25 11:32 ` Shankar, Uma
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=dca1cd91-3742-3315-07ab-1373ac916a69@intel.com \
--to=lionel.g.landwerlin@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox