[PATCH xserver v3 08/24] present: Move timings adjustment in common part of flip mode API

2018-03-13 Thread Roman Gilg
To reduce future code duplication refactor timings adjustment out as a separate function. Signed-off-by: Roman Gilg --- present/present.c | 38 ++ present/present_priv.h | 7 +++ present/present_scmd.c | 34 +- 3

[PATCH xserver v2 07/22] present: Move timings adjustment in common part of flip mode API

2018-02-28 Thread Roman Gilg
To reduce future code duplication refactor timings adjustment out as a separate function. Signed-off-by: Roman Gilg --- present/present.c | 38 ++ present/present_priv.h | 7 +++ present/present_scmd.c | 34 +- 3

[PATCH 07/19] present: Move timings adjustment in common part of flip mode API

2018-01-29 Thread Roman Gilg
To reduce future code duplication refactor timings adjustment out as a separate function. Signed-off-by: Roman Gilg --- present/present.c | 38 ++ present/present_priv.h | 7 +++ present/present_scmd.c | 34 +- 3

[PATCH 14/27] edid-decode: check monitor min/max range against supported timings

2017-08-31 Thread Hans Verkuil
From: Hans Verkuil Calculate the minimum and maximum required frequencies given the list of timings. Check this against the listed monitor frequencies. Signed-off-by: Hans Verkuil --- edid-decode.c | 487 +++--- 1 file changed, 298

[PATCH 09/27] edid-decode: add support for the "More standard timings" block

2017-08-31 Thread Hans Verkuil
From: Hans Verkuil Support display descriptor tag 0xFA which reports more standard timings. Signed-off-by: Hans Verkuil --- edid-decode.c | 88 +++ 1 file changed, 46 insertions(+), 42 deletions(-) diff --git a/edid-decode.c b/edid

[PATCH 12/27] edid-decode: add support for Established Timings III

2017-08-31 Thread Hans Verkuil
; case 0xF7: - /* TODO */ - printf("Established timings III\n"); + printf("Established timings III:\n"); + for (i = 0; i < 44; i++) { + if (x[6 + i / 8] & (1 << (7 - i % 8))) { +

Re: Timings

2017-01-06 Thread Mihail Konev
On Wed, Jan 04, 2017 at 11:37:51AM +0500, Mihail Konev wrote: > In mesurements below, caches were warm (i.e. configure; make; make; touch; > time make). Mistake - I confused ccache with drive cache; the latter is completely irrelevant. ___ xorg-devel@l

Timings

2017-01-03 Thread Mihail Konev
In mesurements below, caches were warm (i.e. configure; make; make; touch; time make). Speedups are not purely linking ones, as they include non-recursifying the make. CCLD libxservertest.la real0m2.192s user0m1.367s sys 0m0.758s CCLD protocol-xchangedevicecontrol real