Re: [PATCH 02/10] compositor-drm: Fix refresh rate selection in drm_output_switch_mode

2015-06-30 Thread Bryce Harrington
On Sun, Jun 21, 2015 at 09:25:09PM +0200, Mario Kleiner wrote: > The matching logic in choose_mode() compared refresh rate > of a drm_mode candidate mode expressed in Hz against the > requested refresh rate of the target weston_mode expressed > in milliHz, so the match always failed and the logic a

[PATCH 02/10] compositor-drm: Fix refresh rate selection in drm_output_switch_mode

2015-06-21 Thread Mario Kleiner
The matching logic in choose_mode() compared refresh rate of a drm_mode candidate mode expressed in Hz against the requested refresh rate of the target weston_mode expressed in milliHz, so the match always failed and the logic always ended up the mode with the highest refresh rate for a given resol