diff --git a/tests/gem_userptr_blits.c b/tests/gem_userptr_blits.c index 54134094..96aee524 100644 --- a/tests/gem_userptr_blits.c +++ b/tests/gem_userptr_blits.c @@ -566,6 +566,9 @@ static int test_invalid_gtt_mapping(int fd) #define PE_BUSY 0x2 static void test_process_exit(int fd, int flags) { + if (flags & PE_GTT_MAP) + igt_require(gem_has_llc(fd)); + igt_fork(child, 1) { uint32_t handle;