From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 0/6] Introduce sink_format and other fixes
Date: Fri, 5 May 2023 19:25:07 +0300 [thread overview]
Message-ID: <ZFUt48Z1eCfyAr3h@intel.com> (raw)
In-Reply-To: <20230427125605.487769-1-ankit.k.nautiyal@intel.com>
On Thu, Apr 27, 2023 at 06:25:59PM +0530, Ankit Nautiyal wrote:
> This patch series is part of a previous series:
> https://patchwork.freedesktop.org/series/109470/
>
> This adds new member sink_format to store the final format that the
> sink will be using, which might be different than the output format,
> and thus might need color/format conversion performed by the PCON.
>
> Last patch just refactors some lines in mode_valid code for DP.
>
> Ankit Nautiyal (6):
> drm/i915/display: Add new member to configure PCON color conversion
> drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state
> sink_format
> drm/i915/dp: Configure PCON for conversion of output_format to
> YCbCr444
> drm/i915/display: Use sink_format instead of ycbcr420_output flag
> drm/i915/dp: Add helper to get sink_format
> drm/i915/dp: Rearrange check for illegal mode and comments in
> mode_valid
Series pushed to drm-intel-next. Thanks.
>
> drivers/gpu/drm/i915/display/icl_dsi.c | 1 +
> drivers/gpu/drm/i915/display/intel_crt.c | 1 +
> .../drm/i915/display/intel_crtc_state_dump.c | 5 +-
> drivers/gpu/drm/i915/display/intel_display.c | 5 +
> .../drm/i915/display/intel_display_types.h | 12 +-
> drivers/gpu/drm/i915/display/intel_dp.c | 263 ++++++++++++------
> drivers/gpu/drm/i915/display/intel_dp_mst.c | 1 +
> drivers/gpu/drm/i915/display/intel_dvo.c | 1 +
> drivers/gpu/drm/i915/display/intel_hdmi.c | 71 +++--
> drivers/gpu/drm/i915/display/intel_hdmi.h | 5 +-
> drivers/gpu/drm/i915/display/intel_lvds.c | 1 +
> drivers/gpu/drm/i915/display/intel_sdvo.c | 1 +
> drivers/gpu/drm/i915/display/intel_tv.c | 1 +
> drivers/gpu/drm/i915/display/vlv_dsi.c | 1 +
> 14 files changed, 250 insertions(+), 119 deletions(-)
>
> --
> 2.25.1
--
Ville Syrjälä
Intel
next prev parent reply other threads:[~2023-05-05 16:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-27 12:55 [Intel-gfx] [PATCH 0/6] Introduce sink_format and other fixes Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 1/6] drm/i915/display: Add new member to configure PCON color conversion Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 2/6] drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state sink_format Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 3/6] drm/i915/dp: Configure PCON for conversion of output_format to YCbCr444 Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 4/6] drm/i915/display: Use sink_format instead of ycbcr420_output flag Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 5/6] drm/i915/dp: Add helper to get sink_format Ankit Nautiyal
2023-04-27 12:56 ` [Intel-gfx] [PATCH 6/6] drm/i915/dp: Rearrange check for illegal mode and comments in mode_valid Ankit Nautiyal
2023-04-27 17:42 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Introduce sink_format and other fixes Patchwork
2023-04-27 17:55 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-05-04 22:02 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Introduce sink_format and other fixes (rev2) Patchwork
2023-05-04 22:02 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-05-05 7:22 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-05-05 16:25 ` Ville Syrjälä [this message]
2023-05-08 4:30 ` [Intel-gfx] [PATCH 0/6] Introduce sink_format and other fixes Nautiyal, Ankit K
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=ZFUt48Z1eCfyAr3h@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/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.