From patchwork Sat Jan 26 19:27:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 10782567 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3863213B5 for ; Sat, 26 Jan 2019 19:28:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1865C2C2D3 for ; Sat, 26 Jan 2019 19:28:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 088D42C2EF; Sat, 26 Jan 2019 19:28:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 633CB2C2D3 for ; Sat, 26 Jan 2019 19:28:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CA9D96E158; Sat, 26 Jan 2019 19:28:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id 106DE6E158 for ; Sat, 26 Jan 2019 19:28:00 +0000 (UTC) Received: by mail-lj1-x243.google.com with SMTP id v15-v6so11005237ljh.13 for ; Sat, 26 Jan 2019 11:27:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=6YdyhpP5FNrEIZ124qLj3dAVWeV7Bw/ERZlAUCJM6VU=; b=nrk/xMew3zBOtK4EkKvd4ZaEeiJX5V+Q1BRoZRKoNAOAxSW668Bv2JB8tsjm4Fy79l IQD1m9F+ElRFuVF0BRBFjBQN2NYJ5qfL28tCD2xLX6jqzt4seNri0f1o6eyvgQfDY9wa CtaY5aKIAEGKjNQPPDHQoIcm3AovgcZ7NMyIxCZN8FYYHxkZX06NfG+pwy62za9eNIP9 GOpjuNJp7lMgfOjJHRhLGyhey3DtHdHjY0bj7nRFJs/QNYFFzb7LDw1zVNxct5e6C9rr RB6pOS1VjLg4x5dUAQpyPh0zLoDlbb9IhpLIWSSJqW5T7OSL/sGd2wKXkiWeABWA1BYM wWeQ== X-Gm-Message-State: AJcUukc79N+F6mYeLtkmc0Rq8b6/fdlUik8AElANfTrI5DpwwZR8dAhy 52UCXsCSGEJDbWhLkGVO2lDHge4eJbI= X-Google-Smtp-Source: ALg8bN6KgPVnkjxeqPi54P2yb3bM7O0kQNq4K31Zhla9KMKH4RlTTk/FWcGzq4PqaRpca6s0TzSAXQ== X-Received: by 2002:a2e:5d12:: with SMTP id r18-v6mr12364176ljb.89.1548530878132; Sat, 26 Jan 2019 11:27:58 -0800 (PST) Received: from jupiter.lan (18.158-248-194.customer.lyse.net. [158.248.194.18]) by smtp.gmail.com with ESMTPSA id u12-v6sm2201637ljk.79.2019.01.26.11.27.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Jan 2019 11:27:57 -0800 (PST) From: Sam Ravnborg To: dri-devel@lists.freedesktop.org Subject: [PATCH v1 1/1] drm: drop drm_bus from todo Date: Sat, 26 Jan 2019 20:27:32 +0100 Message-Id: <20190126192732.15263-1-sam@ravnborg.org> X-Mailer: git-send-email 2.12.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Sean Paul , Maxime Ripard , Sam Ravnborg MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP David Herrmann removed the last bits of drm_bus in: c5786fe5f1c50941dbe27fc8b4aa1afee46ae893 ("drm: Goody bye, drm_bus!") Remove the todo item. Signed-off-by: Sam Ravnborg Cc: David Herrmann Cc: David Airlie Cc: Daniel Vetter Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sean Paul Reviewed-by: David Herrmann Acked-by: Sean Paul --- Documentation/gpu/todo.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 38360ede1221..d9515b17d36f 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -10,25 +10,6 @@ graphics subsystem useful as newbie projects. Or for slow rainy days. Subsystem-wide refactorings =========================== -De-midlayer drivers -------------------- - -With the recent ``drm_bus`` cleanup patches for 3.17 it is no longer required -to have a ``drm_bus`` structure set up. Drivers can directly set up the -``drm_device`` structure instead of relying on bus methods in ``drm_usb.c`` -and ``drm_pci.c``. The goal is to get rid of the driver's ``->load`` / -``->unload`` callbacks and open-code the load/unload sequence properly, using -the new two-stage ``drm_device`` setup/teardown. - -Once all existing drivers are converted we can also remove those bus support -files for USB and platform devices. - -All you need is a GPU for a non-converted driver (currently almost all of -them, but also all the virtual ones used by KVM, so everyone qualifies). - -Contact: Daniel Vetter, Thierry Reding, respective driver maintainers - - Remove custom dumb_map_offset implementations ---------------------------------------------