From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id DB1207D04D for ; Mon, 11 Feb 2019 08:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726363AbfBKIaX (ORCPT ); Mon, 11 Feb 2019 03:30:23 -0500 Received: from mail-ed1-f68.google.com ([209.85.208.68]:36244 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726015AbfBKIaX (ORCPT ); Mon, 11 Feb 2019 03:30:23 -0500 Received: by mail-ed1-f68.google.com with SMTP id o59so6284423edb.3 for ; Mon, 11 Feb 2019 00:30:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=t9k0g+iymdAgx/ken/KOmfjkpVz8WbOyAfnn9zH+2Rw=; b=f2XM3G0JZ+vF65A9vT2PoKiOnAQBrXNhEl/P6EOJgp1gh31+o9hMIrAL2CVLDdxu7h jXKd4fFd0mDfAI/hhmdrrTjzT9fVAihI81v5xG/qdg8Dt5bqM2xU9qek6vZeYqwLMzYf neqjheQoqLzENLpagmoWQed2wh9fJ7kra3qO8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=t9k0g+iymdAgx/ken/KOmfjkpVz8WbOyAfnn9zH+2Rw=; b=gdfAnD+t0W5LGy5wHz/wU4s0FnieeoyDxCpQmT9U+lBElLnByVVAgQhe/rys0q7xB4 Y8cIbO5qOFQzkgngICc6ALqUqfAFGgA1pPmJT+yQLrEAtGYN22db8DTZ6pD9mLKTld9l tWkh7nAclYOYSSOPD3zTkqoH9IYIq3bDQmjZEjegbFHnup7AGOXOhmQ+ffWNA5gdsz61 frJyMVC9nQS3aPf2nTbPEoczfX/49+7mzu6Mwv4Sl3zWE9dKgWarig8vTlXT4VcA/6Nj 3CGANV5Fct2QFD4ai5x/G02Q1/C1dx+hJkEPsTuwMw5tMEV6ANeDKX/qfJgNT9wzEv/w Q3WQ== X-Gm-Message-State: AHQUAuY7hLrEwqds51RGl3QOZu3vcsuy6oVrfXvFLvwmzpZKVI8ertrS +s0xujHBO6S8rVc0pgwuY9fV8g== X-Google-Smtp-Source: AHgI3IbIT7BBI6W6lKCNyNHdmlEboFXsUibMcPF+nAInwgiaTAVxpP/iBc7KnyPM9N9EHb6O2BwQWg== X-Received: by 2002:a17:906:bb08:: with SMTP id jz8mr1966330ejb.181.1549873821290; Mon, 11 Feb 2019 00:30:21 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id z15sm2224180eju.7.2019.02.11.00.30.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Feb 2019 00:30:20 -0800 (PST) Date: Mon, 11 Feb 2019 09:30:18 +0100 From: Daniel Vetter To: Shayenne Moura Cc: Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , Jonathan Corbet , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/doc: Remove solved KMS cleanup task Message-ID: <20190211083018.GP23159@phenom.ffwll.local> Mail-Followup-To: Shayenne Moura , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Jonathan Corbet , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190208195312.aqv7acr3hgion5yz@smtp.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190208195312.aqv7acr3hgion5yz@smtp.gmail.com> X-Operating-System: Linux phenom 4.19.0-1-amd64 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Feb 08, 2019 at 05:53:12PM -0200, Shayenne Moura wrote: > Remove KMS cleanup task from documentation solved by patchset > https://patchwork.freedesktop.org/series/54310/ > > Signed-off-by: Shayenne Moura Thanks for your patch, applied to drm-misc-next. -Daniel > --- > 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 > -- > 2.17.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch