All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] drm/i915: Bigjoiner modeset sequence redesign and MST support
@ 2024-04-09 16:34 Ville Syrjala
  2024-04-09 16:34 ` [PATCH v3 1/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst() Ville Syrjala
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Ville Syrjala @ 2024-04-09 16:34 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Final pieces of the MST/bigjoiner modedest redesign.

Changes in v2:
- Reject PSR+bigjoiner combo
- Commit pipes in reverse order to avoid issues with
  slave pipe commits being completed prematurely.
  Should fix the gamma/DSB problems of v1.
- Address review comments
- Part of v1 was merged already separately

Changes in v3:
- Fix a rebase fail in function extraction
- Calculate DSC slices correctly for MST+bigjoiner (Imre)
- Most of v2 already merged

Stanislav Lisovskiy (1):
  drm/i915: Handle joined pipes inside hsw_crtc_enable()

Vidya Srinivas (1):
  drm/i915: Allow bigjoiner for MST

Ville Syrjälä (4):
  drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()
  drm/i915: Utilize intel_crtc_joined_pipe_mask() more
  drm/i915: Handle joined pipes inside hsw_crtc_disable()
  drm/i915/mst: Add bigjoiner handling to MST modeset sequence

 drivers/gpu/drm/i915/display/intel_ddi.c     |  67 +++--
 drivers/gpu/drm/i915/display/intel_display.c | 252 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_display.h |   6 +
 drivers/gpu/drm/i915/display/intel_dp_mst.c  |  62 +++--
 4 files changed, 228 insertions(+), 159 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-04-11 14:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 16:34 [PATCH v3 0/6] drm/i915: Bigjoiner modeset sequence redesign and MST support Ville Syrjala
2024-04-09 16:34 ` [PATCH v3 1/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst() Ville Syrjala
2024-04-09 16:34 ` [PATCH v3 2/6] drm/i915: Utilize intel_crtc_joined_pipe_mask() more Ville Syrjala
2024-04-09 16:34 ` [PATCH v3 3/6] drm/i915: Handle joined pipes inside hsw_crtc_disable() Ville Syrjala
2024-04-09 16:35 ` [PATCH v3 4/6] drm/i915: Handle joined pipes inside hsw_crtc_enable() Ville Syrjala
2024-04-09 16:35 ` [PATCH v3 5/6] drm/i915/mst: Add bigjoiner handling to MST modeset sequence Ville Syrjala
2024-04-09 16:35 ` [PATCH v3 6/6] drm/i915: Allow bigjoiner for MST Ville Syrjala
2024-04-09 17:52 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Bigjoiner modeset sequence redesign and MST support (rev4) Patchwork
2024-04-09 17:52 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-04-09 18:12 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-04-10 14:34   ` Ville Syrjälä
2024-04-10 15:36     ` Ville Syrjälä
2024-04-11  7:07     ` Illipilli, TejasreeX
2024-04-11  6:45 ` ✓ Fi.CI.BAT: success " Patchwork
2024-04-11 14:28 ` ✗ Fi.CI.IGT: failure " Patchwork

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.