[Intel-gfx] [PATCH i-g-t 0/3] gpgpu_fill test new hardware support

2015-07-17 Thread Dominik Zeromski
This patches rearrange gpgpu fill library functions and add support for BDW and SKL. Dominik Zeromski (3): lib: Move gpgpu_fill code to separate file lib/gpgpu_fill: Add BDW support lib/gpgpu_fill: Add SKL support lib/Makefile.sources | 4 +- lib/gpgpu_fill.c | 808

[Intel-gfx] [PATCH i-g-t 2/3] lib/gpgpu_fill: Add BDW support

2015-07-17 Thread Dominik Zeromski
BDW changed structure of surface state and interface descriptors. Commands like state base address, gpgpu walker were extended. Cc: Thomas Wood Signed-off-by: Dominik Zeromski --- lib/gpgpu_fill.c| 296 +++- lib/gpgpu_fill.h| 7

[Intel-gfx] [PATCH i-g-t 3/3] lib/gpgpu_fill: Add SKL support

2015-07-17 Thread Dominik Zeromski
SKL changed state base address command. Cc: Thomas Wood Signed-off-by: Dominik Zeromski --- lib/gpgpu_fill.c| 102 lib/gpgpu_fill.h| 7 lib/intel_batchbuffer.c | 2 + 3 files changed, 111 insertions(+) diff --git a/lib

[Intel-gfx] [PATCH i-g-t 1/3] lib: Move gpgpu_fill code to separate file

2015-07-17 Thread Dominik Zeromski
re is no point in using larger writes. Cc: Thomas Wood Signed-off-by: Dominik Zeromski --- lib/Makefile.sources | 4 +- lib/gpgpu_fill.c | 422 +++ lib/gpgpu_fill.h | 37 lib/intel_batchbuffer.c | 1 +