mbox series

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

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

Message

Kandpal, Suraj Oct. 28, 2024, 7:43 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 (3):
  drm/i915/xe3lpd: Increase resolution for plane to support 6k
  drm/i915/psr: Change psr size limits check
  drm/i914/xe3lpd: Increase bigjoiner limitations

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