Re: [PATCH weston] compositor-drm: select the highest possible mode frequency

2013-06-20 Thread Kristian Høgsberg
On Wed, Jun 19, 2013 at 03:19:19PM +0200, Giulio Camuffo wrote: > the mode list is ordered so that the lower frequencies come > before the higher ones, so traverse the list from the end > to the beginning That seems like a better heuristic indeed, thanks. Kristian > --- > src/compositor-drm.c |

[PATCH weston] compositor-drm: select the highest possible mode frequency

2013-06-19 Thread Giulio Camuffo
the mode list is ordered so that the lower frequencies come before the higher ones, so traverse the list from the end to the beginning --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 8787723..c4f9cf6 100