From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Uma Shankar <uma.shankar@intel.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display/xelpd: Fix incorrect color capability reporting
Date: Thu, 8 Jul 2021 01:06:31 +0530 [thread overview]
Message-ID: <9c6c151e-3e52-863e-f033-da1230dfc1e4@intel.com> (raw)
In-Reply-To: <20210707095253.23848-1-uma.shankar@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
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
next prev parent reply other threads:[~2021-07-07 19:36 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 ` Sharma, Swati2 [this message]
2021-07-09 5:12 ` [Intel-gfx] [PATCH] " Shankar, Uma
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=9c6c151e-3e52-863e-f033-da1230dfc1e4@intel.com \
--to=swati2.sharma@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=uma.shankar@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