[Intel-gfx] [PATCH] [i-g-t] tests/gem_cs_tlb: fix hardcoded ring id

2015-05-12 Thread daniele . ceraolospurio
From: Daniele Ceraolo Spurio daniele.ceraolospu...@intel.com The test has 4 subparts, one for each ring, but internally they all submit to ring 0. Fix it to use the provided ring_id --- tests/gem_cs_tlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_cs_tlb.c

Re: [Intel-gfx] [PATCH] [i-g-t] tests/gem_cs_tlb: fix hardcoded ring id

2015-05-12 Thread Daniel Vetter
On Tue, May 12, 2015 at 01:09:30PM +0100, daniele.ceraolospu...@intel.com wrote: From: Daniele Ceraolo Spurio daniele.ceraolospu...@intel.com The test has 4 subparts, one for each ring, but internally they all submit to ring 0. Fix it to use the provided ring_id --- tests/gem_cs_tlb.c | 2