mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-23 07:46:15 +00:00
igt/gem_userptr_blits: GTT mmaping a userptr requires llc
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83790 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
3a1751ef34
commit
855dc6284d
@ -566,6 +566,9 @@ static int test_invalid_gtt_mapping(int fd)
|
|||||||
#define PE_BUSY 0x2
|
#define PE_BUSY 0x2
|
||||||
static void test_process_exit(int fd, int flags)
|
static void test_process_exit(int fd, int flags)
|
||||||
{
|
{
|
||||||
|
if (flags & PE_GTT_MAP)
|
||||||
|
igt_require(gem_has_llc(fd));
|
||||||
|
|
||||||
igt_fork(child, 1) {
|
igt_fork(child, 1) {
|
||||||
uint32_t handle;
|
uint32_t handle;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user