Bug detailed description: ------------------------- On IVB chiefriver platform ,running gem_storedw_batches_loop of the I-G-T will fail ,the error on the console is like this: value mismatch: cur 0x00000000, stored 0x42000000 otherwise,running gem_storedw_loop_render of the I-G-T will fail ,too. the error on the console is like this: value mismatch: cur 0x00000000, stored 0x00000001 They are two regressions,here is the bisect result: 0ebb98299357e1dbeeea470eec29241263c8f244 is the first bad commit commit 0ebb98299357e1dbeeea470eec29241263c8f244 Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Wed Feb 15 23:50:24 2012 +0100 drm/i915: enable lazy global-gtt binding Now that everything is in place, only bind to the global gtt when actually required. Patch split-up suggested by Chris Wilson. Reviewed-and-tested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> :040000 040000 754bdbd480130c6952b657133f88ddde86b95563 7b867146e2925f6158805b784332d6a02f5ef4bf M drivers
These tests check functionality that we currently don't use. The right fix is to adjust the tests for ppgtt - I'll do that asap.
Fixed with commit afbdc7af8d9324ae065c47d6122bb020c579fd0a Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Thu Mar 22 13:47:57 2012 +0100 tests: adapt storedw tests to ppgtt Please upgrade your i-g-t testsuite.
(In reply to comment #2) > Fixed with > commit afbdc7af8d9324ae065c47d6122bb020c579fd0a > Author: Daniel Vetter <daniel.vetter@ffwll.ch> > Date: Thu Mar 22 13:47:57 2012 +0100 > tests: adapt storedw tests to ppgtt > Please upgrade your i-g-t testsuite. With this patch that case of I-G-T on IVB can work well.
Closing old verified+fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.