Re: [PATCH 2/9] drm/i915: Clean up skl+ plane stride limits

2024-05-07 Thread Jani Nikula
On Mon, 06 May 2024, Ville Syrjälä wrote: > On Mon, May 06, 2024 at 05:03:59PM +0300, Jani Nikula wrote: >> On Mon, 06 May 2024, Ville Syrjala wrote: >> > From: Ville Syrjälä >> > >> > skl_plane_max_stride() is pretty messy. Streamline it and >> > split it into clear skl+ vs. adl+ variants. >>

Re: [PATCH 2/9] drm/i915: Clean up skl+ plane stride limits

2024-05-06 Thread Ville Syrjälä
On Mon, May 06, 2024 at 05:03:59PM +0300, Jani Nikula wrote: > On Mon, 06 May 2024, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > skl_plane_max_stride() is pretty messy. Streamline it and > > split it into clear skl+ vs. adl+ variants. > > > > TODO: Deal with icl and tgl strude limits

Re: [PATCH 2/9] drm/i915: Clean up skl+ plane stride limits

2024-05-06 Thread Jani Nikula
On Mon, 06 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > skl_plane_max_stride() is pretty messy. Streamline it and > split it into clear skl+ vs. adl+ variants. > > TODO: Deal with icl and tgl strude limits properly > > Signed-off-by: Ville Syrjälä > --- >

[PATCH 2/9] drm/i915: Clean up skl+ plane stride limits

2024-05-06 Thread Ville Syrjala
From: Ville Syrjälä skl_plane_max_stride() is pretty messy. Streamline it and split it into clear skl+ vs. adl+ variants. TODO: Deal with icl and tgl strude limits properly Signed-off-by: Ville Syrjälä --- .../drm/i915/display/skl_universal_plane.c| 65 +++ 1 file