Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-16 Thread Maxime Ripard
On Fri, Dec 13, 2019 at 01:16:19PM +0100, Stephan Gerhold wrote: > On Fri, Dec 13, 2019 at 10:39:50AM +0100, Maxime Ripard wrote: > > Hi Stephan, > > > > On Wed, Dec 11, 2019 at 08:08:39PM +0100, Stephan Gerhold wrote: > > > On Wed, Dec 11, 2019 at 07:10:46PM +0100, Maxime Ripard wrote: > > > > On

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-13 Thread Stephan Gerhold
On Fri, Dec 13, 2019 at 10:39:50AM +0100, Maxime Ripard wrote: > Hi Stephan, > > On Wed, Dec 11, 2019 at 08:08:39PM +0100, Stephan Gerhold wrote: > > On Wed, Dec 11, 2019 at 07:10:46PM +0100, Maxime Ripard wrote: > > > On Tue, Dec 10, 2019 at 11:42:37AM +0100, Stephan Gerhold wrote: > > > > On

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-13 Thread Maxime Ripard
Hi Stephan, On Wed, Dec 11, 2019 at 08:08:39PM +0100, Stephan Gerhold wrote: > On Wed, Dec 11, 2019 at 07:10:46PM +0100, Maxime Ripard wrote: > > On Tue, Dec 10, 2019 at 11:42:37AM +0100, Stephan Gerhold wrote: > > > On Tue, Dec 10, 2019 at 11:20:46AM +0100, Maxime Ripard wrote: > > > > Hi, > > >

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-11 Thread Stephan Gerhold
On Wed, Dec 11, 2019 at 07:10:46PM +0100, Maxime Ripard wrote: > Hi Stephan, > > On Tue, Dec 10, 2019 at 11:42:37AM +0100, Stephan Gerhold wrote: > > On Tue, Dec 10, 2019 at 11:20:46AM +0100, Maxime Ripard wrote: > > > Hi, > > > > > > On Mon, Dec 09, 2019 at 07:32:54PM +0100, Stephan Gerhold

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-11 Thread Maxime Ripard
Hi Stephan, On Tue, Dec 10, 2019 at 11:42:37AM +0100, Stephan Gerhold wrote: > On Tue, Dec 10, 2019 at 11:20:46AM +0100, Maxime Ripard wrote: > > Hi, > > > > On Mon, Dec 09, 2019 at 07:32:54PM +0100, Stephan Gerhold wrote: > > > At the moment, video mode parameters like video=540x960,reflect_x, >

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-10 Thread Stephan Gerhold
On Tue, Dec 10, 2019 at 11:20:46AM +0100, Maxime Ripard wrote: > Hi, > > On Mon, Dec 09, 2019 at 07:32:54PM +0100, Stephan Gerhold wrote: > > At the moment, video mode parameters like video=540x960,reflect_x, > > (without rotation set) are silently ignored. > > > > One of the reasons for this is

Re: [PATCH] drm/modes: Support video parameters with only reflect option

2019-12-10 Thread Maxime Ripard
Hi, On Mon, Dec 09, 2019 at 07:32:54PM +0100, Stephan Gerhold wrote: > At the moment, video mode parameters like video=540x960,reflect_x, > (without rotation set) are silently ignored. > > One of the reasons for this is that the calculation that > combines the panel_orientation with

[PATCH] drm/modes: Support video parameters with only reflect option

2019-12-09 Thread Stephan Gerhold
At the moment, video mode parameters like video=540x960,reflect_x, (without rotation set) are silently ignored. One of the reasons for this is that the calculation that combines the panel_orientation with cmdline->rotation_reflection does not handle the case when cmdline->rotation_reflection does