From patchwork Thu May 11 19:10:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9722783 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C9EF260236 for ; Thu, 11 May 2017 19:11:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BAB6D28701 for ; Thu, 11 May 2017 19:11:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AF66728703; Thu, 11 May 2017 19:11:32 +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=-3.7 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_SPAM 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 768BF28701 for ; Thu, 11 May 2017 19:11:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FFB66E5D1; Thu, 11 May 2017 19:11:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk0-f196.google.com (mail-qk0-f196.google.com [209.85.220.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id 870286E5CF for ; Thu, 11 May 2017 19:11:20 +0000 (UTC) Received: by mail-qk0-f196.google.com with SMTP id k74so4960253qke.2 for ; Thu, 11 May 2017 12:11:20 -0700 (PDT) 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:in-reply-to :references; bh=5zCV41OD95m0WZyJ/wSE56tXBCKv9YbvUUwKwPLatiQ=; b=e94I3j8zIb0dMnzPyxRZ7t2XWU2Hb0n7bLEwETTDAqCtYBsNPx6SnzVgbDesgL326f uTKiMdBDRlGaREdeU7QOQVFGKwVtJ95gv7N4Y9vzRAvZDq3qp0OO6EYxOSi9P7QQ19uV pISJcLDo0JkJh9h4zP2lH8iKwx62elZwRRQQMGbj158j3xvHH98518NVpAEaso60MCd6 VVsagZmw3U7pYomBAd3xIFacUXhnB+tPTt3DP58w+r4SSNwOSDuiwb+chrzgR+PF24Y0 J6XGD7SERX15lJ2I1vCLCPBbw0JhWo/ghORO0wjqJR/nYst6HiTyXaZ73pyLelQgixTg 89MQ== X-Gm-Message-State: AODbwcCkH7Q+ddiwJeq1QhHvmkXZ30lOZwl2GBCjwQMWlcNFhQXiHZ/A eEQic5VKxPqEMA== X-Received: by 10.55.71.150 with SMTP id u144mr65888qka.233.1494529879635; Thu, 11 May 2017 12:11:19 -0700 (PDT) Received: from localhost.localdomain (177.205.87.164.dynamic.adsl.gvt.net.br. [177.205.87.164]) by smtp.gmail.com with ESMTPSA id z43sm726708qtz.9.2017.05.11.12.11.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 May 2017 12:11:19 -0700 (PDT) From: Gustavo Padovan To: dri-devel@lists.freedesktop.org Subject: [PATCH 8/8] drm: todo: remove task about switch to drm_connector_list_iter Date: Thu, 11 May 2017 16:10:49 -0300 Message-Id: <20170511191049.28944-9-gustavo@padovan.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170511191049.28944-1-gustavo@padovan.org> References: <20170511191049.28944-1-gustavo@padovan.org> Cc: Gustavo Padovan X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Gustavo Padovan This is now completed. Signed-off-by: Gustavo Padovan Reviewed-by: Daniel Vetter --- Documentation/gpu/todo.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 1bdb735..95a5170 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -177,19 +177,6 @@ following drivers still use ``struct_mutex``: ``msm``, ``omapdrm`` and Contact: Daniel Vetter, respective driver maintainers -Switch to drm_connector_list_iter for any connector_list walking ----------------------------------------------------------------- - -Connectors can be hotplugged, and we now have a special list of helpers to walk -the connector_list in a race-free fashion, without incurring deadlocks on -mutexes and other fun stuff. - -Unfortunately most drivers are not converted yet. At least all those supporting -DP MST hotplug should be converted, since for those drivers the difference -matters. See drm_for_each_connector_iter() vs. drm_for_each_connector(). - -Contact: Daniel Vetter - Core refactorings =================