[Intel-gfx] [PATCH 3/3] drm: Resetting rotation property

2014-06-24 Thread sonika . jindal
From: Sonika Jindal Reset rotation property to 0 wherever applicable v2: Also calling set_property of the plane to set the rotation in the plane structure. Cc: damien.lesp...@intel.com Signed-off-by: Sonika Jindal --- drivers/gpu/drm/drm_fb_helper.c | 16 +++- 1 file changed, 15

Re: [Intel-gfx] [PATCH 3/3] drm: Resetting rotation property

2014-06-24 Thread Damien Lespiau
On Mon, Jun 23, 2014 at 11:06:01AM +0530, sonika.jin...@intel.com wrote: > From: Sonika Jindal > > Reset rotation property to 0 wherever applicable > > v2: Also calling set_property of the plane to set the rotation in the plane > structure. Removed few unused variables. > > Cc: damien.lesp...@i

[Intel-gfx] [PATCH 3/3] drm: Resetting rotation property

2014-06-22 Thread sonika . jindal
From: Sonika Jindal Reset rotation property to 0 wherever applicable v2: Also calling set_property of the plane to set the rotation in the plane structure. Removed few unused variables. Cc: damien.lesp...@intel.com Signed-off-by: Sonika Jindal --- drivers/gpu/drm/drm_fb_helper.c | 14 +