]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: fix plane rotation
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 5 Apr 2014 18:33:51 +0000 (21:33 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 14 Apr 2014 09:34:14 +0000 (12:34 +0300)
commit51850d296e958d189540585f4df39299631e20fc
tree05450bb885951cf3b6d32750ffbed494b4d96505
parent3301e28b419a95d662215805b4c27a457fe12e6a
drm/omap: fix plane rotation

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.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_plane.c