All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shankar, Uma" <uma.shankar@intel.com>
To: "Sharma, Swati2" <swati2.sharma@intel.com>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display/xelpd: Fix incorrect color capability reporting
Date: Fri, 9 Jul 2021 05:12:44 +0000	[thread overview]
Message-ID: <8a63bb5c83ee449784f20a5ec292e0c8@intel.com> (raw)
In-Reply-To: <9c6c151e-3e52-863e-f033-da1230dfc1e4@intel.com>



> -----Original Message-----
> From: Sharma, Swati2 <swati2.sharma@intel.com>
> Sent: Thursday, July 8, 2021 1:07 AM
> To: Shankar, Uma <uma.shankar@intel.com>; intel-gfx@lists.freedesktop.org
> Subject: Re: [PATCH] drm/i915/display/xelpd: Fix incorrect color capability reporting
> 
> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>

Merged the change to drm-intel-next. Thanks for the review

Regards,
Uma Shankar
> 
> On 07-Jul-21 3:22 PM, Uma Shankar wrote:
> > On XELPD platforms, color management support is not yet enabled.
> > Fix wrongly reporting the same through platform info, which was
> > resulting in incorrect initialization and usage.
> >
> > Cc: Swati Sharma <swati2.sharma@intel.com>
> > Signed-off-by: Uma Shankar <uma.shankar@intel.com>
> > ---
> >   drivers/gpu/drm/i915/i915_pci.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/i915_pci.c
> > b/drivers/gpu/drm/i915/i915_pci.c index a7bfdd827bc8..8ff1990528d1
> > 100644
> > --- a/drivers/gpu/drm/i915/i915_pci.c
> > +++ b/drivers/gpu/drm/i915/i915_pci.c
> > @@ -947,7 +947,7 @@ static const struct intel_device_info adl_s_info =
> > {
> >
> >   #define XE_LPD_FEATURES \
> >   	.abox_mask = GENMASK(1, 0),						\
> > -	.color = { .degamma_lut_size = 33, .gamma_lut_size = 262145 },		\
> > +	.color = { .degamma_lut_size = 0, .gamma_lut_size = 0 },		\
> >   	.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |
> 	\
> >   		BIT(TRANSCODER_C) | BIT(TRANSCODER_D),
> 	\
> >   	.dbuf.size = 4096,							\
> >
> 
> --
> ~Swati Sharma
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2021-07-09  5:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  9:52 [Intel-gfx] [PATCH] drm/i915/display/xelpd: Fix incorrect color capability reporting Uma Shankar
2021-07-07 10:55 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
2021-07-08  7:18   ` Shankar, Uma
2021-07-08  9:14     ` Shankar, Uma
2021-07-08 14:52       ` Vudum, Lakshminarayana
2021-07-07 19:36 ` [Intel-gfx] [PATCH] " Sharma, Swati2
2021-07-09  5:12   ` Shankar, Uma [this message]
2021-07-08 14:47 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-07-08 21:04 ` [Intel-gfx] ✓ 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=8a63bb5c83ee449784f20a5ec292e0c8@intel.com \
    --to=uma.shankar@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=swati2.sharma@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.