From patchwork Tue Sep 29 15:03:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 11806199 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4D778112E for ; Tue, 29 Sep 2020 15:03:45 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C7C532075F for ; Tue, 29 Sep 2020 15:03:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="gTNoL7Qc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7C532075F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5293C6E1BD; Tue, 29 Sep 2020 15:03:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4EDF36E1BD for ; Tue, 29 Sep 2020 15:03:41 +0000 (UTC) Received: by mail-wm1-x343.google.com with SMTP id l15so6831709wmh.1 for ; Tue, 29 Sep 2020 08:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tWwPQzzJfUFJAupGgoHtftS0iMIBjBuL5cB+hojsBy0=; b=gTNoL7Qczy7dGGfkkrdLAaDRSQSMg+wlAh29mCzhclUpWFiUIVDCTGo/tGoEdZE8RG F4jr2Gjv5k8OiLUj/dZrXFMMtk8YlqDz99mdr6J5I+Z956nFt2HnfSNcFzyC5d4Vi8y5 MGShHsECpzCOi2X2ePBHlZ0j891wJVBBZzYb8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tWwPQzzJfUFJAupGgoHtftS0iMIBjBuL5cB+hojsBy0=; b=Lk/onrhTaWaEYKwU42Z42oESfsbKPIDoLLz39IeEV62XcD7VelOm8Ls9TRLZfV6OAz d21FEEjeTAQCnKh3CwIDWDyDLmmvJSKbocrMf4cYgrwl2vu4O1ibdo3hpAbtJyKB63nN l3hKu1G3UdlLF1vH+IZz4nz5n5P4ujBo7vtO5OKE1r7lIB/jNY3c0VnEnEzpWnhWDs6Y mCEWznrhUZkJYPyHOI76P6wkCuVlDaSoU8OhmpmDMWVUP+Ay4EsrjUttrKrpccVLyiji jXlTlg32y2u4yQxVxX2DkxKv4X5EQl3hnv3U6ybaht7mQvQlutrbOBPqAs/NOJZqVue1 2Yhg== X-Gm-Message-State: AOAM532WyfPcDkL1FNDX7vVpzwe3V6liRHbu/CiW0Y5RK75jS4hm3VRN clRVSw3R+CqRtYgOpNw7RjnV7rU82JK3Hn6F X-Google-Smtp-Source: ABdhPJz0jJ/ICKPWmN5ZOT+dCJFeTq0O8xBcQAvLh4TpQwUH4XhtpXxbgXuZ7gOmmtFSelbVNW7+xg== X-Received: by 2002:a7b:c2a9:: with SMTP id c9mr5077455wmk.87.1601391819531; Tue, 29 Sep 2020 08:03:39 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f12sm5664214wmf.26.2020.09.29.08.03.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 08:03:38 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH] drm: update todo.rst Date: Tue, 29 Sep 2020 17:03:33 +0200 Message-Id: <20200929150333.3441576-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Melissa Wen , Daniel Vetter , Greg Kroah-Hartman , Daniel Vetter , Wambui Karuga Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" - debugfs cleanup has moved forward thanks to the cleanup Wambui has done Cc: Wambui Karuga Cc: Greg Kroah-Hartman Cc: Melissa Wen Signed-off-by: Daniel Vetter Acked-by: Melissa Wen Reviewed-by: Greg Kroah-Hartman --- Documentation/gpu/todo.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 3751ac976c3e..700637e25ecd 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -515,9 +515,6 @@ There's a bunch of issues with it: this (together with the drm_minor->drm_device move) would allow us to remove debugfs_init. -- Drop the return code and error checking from all debugfs functions. Greg KH is - working on this already. - Contact: Daniel Vetter Level: Intermediate