From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 05F7B894C9 for ; Tue, 7 Sep 2021 15:57:54 +0000 (UTC) From: Ramalingam C Date: Tue, 7 Sep 2021 21:30:10 +0530 Message-Id: <20210907160012.21601-1-ramalingam.c@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/2] tests/kms_prime: Sharing BO with smem as placement List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev Cc: Chris Wilson , Chris_intel_ID , Dixit Ashutosh , Michael Ruhl , Ramalingam C List-ID: Create the sharing obj with smem as second placement option through gem_create. Ramalingam C (2): lib/ioctl_wrappers: wrapper for mmap ptr for gem obj tests/kms_prime: Create the exporting BO with smem placement lib/ioctl_wrappers.c | 69 +++++++++++++++++--------------------------- lib/ioctl_wrappers.h | 1 + tests/kms_prime.c | 22 +++++++------- 3 files changed, 38 insertions(+), 54 deletions(-) -- 2.20.1