[Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress

2014-07-31 Thread Pavel Popov
To run gem_stress with the correct number of buffers even if aperture size >= 4GB. Signed-off-by: Pavel Popov --- tests/gem_stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_stress.c b/tests/gem_stress.c index 3bbe487..313a82a 100644 --- a/te

[Intel-gfx] [PATCH] tests/gem_bad_address: Adapt test to ppgtt to pass with command parser

2015-05-15 Thread Pavel Popov
ppgtt. Changed test like it was done previously for storedw tests in the commit: afbdc7af8d9324ae065c47d6122bb020c579fd0a. Signed-off-by: Pavel Popov --- tests/gem_bad_address.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/gem_bad_address.c b/tests/gem_bad_