From patchwork Fri Feb 8 19:53:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shayenne Moura X-Patchwork-Id: 10803699 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 51FAD14E1 for ; Fri, 8 Feb 2019 19:53:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3FC2E2EA05 for ; Fri, 8 Feb 2019 19:53:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2D0AD2EB8F; Fri, 8 Feb 2019 19:53:23 +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,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,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 E4A5F2EA05 for ; Fri, 8 Feb 2019 19:53:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A15C66EE8F; Fri, 8 Feb 2019 19:53:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x841.google.com (mail-qt1-x841.google.com [IPv6:2607:f8b0:4864:20::841]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3F1246EE8F for ; Fri, 8 Feb 2019 19:53:20 +0000 (UTC) Received: by mail-qt1-x841.google.com with SMTP id a48so5360605qtb.4 for ; Fri, 08 Feb 2019 11:53:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=m48btDFIA378+ayDeuzi7R/YAoo5Rj7FXo5HjH4KBS8=; b=j8arNsLPuSb0uQ2mbZDVFnEPU9sejL+K3btsVM1QaFlvkCo2e9hlIGM2vR7WsHT1ot oI+QevblMXoBwAGgfWBpnsghE/tJxWDTuwTDMAW8Ipj4iEfJCUO9ArTETz2vk/UF9XlV 47j6jJb864+MUM7vJ/x7XWNf4CghEjFFOZt+0HzwcfeM6RfLjjxMHQH2MPlOB81lt3eq KX+7ZAGT+rKyT/Wyqj8nB321rNrEwe/1eH+Uxw4WryyyTUvkK9g53y8gSEqwPCwyasgv mMrcF/s0kzaAsNsifxCaizyPycHKTO83AM2HS2fkitTTcMaKgwWma8PGUgLY5L5BPMdX ahEw== X-Gm-Message-State: AHQUAuaYWRjROY8kfgFIFkb8evyssxRvcglnfBC87LwpYWFwxIkTtII/ jvPZv1vmuCUsp/8hkbpi1wQ= X-Google-Smtp-Source: AHgI3IZ79d6So9aj8kA0Zpe6EjdjWKydCBy1b2r0IX9w0oX4kjyGyJeU4oK2wdvrH5oG3TT27zKuwg== X-Received: by 2002:ad4:4085:: with SMTP id l5mr6853325qvp.122.1549655599265; Fri, 08 Feb 2019 11:53:19 -0800 (PST) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id g3sm2275950qkm.44.2019.02.08.11.53.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Feb 2019 11:53:18 -0800 (PST) Date: Fri, 8 Feb 2019 17:53:12 -0200 From: Shayenne Moura To: Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , Jonathan Corbet Subject: [PATCH] drm/doc: Remove solved KMS cleanup task Message-ID: <20190208195312.aqv7acr3hgion5yz@smtp.gmail.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 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: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Remove KMS cleanup task from documentation solved by patchset https://patchwork.freedesktop.org/series/54310/ Signed-off-by: Shayenne Moura --- Documentation/gpu/todo.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index cda4a37a02f0..159a4aba49e6 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -398,10 +398,6 @@ KMS cleanups Some of these date from the very introduction of KMS in 2008 ... -- drm_display_mode doesn't need to be derived from drm_mode_object. That's - leftovers from older (never merged into upstream) KMS designs where modes - where set using their ID, including support to add/remove modes. - - Make ->funcs and ->helper_private vtables optional. There's a bunch of empty function tables in drivers, but before we can remove them we need to make sure that all the users in helpers and drivers do correctly check for a NULL