Re: [Intel-gfx] [PATCH 2/2] drm/i915: Do not adjust scale when out of bounds.

2018-04-24 Thread Ville Syrjälä
On Tue, Apr 24, 2018 at 01:36:33PM +0200, Maarten Lankhorst wrote: > With the previous patch drm_atomic_helper_check_plane_state correctly > calculates clipping and the xf86-video-intel ddx is fixed to fall back > to GPU correctly when SetPlane fails, we can remove the hack where > we try to pan/zo

[Intel-gfx] [PATCH 2/2] drm/i915: Do not adjust scale when out of bounds.

2018-04-24 Thread Maarten Lankhorst
With the previous patch drm_atomic_helper_check_plane_state correctly calculates clipping and the xf86-video-intel ddx is fixed to fall back to GPU correctly when SetPlane fails, we can remove the hack where we try to pan/zoom when out of min/max scaling range. This was already poor behavior where