[PATCH 0/2] Adding rotattion to drm_plane_helper_check_update

2015-01-14 Thread sonika
On Tuesday 13 January 2015 11:42 PM, Matt Roper wrote: > On Tue, Jan 13, 2015 at 06:03:38PM +0530, Sonika Jindal wrote: >> This adds another parameter rotation to drm_plane_helper_check_update. >> This will enable this function to do to size updations based upon the >> rotation >> if any. >> Upda

[PATCH 0/2] Adding rotattion to drm_plane_helper_check_update

2015-01-13 Thread Sonika Jindal
This adds another parameter rotation to drm_plane_helper_check_update. This will enable this function to do to size updations based upon the rotation if any. Updated the calls to this function in i915 and drm. Rockchip driver also needs to be updated. Sonika Jindal (2): drm: Adding rotation to d

[PATCH 0/2] Adding rotattion to drm_plane_helper_check_update

2015-01-13 Thread Matt Roper
On Tue, Jan 13, 2015 at 06:03:38PM +0530, Sonika Jindal wrote: > This adds another parameter rotation to drm_plane_helper_check_update. > This will enable this function to do to size updations based upon the rotation > if any. > Updated the calls to this function in i915 and drm. Rockchip driver al