mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
gem_evict_alignment: Skip on GEN8 for now
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
7c41331364
commit
2c0fc4a2e4
@ -190,6 +190,9 @@ igt_main
|
||||
igt_fixture
|
||||
fd = drm_open_any();
|
||||
|
||||
igt_skip_on_f(intel_gen(intel_get_drm_devid(fd)) > 7,
|
||||
"BLIT commands not yet updated\n");
|
||||
|
||||
igt_subtest("minor-normal") {
|
||||
size = 1024 * 1024;
|
||||
count = 3*gem_aperture_size(fd) / size / 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user