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)
commitd4586604acbd2e58921e0363533b9797b0235275
tree05450bb885951cf3b6d32750ffbed494b4d96505
parent506096a113832239ce763d20fab8e94f76d56266
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