drm/omap: pass rotation to dispc
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 16 May 2017 09:48:58 +0000 (12:48 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 08:08:15 +0000 (11:08 +0300)
commit16f9ede51ff9b37e04fb64dad8b4099c2814c436
tree8d87277e9ba7da55fa6aec38f0c4ba36b5371e67
parent4eebb80e2465be3f5ec471547c455494c050ebd1
drm/omap: pass rotation to dispc

The omapdrm driver has not passed the rotation value to the dispc
driver. This doesn't affect RGB formats, but YUV formats don't work
without dispc knowing the orientation.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_fb.c