All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
	Maxime Ripard <mripard@kernel.org>,
	dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915: Fix LUT rounding
Date: Mon, 20 Nov 2023 16:30:53 +0200	[thread overview]
Message-ID: <ZVttnXE_P9xzXlZT@intel.com> (raw)
In-Reply-To: <20231013131402.24072-1-ville.syrjala@linux.intel.com>

On Fri, Oct 13, 2023 at 04:13:58PM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> The current LUT rounding is generating weird results. Adjust
> it to follow the OpenGL int<->float conversion rules.
> 
> Ville Syrjälä (4):
>   drm: Fix color LUT rounding
    ^
I'd like to merge this via drm-intel-next as needs to match
the rounding done in the readout path in i915.

Maarten,Maxime,Thomas can I get an ack for that?

>   drm/i915: Adjust LUT rounding rules
>   drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack()
>   drm/i915: Fix glk+ degamma LUT conversions
> 
>  drivers/gpu/drm/i915/display/intel_color.c | 70 +++++++++++-----------
>  include/drm/drm_color_mgmt.h               | 18 +++---
>  2 files changed, 42 insertions(+), 46 deletions(-)
> 
> -- 
> 2.41.0

-- 
Ville Syrjälä
Intel

WARNING: multiple messages have this Message-ID (diff)
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
	Maxime Ripard <mripard@kernel.org>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 0/4] drm/i915: Fix LUT rounding
Date: Mon, 20 Nov 2023 16:30:53 +0200	[thread overview]
Message-ID: <ZVttnXE_P9xzXlZT@intel.com> (raw)
In-Reply-To: <20231013131402.24072-1-ville.syrjala@linux.intel.com>

On Fri, Oct 13, 2023 at 04:13:58PM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> The current LUT rounding is generating weird results. Adjust
> it to follow the OpenGL int<->float conversion rules.
> 
> Ville Syrjälä (4):
>   drm: Fix color LUT rounding
    ^
I'd like to merge this via drm-intel-next as needs to match
the rounding done in the readout path in i915.

Maarten,Maxime,Thomas can I get an ack for that?

>   drm/i915: Adjust LUT rounding rules
>   drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack()
>   drm/i915: Fix glk+ degamma LUT conversions
> 
>  drivers/gpu/drm/i915/display/intel_color.c | 70 +++++++++++-----------
>  include/drm/drm_color_mgmt.h               | 18 +++---
>  2 files changed, 42 insertions(+), 46 deletions(-)
> 
> -- 
> 2.41.0

-- 
Ville Syrjälä
Intel

  parent reply	other threads:[~2023-11-20 14:31 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 13:13 [Intel-gfx] [PATCH 0/4] drm/i915: Fix LUT rounding Ville Syrjala
2023-10-13 13:13 ` Ville Syrjala
2023-10-13 13:13 ` [Intel-gfx] [PATCH 1/4] drm: Fix color " Ville Syrjala
2023-10-13 13:13   ` Ville Syrjala
2023-10-31  9:15   ` [Intel-gfx] " Jani Nikula
2023-10-31 16:06     ` Ville Syrjälä
2023-11-20 13:03       ` Borah, Chaitanya Kumar
2023-11-20 13:03         ` Borah, Chaitanya Kumar
2023-11-20 13:17         ` Borah, Chaitanya Kumar
2023-11-20 13:17           ` Borah, Chaitanya Kumar
2023-11-20 14:27           ` Ville Syrjälä
2023-10-13 13:14 ` [Intel-gfx] [PATCH 2/4] drm/i915: Adjust LUT rounding rules Ville Syrjala
2023-10-13 13:14   ` Ville Syrjala
2023-11-20  6:08   ` [Intel-gfx] " Borah, Chaitanya Kumar
2023-11-20  6:08     ` Borah, Chaitanya Kumar
2023-11-20 14:26     ` [Intel-gfx] " Ville Syrjälä
2023-11-20 14:26       ` Ville Syrjälä
2023-11-21  6:15       ` [Intel-gfx] " Borah, Chaitanya Kumar
2023-11-21  6:15         ` Borah, Chaitanya Kumar
2023-10-13 13:14 ` [Intel-gfx] [PATCH 3/4] drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack() Ville Syrjala
2023-10-13 13:14   ` Ville Syrjala
2023-11-03  4:39   ` [Intel-gfx] " Borah, Chaitanya Kumar
2023-11-03  4:39     ` Borah, Chaitanya Kumar
2023-10-13 13:14 ` [Intel-gfx] [PATCH 4/4] drm/i915: Fix glk+ degamma LUT conversions Ville Syrjala
2023-10-13 13:14   ` Ville Syrjala
2023-11-20  6:13   ` [Intel-gfx] " Borah, Chaitanya Kumar
2023-11-20  6:13     ` Borah, Chaitanya Kumar
2023-10-13 20:27 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix LUT rounding Patchwork
2023-10-13 20:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-13 20:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-15  1:55 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-13 17:37 ` [Intel-gfx] [PATCH 0/4] " Jani Nikula
2023-11-20 14:30 ` Ville Syrjälä [this message]
2023-11-20 14:30   ` Ville Syrjälä
2023-11-21 10:51   ` [Intel-gfx] " Maxime Ripard
2023-11-21 10:51     ` Maxime Ripard
2023-11-23 17:35     ` [Intel-gfx] " Ville Syrjälä
2023-11-23 17:35       ` Ville Syrjälä

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=ZVttnXE_P9xzXlZT@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mripard@kernel.org \
    --cc=tzimmermann@suse.de \
    /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.