mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests: Add some tiled tests to the runs on simulation
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
00ab9a1313
commit
161e610765
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user