[PATCH 2/2] drm/atmel-hlcdc: allow selecting a higher pixel-clock that requested

2018-08-27 Thread Peter Rosin
But only if the highest pixel-clock frequency lower than requested is significantly much less accurate that the lowest frequency higher than requested. I pulled "10 times" as the discriminator out of the hat, and went with that. This is useful, if e.g. the target pixel-clock is 65MHz and the sys_

Re: [PATCH 2/2] drm/atmel-hlcdc: allow selecting a higher pixel-clock that requested

2018-08-24 Thread Boris Brezillon
On Fri, 24 Aug 2018 10:55:01 +0200 Peter Rosin wrote: > But only if the highest pixel-clock frequency lower than requested > is significantly much less accurate that the lowest frequency higher > than requested. > > I pulled "10 times" as the discriminator out of the hat, and went with > that.