[PATCH] drm: Adding rotation to drm_plane_helper_check_update

2015-01-14 Thread Sonika Jindal
Taking rotation into account while checking the plane and adjusting the sizes accordingly. v2: Adding parameter in the callers in the same patch(Matt) Removing unnecessary code and allowing scaling(Ville) Signed-off-by: Sonika Jindal --- drivers/gpu/drm/drm_plane_helper.c | 44 ++

[Intel-gfx] [PATCH] drm: Adding rotation to drm_plane_helper_check_update

2015-01-14 Thread Matt Roper
On Wed, Jan 14, 2015 at 11:10:54AM +0530, Sonika Jindal wrote: > Taking rotation into account while checking the plane > and adjusting the sizes accordingly. > > v2: Adding parameter in the callers in the same patch(Matt) > Removing unnecessary code and allowing scaling(Ville) > > Signed-off-