From patchwork Thu Dec 13 22:55:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shayenne Moura X-Patchwork-Id: 10730039 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 D69B413AF for ; Thu, 13 Dec 2018 22:55:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C55CE294CD for ; Thu, 13 Dec 2018 22:55:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B92272C2EF; Thu, 13 Dec 2018 22:55:47 +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 82671294CD for ; Thu, 13 Dec 2018 22:55:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E8C36F1BA; Thu, 13 Dec 2018 22:55:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x842.google.com (mail-qt1-x842.google.com [IPv6:2607:f8b0:4864:20::842]) by gabe.freedesktop.org (Postfix) with ESMTPS id 734C16F1BA for ; Thu, 13 Dec 2018 22:55:44 +0000 (UTC) Received: by mail-qt1-x842.google.com with SMTP id t13so4216855qtn.3 for ; Thu, 13 Dec 2018 14:55:44 -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=FlmgjsOljKHoCliMfpygHF2ImS5ElP2rgSghsY1VUG4=; b=pLSdHkOK06RJlOlRngWYhxbuzYBbd78ww+uzL0S+XPEieHcIbQ0haFOFEK18IiJgyr IHsgzyHhdSFpRcd6ZQv1gbZKwazB29pwB0qEVC786OPmEKyGzX8Kib6Wp4KwDxnhQiWL BLB7zW9EqQbQEtpEhWKDDwz+Br2ZSPXPM8eVT5fE5XNcKhWGXHmdrsYoM6tvTyixW0KT r+s0BgVbcCBgjEs749x6t3lYvRZENx5yZ+VEH2eOQJMWyQc02kOLEVNciFeogXXcXRch wao8rYcZPmVfCTDcHtmbjqerHHyNOjCuuDrgYFZWRd6tmP00P+fHoaE86PNdYZZmQZLN VvmA== X-Gm-Message-State: AA+aEWbOdPhbQAzQV4MBGmS5SBF44XTu7PXxzmUsV5T18XWVitGdoXe5 QjPSHCuTcAD+uNgKz/ftuOk= X-Google-Smtp-Source: AFSGD/UYc9w9on/fzXrwe5ph08L+4OmYrPOF+oA1b0IycfYamFuwBBl733Ly8OjLvuqdkOkZG8VCxg== X-Received: by 2002:a0c:9144:: with SMTP id q62mr643242qvq.87.1544741743495; Thu, 13 Dec 2018 14:55:43 -0800 (PST) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id m68sm1723068qte.49.2018.12.13.14.55.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Dec 2018 14:55:42 -0800 (PST) Date: Thu, 13 Dec 2018 20:55:37 -0200 From: Shayenne da Luz Moura To: Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie Subject: [PATCH] drm: Remove complete task from TODO documentation Message-ID: <20181213225537.nq4dwidn6tma33iv@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: outreachy-kernel@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This patch remove the follow complete task from TODO documentation: drm_mode_config.crtc_idr is misnamed, since it contains all KMS object. Should be renamed to drm_mode_config.object_idr. Signed-off-by: Shayenne da Luz Moura --- Documentation/gpu/todo.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 14191b64446d..41da7b06195c 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -354,9 +354,6 @@ KMS cleanups Some of these date from the very introduction of KMS in 2008 ... -- drm_mode_config.crtc_idr is misnamed, since it contains all KMS object. Should - be renamed to drm_mode_config.object_idr. - - 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.