From patchwork Wed Nov 27 10:41:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3247341 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EA880C045B for ; Wed, 27 Nov 2013 11:01:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B867C203AC for ; Wed, 27 Nov 2013 11:01:27 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 588BB20279 for ; Wed, 27 Nov 2013 11:01:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 964ECFAE36; Wed, 27 Nov 2013 03:01:23 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) by gabe.freedesktop.org (Postfix) with ESMTP id B3F81FAE36 for ; Wed, 27 Nov 2013 03:01:20 -0800 (PST) Received: by mail-ea0-f171.google.com with SMTP id h10so4495975eak.2 for ; Wed, 27 Nov 2013 03:01:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EOgdaq4movzUE3J7uKxHCaEMhiDdKlT9JgYDTEB0qN0=; b=eeBP46/X0jk9oJodhJXXnA390uhxOD7OwYt9pC+MGyVjm9p0QR33KBBK5a109yjkV1 fWp76ny7amhr50qqG1B76KamBr54PICVsx4VvOUPUHnKvlnkrE1/b/IdTA3lWMnrj7Fv qib9mg86yX4FIB31peAcHx4YdkN4c8rxC4B1E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=EOgdaq4movzUE3J7uKxHCaEMhiDdKlT9JgYDTEB0qN0=; b=hL6C3m+Cw4esb5DXei81Dw2j7e8lXU7RW6Zagog9sLkQv4edqK61iJ5RFKdQ7MPjNf HYjK3TQo6/ezNGYNN3qI4jtitB9aMzh20B+0gbKINkBtBMjBmPQPw8gEYRaTcVlZsVCC Rra8a2ibvCAv7AN0ZGvDMMhW/mYX8ZZU6qtiiuZQXCOgpTZQDChMIz5NaqUYzJcaIm+O O9Gc76w7dUt/Or2fVP7f5Upt8Px+SLAcG6tBQH+i36k2zdus77ba9MHVT6rA8vRJ1w0w ZRQ1l1S207FecXeE+bCixugb0O7wxr+jJjl7JFF7e0H2ciQeN+r4vUOf9VoTcGikQY3o D0MQ== X-Gm-Message-State: ALoCoQlhda6pgnN3YmNW/7yXjyjG22SPjoKZOZtf2FMioxOq88ap2FxwNG+xTrs1IbnwDKipxT5j X-Received: by 10.15.108.73 with SMTP id cc49mr38229eeb.93.1385550078196; Wed, 27 Nov 2013 03:01:18 -0800 (PST) Received: from wespe.ffwll.local (178-83-130-250.dynamic.hispeed.ch. [178.83.130.250]) by mx.google.com with ESMTPSA id h48sm18374521eev.3.2013.11.27.03.01.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2013 03:01:17 -0800 (PST) From: Daniel Vetter To: Intel Graphics Development Date: Wed, 27 Nov 2013 11:41:48 +0100 Message-Id: <1385548908-7628-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1385547353-7537-1-git-send-email-daniel.vetter@ffwll.ch> References: <1385547353-7537-1-git-send-email-daniel.vetter@ffwll.ch> Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH] tests: Document exec naming convention for execbuf related tests X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Daniel Vetter --- tests/NAMING-CONVENTION | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/NAMING-CONVENTION b/tests/NAMING-CONVENTION index 8fc6548db067..586cffe06dd3 100644 --- a/tests/NAMING-CONVENTION +++ b/tests/NAMING-CONVENTION @@ -65,3 +65,5 @@ ctx: Tests that exercise the hw context support. render/blt/bsd/vebox: Tests which apply to individual rings should use these suffixes. They're a bit inconsistent and historically grown, but they new Bspec names (RCS, BCS, VCS and VECS) aren't really clearer. + +exec: Tests that exercise the execbuf code in various ways.