[PATCH] drm/omap: move rotation property to drm core mode_config

2014-09-30 Thread Tomi Valkeinen
On 30/09/14 14:52, Daniel Vetter wrote: > On Tue, Sep 30, 2014 at 01:49:20PM +0200, Daniel Vetter wrote: >> On Tue, Sep 30, 2014 at 02:42:01PM +0300, Tomi Valkeinen wrote: >>> On 06/08/14 11:40, Daniel Vetter wrote: This allows us to ditch the driver-private lastclose logic. Cc: Tomi

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-09-30 Thread Daniel Vetter
t; > > > drm: fix plane rotation when restoring fbdev configuration > > I updated the patch, with the compile fix and removal of the lastclose stuff. > Seems to work fine with a quick test: I exit X (after fiddling with xrandr > rotation in there), and I see the rotation p

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-09-30 Thread Tomi Valkeinen
On 06/08/14 11:40, Daniel Vetter wrote: > This allows us to ditch the driver-private lastclose logic. > > Cc: Tomi Valkeinen > Cc: Rob Clark > Signed-off-by: Daniel Vetter > > -- > > Untested and atm only applies on top of drm-intel-nightly. I could give this a try if you point me to a git t

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-09-30 Thread Daniel Vetter
On Tue, Sep 30, 2014 at 01:49:20PM +0200, Daniel Vetter wrote: > On Tue, Sep 30, 2014 at 02:42:01PM +0300, Tomi Valkeinen wrote: > > On 06/08/14 11:40, Daniel Vetter wrote: > > > This allows us to ditch the driver-private lastclose logic. > > > > > > Cc: Tomi Valkeinen > > > Cc: Rob Clark > > >

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-09-30 Thread Daniel Vetter
On Tue, Sep 30, 2014 at 02:42:01PM +0300, Tomi Valkeinen wrote: > On 06/08/14 11:40, Daniel Vetter wrote: > > This allows us to ditch the driver-private lastclose logic. > > > > Cc: Tomi Valkeinen > > Cc: Rob Clark > > Signed-off-by: Daniel Vetter > > > > -- > > > > Untested and atm only appl

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-08-06 Thread Daniel Vetter
Move rotation property to drm core mode_config. This allows us to ditch the driver-private lastclose logic. Cc: Rob Clark Signed-off-by: Daniel Vetter Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_crtc.c | 4 ++-- drivers/gpu/drm/omapdrm/omap_drv.c | 20 ---

[PATCH] drm/omap: move rotation property to drm core mode_config

2014-08-06 Thread Daniel Vetter
This allows us to ditch the driver-private lastclose logic. Cc: Tomi Valkeinen Cc: Rob Clark Signed-off-by: Daniel Vetter -- Untested and atm only applies on top of drm-intel-nightly. --- drivers/gpu/drm/omapdrm/omap_crtc.c | 4 ++-- drivers/gpu/drm/omapdrm/omap_drv.c | 9 ++--- drive