mbox series

[v5,0/2] drm/i915/mtl: handle some MTL scaler limitations

Message ID 20221220081117.169803-1-luciano.coelho@intel.com (mailing list archive)
Headers show
Series drm/i915/mtl: handle some MTL scaler limitations | expand

Message

Luca Coelho Dec. 20, 2022, 8:11 a.m. UTC
Hi,

I'm resending this series with a cover letter, because the patches
didn't seem to arrive in patchwork as they should.

The versioning history is in the patches themselves.

Please review.

Cheers,
Luca.


Animesh Manna (1):
  drm/i915/mtl: Limit scaler input to 4k in plane scaling

Luca Coelho (1):
  drm/i915/mtl: limit second scaler vertical scaling in ver >= 14

 drivers/gpu/drm/i915/display/i9xx_plane.c     |  4 +-
 drivers/gpu/drm/i915/display/intel_atomic.c   | 83 ++++++++++++++++---
 .../gpu/drm/i915/display/intel_atomic_plane.c | 30 ++++++-
 .../gpu/drm/i915/display/intel_atomic_plane.h |  2 +-
 drivers/gpu/drm/i915/display/intel_cursor.c   |  4 +-
 drivers/gpu/drm/i915/display/intel_sprite.c   | 20 +----
 drivers/gpu/drm/i915/display/skl_scaler.c     | 31 +++++--
 .../drm/i915/display/skl_universal_plane.c    | 45 +++++-----
 8 files changed, 151 insertions(+), 68 deletions(-)