[Intel-gfx] [PATCH 8/8] tests: Add some tiled tests to the runs on simulation
Damien Lespiau
damien.lespiau at intel.com
Thu Jul 18 17:19:13 CEST 2013
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
tests/gem_tiled_pread.c | 2 --
tests/gem_tiled_pread_pwrite.c | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/tests/gem_tiled_pread.c b/tests/gem_tiled_pread.c
index 779f66f..189affc 100644
--- a/tests/gem_tiled_pread.c
+++ b/tests/gem_tiled_pread.c
@@ -134,8 +134,6 @@ main(int argc, char **argv)
uint32_t handle;
uint32_t devid;
- drmtest_skip_on_simulation();
-
fd = drm_open_any();
handle = create_bo(fd);
diff --git a/tests/gem_tiled_pread_pwrite.c b/tests/gem_tiled_pread_pwrite.c
index 0eb7098..18a593a 100644
--- a/tests/gem_tiled_pread_pwrite.c
+++ b/tests/gem_tiled_pread_pwrite.c
@@ -123,10 +123,8 @@ main(int argc, char **argv)
uint32_t handle, handle_target;
int count;
- drmtest_skip_on_simulation();
-
fd = drm_open_any();
- count = intel_get_total_ram_mb() * 9 / 10;
+ count = SLOW_QUICK(intel_get_total_ram_mb() * 9 / 10, 8) ;
for (i = 0; i < count/2; i++) {
current_tiling_mode = I915_TILING_X;
--
1.8.3.1
More information about the Intel-gfx
mailing list