mbox series

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

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

Message

Luca Coelho Dec. 23, 2022, 1:05 p.m. UTC
Hi,

Here's an updated version of the patches after Ville's last comments.
The versioning history is in the patches themselves.

Please review.

Cheers,
Luca.


Animesh Manna (1):
  drm/i915/mtl: update scaler source and destination limits for MTL

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

 drivers/gpu/drm/i915/display/intel_atomic.c | 85 ++++++++++++++++++---
 drivers/gpu/drm/i915/display/skl_scaler.c   | 40 ++++++++--
 2 files changed, 107 insertions(+), 18 deletions(-)

Comments

Luca Coelho Jan. 2, 2023, 10:17 a.m. UTC | #1
On Fri, 2022-12-23 at 15:05 +0200, Luca Coelho wrote:
> Hi,
> 
> Here's an updated version of the patches after Ville's last comments.
> The versioning history is in the patches themselves.
> 
> Please review.
> 
> Cheers,
> Luca.
> 
> 
> Animesh Manna (1):
>   drm/i915/mtl: update scaler source and destination limits for MTL
> 
> Luca Coelho (1):
>   drm/i915/mtl: limit second scaler vertical scaling in ver >= 14
> 
>  drivers/gpu/drm/i915/display/intel_atomic.c | 85 ++++++++++++++++++---
>  drivers/gpu/drm/i915/display/skl_scaler.c   | 40 ++++++++--
>  2 files changed, 107 insertions(+), 18 deletions(-)
> 

Hi Ville,

Can you please review this new revision of my patchset? For some reason
I forgot to CC you on this one.