[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-06-02 Thread Patrik Jakobsson
On Wed, May 11, 2016 at 10:05 PM, Ville Syrjälä wrote: > On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com > wrote: >> From: Ville Syrjälä >> >> drm_plane_helper_check_update() needs to account for the plane rotation >> for correct clipping/scaling calculations. Do

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-05-12 Thread Ville Syrjälä
On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > drm_plane_helper_check_update() needs to account for the plane rotation > for correct clipping/scaling calculations. Do so. > > There was an earlier attempt [1] to add this into >

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-01-18 Thread Ville Syrjälä
On Mon, Jan 18, 2016 at 06:14:32PM +0100, Daniel Vetter wrote: > On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > drm_plane_helper_check_update() needs to account for the plane rotation > > for correct clipping/scaling

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-01-18 Thread Daniel Vetter
On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > drm_plane_helper_check_update() needs to account for the plane rotation > for correct clipping/scaling calculations. Do so. > > There was an earlier attempt [1] to add this into >

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-01-15 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä drm_plane_helper_check_update() needs to account for the plane rotation for correct clipping/scaling calculations. Do so. There was an earlier attempt [1] to add this into intel_check_primary_plane() but I requested that it'd be put into the