From ac93f7046a5371ff08268965c9a696bf97bec105 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Thu, 15 Feb 2018 17:24:45 -0800 Subject: selftests: ion: Add simple test with the vgem driver Ion is designed to be a framework used by other clients who perform operations on the buffer. Use the DRM vgem client as a simple consumer. In conjunction with the dma-buf sync ioctls, this tests the full attach/map path for the system heap. Signed-off-by: Laura Abbott Reviewed-by: Daniel Vetter Signed-off-by: Shuah Khan --- tools/testing/selftests/android/ion/config | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/testing/selftests/android/ion/config') diff --git a/tools/testing/selftests/android/ion/config b/tools/testing/selftests/android/ion/config index 19db6ca9aa2b..b4ad748a9dd9 100644 --- a/tools/testing/selftests/android/ion/config +++ b/tools/testing/selftests/android/ion/config @@ -2,3 +2,4 @@ CONFIG_ANDROID=y CONFIG_STAGING=y CONFIG_ION=y CONFIG_ION_SYSTEM_HEAP=y +CONFIG_DRM_VGEM=y -- cgit v1.2.3-59-g8ed1b