It's not implemented yet, so no point in running the test really.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68638
Signed-off-by: Daniel Vetter <[email protected]>
---
 tests/prime_nv_test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/prime_nv_test.c b/tests/prime_nv_test.c
index 8211cd6f030e..dc9287ca3e27 100644
--- a/tests/prime_nv_test.c
+++ b/tests/prime_nv_test.c
@@ -201,6 +201,8 @@ static void test_i915_import_cpu_mmap(void)
        struct nouveau_bo *nvbo;
        uint32_t *ptr;
 
+       igt_skip("cpu mmap support for imported dma-bufs not yet 
implemented\n");
+
        igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
                                  0, BO_SIZE, NULL, &nvbo) == 0);
        igt_assert(nouveau_bo_set_prime(nvbo, &prime_fd) == 0);
-- 
2.1.1

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to