Re: [PATCH v2] compositor-drm: allow mode frequency selection

2017-01-17 Thread Daniel Stone
Hi Fabien, On 17 January 2017 at 16:17, Fabien Dessenne wrote: > As an option, allow to specify a mode (from the configuration file) by > its refresh rate. > Example of valid syntax: > - "mode=1920x1080"Select a 1920x1080 mode, refresh rate undefined. > - "mode=1920x1080@60" Select the (or on

[PATCH v2] compositor-drm: allow mode frequency selection

2017-01-17 Thread Fabien Dessenne
As an option, allow to specify a mode (from the configuration file) by its refresh rate. Example of valid syntax: - "mode=1920x1080"Select a 1920x1080 mode, refresh rate undefined. - "mode=1920x1080@60" Select the (or one of the) 1920x1080 60 Hz mode. Signed-off-by: Fabien Dessenne Reviewed-b