[PATCHv3 7/8] drm/omap: panel-dsi-cm: add rotation support

2018-03-30 Thread Sebastian Reichel
From: Sebastian Reichel Add support to inform the DRM subsystem about the orientation the display has been mounted to the casing. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/

Re: [PATCHv3 7/8] drm/omap: panel-dsi-cm: add rotation support

2018-04-03 Thread Pavel Machek
On Fri 2018-03-30 19:18:21, Sebastian Reichel wrote: > From: Sebastian Reichel > > Add support to inform the DRM subsystem about the orientation > the display has been mounted to the casing. > > Signed-off-by: Sebastian Reichel 1-5,7: Reviewed-by: Pavel Machek Thanks,