Re: [Intel-gfx] [PATCH i-g-t v2] tests/pm_rpm: Fix CRASH on machines that lack LLC

2016-03-02 Thread Chris Wilson
On Wed, Mar 02, 2016 at 05:50:28PM +0200, David Weinehall wrote: > On machines that lack an LLC the pm-caching subtest will > terminate with sigbus and thus CRASH during the > I915_CACHING_CACHED iteration. This patch adds a check for > this and uses I915_CACHING_NONE instead. > > v2: Various imp

[Intel-gfx] [PATCH i-g-t v2] tests/pm_rpm: Fix CRASH on machines that lack LLC

2016-03-02 Thread David Weinehall
On machines that lack an LLC the pm-caching subtest will terminate with sigbus and thus CRASH during the I915_CACHING_CACHED iteration. This patch adds a check for this and uses I915_CACHING_NONE instead. v2: Various improvements based on feedback from Chris Wilson Signed-off-by: David weineh...