From patchwork Thu Oct 16 16:49:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5092641 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 353D89F30B for ; Thu, 16 Oct 2014 16:50:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 47E1B201D3 for ; Thu, 16 Oct 2014 16:50:03 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 6E62D201EC for ; Thu, 16 Oct 2014 16:50:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7FC66E2B4; Thu, 16 Oct 2014 09:50:01 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by gabe.freedesktop.org (Postfix) with ESMTP id C10936E2B4 for ; Thu, 16 Oct 2014 09:49:59 -0700 (PDT) Received: by mail-wg0-f44.google.com with SMTP id y10so4178753wgg.15 for ; Thu, 16 Oct 2014 09:49:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=xVUd5YuYYy8K/JSpEuGFPRfmwiAtvMrmg+r6G92eD7M=; b=FJ3+9gw8+wmksjy0w91OnNQjJJ3WlCA7EuFdKa1eimMbUd+ue6sNMmaOWZzrAZOXuY YONK8DlSTdk+f4bCI9DzNxIsWj7nQN9SQEO2ctp321mlRjmQd8KWIdpToya4bMrgbINB r0onOrlpOBWr2KOFOKbwpbQPPIYvUYMMqKZ6RosDheUeud24PyG9ay0v6QbAzTGJTHSF GSFusXb0AiHq8ZvkI6mEm1QhSMPVue0jBwpVT/tiP7/OKdp1p2nZUEo0EUdXguLItdEd XwlxPP2+sPc1mDNt/6rOJOCT+gVWwlfHTQZe/G5tpKXDcEM+MZUCfPb8dqUfCkQ2SiCg sRpA== X-Gm-Message-State: ALoCoQnCA78TOIbbWJOv8D/Cfw+MhP2XOxw+DFH5XcuXNacy0ECtFvw7UH9pmdx1lZyqbTmg6auy X-Received: by 10.180.74.227 with SMTP id x3mr22306907wiv.15.1413478198686; Thu, 16 Oct 2014 09:49:58 -0700 (PDT) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id ic4sm2595840wid.19.2014.10.16.09.49.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 09:49:57 -0700 (PDT) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Thu, 16 Oct 2014 17:49:48 +0100 Message-Id: <1413478193-7970-3-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1413478193-7970-1-git-send-email-thomas.wood@intel.com> References: <1413478193-7970-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 2/7] lib: various documentation fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, 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: Thomas Wood --- lib/igt_core.h | 1 + lib/igt_debugfs.h | 4 ++-- lib/rendercopy_gen9.c | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/igt_core.h b/lib/igt_core.h index e42dc33..b8f6702 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -268,6 +268,7 @@ void igt_exit(void) __attribute__((noreturn)); * igt_assert_cmpint: * @n1: first value * @cmp: compare operator + * @ncmp: negated version of @cmp * @n2: second value * * Fails (sub-)test if the condition is not met diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index adcf83b..8ac1539 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -146,7 +146,6 @@ int igt_open_forcewake_handle(void); /** * stop_ring_flags: - * * @STOP_RING_NONE: Can be used to clear the pending stop (warning: hang might * be declared already). Returned by igt_get_stop_rings() if there is * no currently stopped rings. @@ -157,7 +156,8 @@ int igt_open_forcewake_handle(void); * @STOP_RING_ALL: All rings * @STOP_RING_ALLOW_ERRORS: Driver will not omit expected DRM_ERRORS * @STOP_RING_ALLOW_BAN: Driver will use context ban policy - * @STOP_RING_DEFAULT: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS + * @STOP_RING_DEFAULTS: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS + * * Enumeration of all supported flags for igt_set_stop_rings(). * */ diff --git a/lib/rendercopy_gen9.c b/lib/rendercopy_gen9.c index 92265c1..9ff4b3a 100644 --- a/lib/rendercopy_gen9.c +++ b/lib/rendercopy_gen9.c @@ -286,7 +286,7 @@ gen8_fill_ps(struct intel_batchbuffer *batch, return offset; } -/** +/* * gen7_fill_vertex_buffer_data populate vertex buffer with data. * * The vertex buffer consists of 3 vertices to construct a RECTLIST. The 4th @@ -327,7 +327,7 @@ gen7_fill_vertex_buffer_data(struct intel_batchbuffer *batch, return offset; } -/** +/* * gen6_emit_vertex_elements - The vertex elements describe the contents of the * vertex buffer. We pack the vertex buffer in a semi weird way, conforming to * what gen6_rendercopy did. The most straightforward would be to store @@ -384,7 +384,7 @@ gen6_emit_vertex_elements(struct intel_batchbuffer *batch) { GEN6_VFCOMPONENT_STORE_1_FLT << VE1_VFCOMPONENT_3_SHIFT); } -/** +/* * gen7_emit_vertex_buffer emit the vertex buffers command * * @batch