[Intel-gfx] [PATCH] tests/gem_exec_params: check invalid flags for Resource Streamer

2015-05-19 Thread Abdiel Janulgue
Make sure resource streamer flags works only in correct ring in addition to checking next flag after the RS boundary fails. Cc: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com --- tests/gem_exec_params.c | 21 - 1 file

Re: [Intel-gfx] [PATCH] tests/gem_exec_params: check invalid flags for Resource Streamer

2015-05-19 Thread Daniel Vetter
On Tue, May 19, 2015 at 11:30:44AM +0300, Abdiel Janulgue wrote: Make sure resource streamer flags works only in correct ring in addition to checking next flag after the RS boundary fails. Cc: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Abdiel Janulgue abdiel.janul...@linux.intel.com