Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp2114343rwd; Fri, 9 Jun 2023 06:57:13 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ6Ov7LZBufx9P8f5bqMl0eYEFmOv+JsTL8sl2AQCdIr0VWJ9FBhQOFloL4K3TTicxfWaKKL X-Received: by 2002:aa7:88c2:0:b0:65c:2ea:2c5e with SMTP id k2-20020aa788c2000000b0065c02ea2c5emr1492067pff.29.1686319032919; Fri, 09 Jun 2023 06:57:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1686319032; cv=none; d=google.com; s=arc-20160816; b=zHTkGHZCZNY1wxlMLMezquQjDlBhHcxNAT4jqARS1+FVX8biOopYky8EFDF/4wme8k hkkSlxK6Y0OwJAzjiOFrFph+wkZ05wVgxbVqNmESXvPEjA5oFlqJWtBWTqQRsvOyE26Z Zvgqx9tFv1D4r7eXW4xVyGd42hFcw4wwiVwVn71YHzHD+0qDWzCmjN9WXL9iNyUct6g/ VS3RZozxTUjaCEIEiM2z9pjndu16hUvm8XPEbNtqJCbuAj61QEBxFrfwHq9cqQ+OZnZk cDspUpHqrw8Zzvb5uLxifJt+i0CZbYatrSVq5P+J1hygIYvGqiZhVImQUHwTSjhKXhhz neVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=X8XdEe60OXABPX+3bfCN6o4laDj1Nl5HYoXN6NJTO9c=; b=DhaTm0sAl9LmfGnOE6N4heX/T9AOH+5EL4TFSXZGJMHMakyPnFGoZKaumNCY4olp4+ AkHyl3P+RCWFWG/czBrvteIPP/14Dtezc/z9EnDZkNLibUtcqMS5wxBFQFFYnheWyrNJ UKfZqMQVIe+m6h7upwpiatqYsCnripea5+xRPslfQx++bRbfmxVg/Aeph2I6dh2waarW qftrBvvCChJ2Gghtmn7QLePw4vJt0JcQbrY9eQiUAa/uWcdD4TnaZwXpQz4ZBtZU3aWM Is2qvyJUh/AW9abnR7BNJrLM4bSBhp20K3sqp3rsq8OTQZH3aje0XYNAwdNWexG0Lru2 xM3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id u197-20020a6379ce000000b00535bf852410si2602255pgc.313.2023.06.09.06.56.58; Fri, 09 Jun 2023 06:57:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240564AbjFINos (ORCPT + 99 others); Fri, 9 Jun 2023 09:44:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232327AbjFINoo (ORCPT ); Fri, 9 Jun 2023 09:44:44 -0400 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98C6230FA for ; Fri, 9 Jun 2023 06:44:41 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:a1e2:1b31:cba3:390d]) by baptiste.telenet-ops.be with bizsmtp id 71kZ2A00512zQ4r011kZdr; Fri, 09 Jun 2023 15:44:39 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q7cPS-008La7-38; Fri, 09 Jun 2023 15:44:33 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q7cPp-00GCTT-43; Fri, 09 Jun 2023 15:44:33 +0200 From: Geert Uytterhoeven To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Jonathan Corbet , Jyri Sarha , Tomi Valkeinen , Laurent Pinchart , Bagas Sanjaya Cc: dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 2/4] drm/todo: Convert list of fbconv links to footnotes Date: Fri, 9 Jun 2023 15:44:28 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE, T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Convert the references to fbconv links to footnotes, so they can be navigated. Signed-off-by: Geert Uytterhoeven --- v2: - New. --- Documentation/gpu/todo.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 6c328613c049fc1d..ce1d4e22c327063b 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -753,16 +753,16 @@ existing hardware. The new driver's call-back functions are filled from existing fbdev code. More complex fbdev drivers can be refactored step-by-step into a DRM -driver with the help of the DRM fbconv helpers. [1] These helpers provide +driver with the help of the DRM fbconv helpers [4]_. These helpers provide the transition layer between the DRM core infrastructure and the fbdev driver interface. Create a new DRM driver on top of the fbconv helpers, copy over the fbdev driver, and hook it up to the DRM code. Examples for -several fbdev drivers are available at [1] and a tutorial of this process -available at [2]. The result is a primitive DRM driver that can run X11 +several fbdev drivers are available at [4]_ and a tutorial of this process +available at [5]_. The result is a primitive DRM driver that can run X11 and Weston. - - [1] https://gitlab.freedesktop.org/tzimmermann/linux/tree/fbconv - - [2] https://gitlab.freedesktop.org/tzimmermann/linux/blob/fbconv/drivers/gpu/drm/drm_fbconv_helper.c + .. [4] https://gitlab.freedesktop.org/tzimmermann/linux/tree/fbconv + .. [5] https://gitlab.freedesktop.org/tzimmermann/linux/blob/fbconv/drivers/gpu/drm/drm_fbconv_helper.c Contact: Thomas Zimmermann -- 2.34.1