From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 266A36E419 for ; Thu, 9 Jan 2020 13:29:47 +0000 (UTC) From: Petri Latvala Date: Thu, 9 Jan 2020 15:29:41 +0200 Message-Id: <20200109132941.21401-1-petri.latvala@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t] prime_udl: Remove incorrect copypasted comment, add description List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: Petri Latvala List-ID: Drive-by cleanup. Signed-off-by: Petri Latvala --- tests/prime_udl.c | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/tests/prime_udl.c b/tests/prime_udl.c index 9b600659..b22e453e 100644 --- a/tests/prime_udl.c +++ b/tests/prime_udl.c @@ -1,19 +1,3 @@ -/* basic set of prime tests between intel and nouveau */ - -/* test list - - 1. share buffer from intel -> nouveau. - 2. share buffer from nouveau -> intel - 3. share intel->nouveau, map on both, write intel, read nouveau - 4. share intel->nouveau, blit intel fill, readback on nouveau - test 1 + map buffer, read/write, map other size. - do some hw actions on the buffer - some illegal operations - - close prime fd try and map - - TODO add some nouveau rendering tests -*/ - - #include "igt.h" #include #include @@ -29,6 +13,8 @@ #include "intel_bufmgr.h" +IGT_TEST_DESCRIPTION("Basic test of prime between Intel and DisplayLink"); + int intel_fd = -1, udl_fd = -1; drm_intel_bufmgr *bufmgr; uint32_t devid; -- 2.20.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev