Re: [Intel-gfx] [1/2] drm/i915: Extract intel_wm_plane_visible()

2017-03-21 Thread Dorota Czaplejewicz
I have tested this patch series (with [2/2] drm/i915: Fix SKL cursor watermarks, X-Patchwork-Id: 143965, 143966) and I can confirm it fixes https://bugs.freedesktop.org/show_bug.cgi?id=100195 Tested-by: Dorota Czaplejewicz On Tue, 14 Mar 2017 17:10:49 +0200 ville.syrj...@linux.intel.com wrote

[Intel-gfx] [PATCH i-g-t 1/2] igt/kms_setmode.c: Tweak timings check constants

2016-12-01 Thread Dorota Czaplejewicz
Add explanations of the checks and note the way the constants were derived. Tweak the constants to reflect their purpose better. --- tests/kms_setmode.c | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/tests/kms_setmode.c b/tests/kms_setmode

[Intel-gfx] [PATCH i-g-t 2/2] igt/kms_flip.c: Fix timings check

2016-12-01 Thread Dorota Czaplejewicz
Adjust the description and constants in the timing check to match each other. Relax the timing constraint to prevent false positives in vblank interval checking. --- tests/kms_flip.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/kms_flip.c b/tests/kms_flip.c i