mbox series

[0/4] Add 6k resolution support for a single CRTC

Message ID 20241024035552.94363-1-suraj.kandpal@intel.com (mailing list archive)
Headers show
Series Add 6k resolution support for a single CRTC | expand

Message

Kandpal, Suraj Oct. 24, 2024, 3:55 a.m. UTC
Increase the max source width and height to be able to support 6k
resolution
on a single pipe. The changes for cdclk that accompany this change are
already merged in the code.

Bspec: 68858
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>

Suraj Kandpal (4):
  drm/i915/xe3lpd: Increase resolution for plane to support 6k
  drm/i915/xe3lpd: Increase max_h max_v for PSR
  drm/i914/xe3lpd: Increase bigjoiner limitations
  drm/i915/xe3lpd: Prune modes for YUV420

 drivers/gpu/drm/i915/display/intel_display.c     |  5 ++++-
 drivers/gpu/drm/i915/display/intel_dp.c          | 11 ++++++++++-
 drivers/gpu/drm/i915/display/intel_psr.c         |  6 +++++-
 .../gpu/drm/i915/display/skl_universal_plane.c   | 16 +++++++++++++++-
 4 files changed, 34 insertions(+), 4 deletions(-)