From patchwork Tue Aug 25 09:26:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Graham Whaley X-Patchwork-Id: 7070311 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0B8AE9F344 for ; Tue, 25 Aug 2015 09:27:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 25A4E208B2 for ; Tue, 25 Aug 2015 09:27:39 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 371D5202EB for ; Tue, 25 Aug 2015 09:27:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A71CE6E04C; Tue, 25 Aug 2015 02:27:37 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id C78D76E04C; Tue, 25 Aug 2015 02:27:36 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 25 Aug 2015 02:27:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,744,1432623600"; d="scan'208";a="790462678" Received: from gwhaley-mobl1.ger.corp.intel.com ([10.252.24.136]) by orsmga002.jf.intel.com with ESMTP; 25 Aug 2015 02:27:33 -0700 From: Graham Whaley To: daniel.vetter@intel.com, jani.nikula@linux.intel.com, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Date: Tue, 25 Aug 2015 10:26:41 +0100 Message-Id: <1440494805-13325-2-git-send-email-graham.whaley@linux.intel.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1440494805-13325-1-git-send-email-graham.whaley@linux.intel.com> References: <1440494805-13325-1-git-send-email-graham.whaley@linux.intel.com> Cc: Graham Whaley , danilo.cesar@collabora.co.uk, corbet@lwn.net Subject: [Intel-gfx] [PATCH 1/5] Documentation: drm: Fix pdfdocs sect/title tags X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 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=-5.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 Building pdfdocs shows errors with !includes and s such as: jade:/Documentation/DocBook/drm.xml:666:11:E: document type does not allow element "para" here; missing one of "glossary", "bibliography", "index" start-tag Fix by adding items and add/shuffle <sect>, <title> and !include items. Signed-off-by: Graham Whaley <graham.whaley@linux.intel.com> --- Documentation/DocBook/drm.tmpl | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 66bc646..586f1b8 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -303,6 +303,9 @@ char *date;</synopsis> </para> !Edrivers/gpu/drm/drm_pci.c !Edrivers/gpu/drm/drm_platform.c + </sect2> + <sect2> + <title>Calling Registration Directly New drivers that no longer rely on the services provided by the drm_bus structure can call the low-level @@ -2352,7 +2355,7 @@ void intel_crt_init(struct drm_device *dev) - Atomic Modeset Helper Functions Reference + Atomic Modeset Helper Functions Introduction Overview !Pdrivers/gpu/drm/drm_atomic_helper.c overview @@ -2365,14 +2368,20 @@ void intel_crt_init(struct drm_device *dev) Atomic State Reset and Initialization !Pdrivers/gpu/drm/drm_atomic_helper.c atomic state reset and initialization + + + Atomic Modeset Helper Functions Reference !Iinclude/drm/drm_atomic_helper.h !Edrivers/gpu/drm/drm_atomic_helper.c + Modeset Helper Functions Introduction +!Pdrivers/gpu/drm/drm_crtc_helper.c overview + + Modeset Helper Functions Reference !Iinclude/drm/drm_crtc_helper.h !Edrivers/gpu/drm/drm_crtc_helper.c -!Pdrivers/gpu/drm/drm_crtc_helper.c overview Output Probing Helper Functions Reference @@ -2432,8 +2441,8 @@ void intel_crt_init(struct drm_device *dev) Plane Helper Reference -!Edrivers/gpu/drm/drm_plane_helper.c !Pdrivers/gpu/drm/drm_plane_helper.c overview +!Edrivers/gpu/drm/drm_plane_helper.c Tile group @@ -2449,6 +2458,9 @@ void intel_crt_init(struct drm_device *dev) Default bridge callback sequence !Pdrivers/gpu/drm/drm_bridge.c bridge callbacks + + + Bridges Function Reference !Edrivers/gpu/drm/drm_bridge.c @@ -4114,19 +4126,19 @@ int num_ioctls; GTT Fences and Swizzling !Idrivers/gpu/drm/i915/i915_gem_fence.c - - Global GTT Fence Handling + + + Global GTT Fence Handling !Pdrivers/gpu/drm/i915/i915_gem_fence.c fence register handling - - - Hardware Tiling and Swizzling Details + + + Hardware Tiling and Swizzling Details !Pdrivers/gpu/drm/i915/i915_gem_fence.c tiling swizzling details - Object Tiling IOCTLs -!Idrivers/gpu/drm/i915/i915_gem_tiling.c !Pdrivers/gpu/drm/i915/i915_gem_tiling.c buffer object tiling +!Idrivers/gpu/drm/i915/i915_gem_tiling.c Buffer Object Eviction