[Intel-gfx] [PATCH] igt tests/gem_exec_params: Test for -EINVAL for invalid platform and ring when executing RS

2014-05-06 Thread Abdiel Janulgue
Add test that makes sure RS bit only gets executed on BDW and on the render ring. Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- tests/gem_exec_params.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/gem_exec_params.c b/tests/gem_exec_params.c index

Re: [Intel-gfx] [PATCH] igt tests/gem_exec_params: Test for -EINVAL for invalid platform and ring when executing RS

2014-05-06 Thread Daniel Vetter
On Wed, May 07, 2014 at 12:40:53AM +0300, Abdiel Janulgue wrote: Add test that makes sure RS bit only gets executed on BDW and on the render ring. Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- tests/gem_exec_params.c | 11 +++ 1 file changed, 11

Re: [Intel-gfx] [PATCH] igt tests/gem_exec_params: Test for -EINVAL for invalid platform and ring when executing RS

2014-05-06 Thread Daniel Vetter
On Wed, May 07, 2014 at 12:40:13AM +0200, Daniel Vetter wrote: On Wed, May 07, 2014 at 12:40:53AM +0300, Abdiel Janulgue wrote: Add test that makes sure RS bit only gets executed on BDW and on the render ring. Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com ---