[PATCH] drm/omap: fix plane rotation

2014-04-08 Thread Tomi Valkeinen
On 08/04/14 01:12, Rob Clark wrote: > On Mon, Apr 7, 2014 at 5:41 PM, Grazvydas Ignotas > wrote: >> Gra?vydas >> >> >> On Mon, Apr 7, 2014 at 8:17 PM, Rob Clark wrote: >>> On Mon, Apr 7, 2014 at 6:32 AM, Grazvydas Ignotas >>> wrote: On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: >

[PATCH] drm/omap: fix plane rotation

2014-04-08 Thread Grazvydas Ignotas
Gra?vydas On Mon, Apr 7, 2014 at 8:17 PM, Rob Clark wrote: > On Mon, Apr 7, 2014 at 6:32 AM, Grazvydas Ignotas > wrote: >> On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: >>> On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignotas >>> wrote: Plane rotation with omapdrm is currently broken.

[PATCH] drm/omap: fix plane rotation

2014-04-07 Thread Rob Clark
On Mon, Apr 7, 2014 at 5:41 PM, Grazvydas Ignotas wrote: > Gra?vydas > > > On Mon, Apr 7, 2014 at 8:17 PM, Rob Clark wrote: >> On Mon, Apr 7, 2014 at 6:32 AM, Grazvydas Ignotas >> wrote: >>> On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignota

[PATCH] drm/omap: fix plane rotation

2014-04-07 Thread Grazvydas Ignotas
On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: > On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignotas > wrote: >> Plane rotation with omapdrm is currently broken. >> It seems omap_plane_mode_set() expects width and height in screen >> coordinates, so pass it like that. >> >> Cc: Rob Clark >> Si

[PATCH] drm/omap: fix plane rotation

2014-04-07 Thread Rob Clark
On Mon, Apr 7, 2014 at 6:32 AM, Grazvydas Ignotas wrote: > On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: >> On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignotas >> wrote: >>> Plane rotation with omapdrm is currently broken. >>> It seems omap_plane_mode_set() expects width and height in screen

[PATCH] drm/omap: fix plane rotation

2014-04-05 Thread Grazvydas Ignotas
Plane rotation with omapdrm is currently broken. It seems omap_plane_mode_set() expects width and height in screen coordinates, so pass it like that. Cc: Rob Clark Signed-off-by: Grazvydas Ignotas --- drivers/gpu/drm/omapdrm/omap_plane.c |8 1 file changed, 8 insertions(+) diff --

[PATCH] drm/omap: fix plane rotation

2014-04-05 Thread Rob Clark
On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignotas wrote: > Plane rotation with omapdrm is currently broken. > It seems omap_plane_mode_set() expects width and height in screen > coordinates, so pass it like that. > > Cc: Rob Clark > Signed-off-by: Grazvydas Ignotas > --- > drivers/gpu/drm/omapd