Re: [Intel-gfx] [PATCH v7 2/2] drm/i915/mtl: update scaler source and destination limits for MTL

2023-01-08 Thread Lisovskiy, Stanislav
On Fri, Dec 23, 2022 at 03:05:09PM +0200, Luca Coelho wrote: > From: Animesh Manna > > The max source and destination limits for scalers in MTL have changed. > Use the new values accordingly. > > Signed-off-by: José Roberto de Souza > Signed-off-by: Animesh Manna > Signed-off-by: Luca Coelho

Re: [Intel-gfx] [PATCH v7 1/2] drm/i915/mtl: limit second scaler vertical scaling in ver >= 14

2023-01-08 Thread Lisovskiy, Stanislav
On Fri, Dec 23, 2022 at 03:05:08PM +0200, Luca Coelho wrote: > In newer hardware versions (i.e. display version >= 14), the second > scaler doesn't support vertical scaling. > > The current implementation of the scaling limits is simplified and > only occurs when the planes are created, so we

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: assume some pixelrate for src smaller than 1 (rev3)

2023-01-08 Thread Patchwork
== Series Details == Series: drm/i915/display: assume some pixelrate for src smaller than 1 (rev3) URL : https://patchwork.freedesktop.org/series/112396/ State : success == Summary == CI Bug Log - changes from CI_DRM_12556_full -> Patchwork_112396v3_full

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: assume some pixelrate for src smaller than 1 (rev3)

2023-01-08 Thread Patchwork
== Series Details == Series: drm/i915/display: assume some pixelrate for src smaller than 1 (rev3) URL : https://patchwork.freedesktop.org/series/112396/ State : success == Summary == CI Bug Log - changes from CI_DRM_12556 -> Patchwork_112396v3

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: assume some pixelrate for src smaller than 1 (rev2)

2023-01-08 Thread Patchwork
== Series Details == Series: drm/i915/display: assume some pixelrate for src smaller than 1 (rev2) URL : https://patchwork.freedesktop.org/series/112396/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12556 -> Patchwork_112396v2

[Intel-gfx] [PATCH v2] drm/i915/display: assume some pixelrate for src smaller than 1

2023-01-08 Thread Juha-Pekka Heikkila
intel_adjusted_rate() didn't take into account src rectangle can be less than 1 in with or height. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/i915/display/intel_atomic_plane.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git