public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/6] Introduce sink_format and other fixes
@ 2023-04-27 12:55 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
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ankit Nautiyal @ 2023-04-27 12:55 UTC (permalink / raw)
  To: intel-gfx

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

 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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-05-08  4:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Intel-gfx] [PATCH 0/6] Introduce sink_format and other fixes Ville Syrjälä
2023-05-08  4:30   ` Nautiyal, Ankit K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox