From patchwork Sun Mar 23 14:18:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 3879081 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 71B749F2B6 for ; Sun, 23 Mar 2014 14:19:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 92234201F4 for ; Sun, 23 Mar 2014 14:19:36 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 816DE20263 for ; Sun, 23 Mar 2014 14:19:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 074656E693; Sun, 23 Mar 2014 07:19:33 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) by gabe.freedesktop.org (Postfix) with ESMTP id 9020F6E69D for ; Sun, 23 Mar 2014 07:19:31 -0700 (PDT) Received: by mail-ee0-f41.google.com with SMTP id t10so3552806eei.28 for ; Sun, 23 Mar 2014 07:19:30 -0700 (PDT) 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=ts8eY9RUsgy/EID3DNnfkoZWaEkAVoejgH5fH746F3U=; b=UsU5IVqa8xEJINFopdw+AZNtnFH7ZSCGvzvHYdcjLU8P7Te6wdbng2F7ntamTrfJPX kAhL+8BCvp+VS+ea8dhZKiG9RAvamSKt5S7iWEuPPjdJhgGT6ft1h0KV+fJxYqpwxYLd ry+cfGuSMQ4EaRz2hdc4vIGxZz0VZRMJfqPdw= 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=ts8eY9RUsgy/EID3DNnfkoZWaEkAVoejgH5fH746F3U=; b=i1Hsew1ahqlHRIlMHkApb01rMo25SdY0h4PikqYIZfJvJORcbGZ2KChjT5WYg932cJ YtILvSZ/PJJcpnmthkPhWWAFNo/WhkMMrg0JOOw8Up1dEVb9zqbIGmPU5VeG7zjXF3A+ FPZiwQ3xsaMOr8vmHDBo/6zFTLf+BQT0AciGDFVSR009uyS5zKyayvslkNY3w9mRnqn3 WSKreAZlgAsLwyTE+6cU3C/x5ey6N9Ju9ccMXiiqpe81Msugp1ZWiP44/rWfeTV9n6Xp JPRF21RBIoGuEm0Xg6V0DTWPIClsG1dNJxkA7K/jsiX9H0ISDVyn63Cnp4LwMnOKw2oC C4vQ== X-Gm-Message-State: ALoCoQk6AXWYK0CfWRXZXjRsEb5fRih7w1JlVi+yd0Qu9DPhpsV6+xdg3ARvVUlowVaJXJ9LOjZB X-Received: by 10.15.32.206 with SMTP id a54mr57936955eev.51.1395584370825; Sun, 23 Mar 2014 07:19:30 -0700 (PDT) Received: from phenom.ffwll.local (84-73-67-144.dclient.hispeed.ch. [84.73.67.144]) by mx.google.com with ESMTPSA id cb5sm26392589eeb.18.2014.03.23.07.19.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 23 Mar 2014 07:19:29 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Date: Sun, 23 Mar 2014 15:18:48 +0100 Message-Id: <1395584342-11812-15-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: <1395584342-11812-1-git-send-email-daniel.vetter@ffwll.ch> References: <1395584342-11812-1-git-send-email-daniel.vetter@ffwll.ch> Cc: Daniel Vetter Subject: [Intel-gfx] [PATCH 14/28] lib: add #include "foo.h" lines like in manpages 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.6 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 Should help in alleviating the header mess we have atm. Signed-off-by: Daniel Vetter --- lib/igt_core.c | 2 ++ lib/igt_debugfs.c | 2 ++ lib/intel_batchbuffer.c | 2 ++ lib/intel_chipset.c | 2 ++ lib/ioctl_wrappers.c | 2 ++ 5 files changed, 10 insertions(+) diff --git a/lib/igt_core.c b/lib/igt_core.c index 3ff7efa7de93..efcc4a11fcc5 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -64,6 +64,8 @@ * @short_description: Core i-g-t testing support * @title: i-g-t core * + * > #include "igt_core.h" + * * This libary implements the core of the i-g-t test support infrastructure. * Main features are the subtest enumeration, cmdline option parsing helpers for * subtest handling and various helpers to structure testcases with subtests and diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c index 05aed15618d2..05036fc06ba2 100644 --- a/lib/igt_debugfs.c +++ b/lib/igt_debugfs.c @@ -39,6 +39,8 @@ * @short_description: Support code for debugfs features * @title: i-g-t debugfs * + * > #include "igt_debugfs.h" + * * This library provides helpers to access debugfs features. On top of some * basic functions to access debugfs files with e.g. igt_debugfs_open() it also * provides higher-level wrappers for some debugfs features diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c index 3a38f13326ec..7852c7ca750f 100644 --- a/lib/intel_batchbuffer.c +++ b/lib/intel_batchbuffer.c @@ -46,6 +46,8 @@ * @short_description: Batchbuffer and blitter support * @title: intel batchbuffer * + * > #include "intel_batchbuffer.h" + * * This library provides some basic support for batchbuffers and using the * blitter engine based upon libdrm. A new batchbuffer is allocated with * intel_batchbuffer_alloc() and for simple blitter commands submitted with diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c index 5ac90d1b8ed2..b117e3be2753 100644 --- a/lib/intel_chipset.c +++ b/lib/intel_chipset.c @@ -45,6 +45,8 @@ * @short_description: Feature macros and chipset helpers * @title: intel chipset * + * > #include "intel_chipset.h" + * * This library mostly provides feature macros which use raw pci device ids. It * also provides a few more helper functions to handle pci devices, chipset * detection and related issues. diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c index febfc8b7ff91..147334f3286b 100644 --- a/lib/ioctl_wrappers.c +++ b/lib/ioctl_wrappers.c @@ -63,6 +63,8 @@ * @short_description: ioctl wrappers and related functions * @title: ioctl wrappers * + * > #include "ioctl_wrappers.h" + * * This helper library contains simple functions to wrap the raw drm/i915 kernel * ioctls. The normal versions never pass any error codes to the caller and use * igt_assert() to check for error conditions instead. For some ioctls raw