[PATCH 0/4] Modify

Ankit Nautiyal ankit.k.nautiyal at intel.com
Fri Jul 12 08:28:24 UTC 2024


This series is aimed at refactoring the display helpers that depend on
pipe joiner and the debugfs for forcing pipe joiner in anticipation of the
Ultrajoiner feature. This patch series removes the joiner flag and replaces
with number of joined pipes across various helpers which can be set for
different joiners. It also enhaces the force joiner debugfs to force
num of pipes to be joined.

Ankit Nautiyal (4):
  drm/i915/display: Modify debugfs for joiner to force n pipes
  drm/i915/display: Use joined pipes in intel_dp_joiner_needs_dsc
  drm/i915/display: Use joined pipes in intel_mode_valid_max_plane_size
  drm/i915/display: Use joined pipes in dsc helpers for slices, bpp

 drivers/gpu/drm/i915/display/intel_display.c  |  6 +-
 drivers/gpu/drm/i915/display/intel_display.h  |  5 +-
 .../drm/i915/display/intel_display_debugfs.c  | 71 ++++++++++++++++++-
 .../drm/i915/display/intel_display_types.h    |  8 ++-
 drivers/gpu/drm/i915/display/intel_dp.c       | 46 +++++++-----
 drivers/gpu/drm/i915/display/intel_dp.h       |  8 ++-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   | 26 ++++---
 7 files changed, 132 insertions(+), 38 deletions(-)

-- 
2.40.1



More information about the Intel-gfx-trybot mailing list