Re: EXT: [PATCH weston 6/9] compositor-drm: move refresh rate computation

2018-02-09 Thread Ray, Ian (GE Healthcare)
> On 9 Feb 2018, at 15.07, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Move it into to a new function. Following patches want to compute it > elsewhere as well. > > No functional changes. > > Signed-off-by: Pekka Paalanen > --- > libweston/compositor-drm.c | 33 --

Re: EXT: [PATCH weston 6/9] compositor-drm: move refresh rate computation

2018-02-09 Thread Pekka Paalanen
On Fri, 9 Feb 2018 13:19:48 + "Ray, Ian (GE Healthcare)" wrote: > > On 9 Feb 2018, at 15.07, Pekka Paalanen wrote: > > > > From: Pekka Paalanen > > > > Move it into to a new function. Following patches want to compute it > > elsewhere as well. > > > > No functional changes. > > > > Sign

[PATCH weston 6/9] compositor-drm: move refresh rate computation

2018-02-09 Thread Pekka Paalanen
From: Pekka Paalanen Move it into to a new function. Following patches want to compute it elsewhere as well. No functional changes. Signed-off-by: Pekka Paalanen --- libweston/compositor-drm.c | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --gi