From patchwork Mon Dec 5 14:03:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9461023 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 BBD3960459 for ; Mon, 5 Dec 2016 14:03:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE49023E64 for ; Mon, 5 Dec 2016 14:03:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9EAE724B44; Mon, 5 Dec 2016 14:03:55 +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 932A623E64 for ; Mon, 5 Dec 2016 14:03:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8EF7A6E26A; Mon, 5 Dec 2016 14:03:53 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ua0-f194.google.com (mail-ua0-f194.google.com [209.85.217.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C3446E26A for ; Mon, 5 Dec 2016 14:03:52 +0000 (UTC) Received: by mail-ua0-f194.google.com with SMTP id 20so31984342uak.0 for ; Mon, 05 Dec 2016 06:03:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=HCm4h3wicIF4rHDAO4YP1Qg+1aXVlorScjXOPEX84pU=; b=TEoyL1oHv79e0z7w9eiKtrOwSeuC5sUs4PdjY/4avMQyli5sSKhexMR5xGDxb3gUim RYEM329ZD2WVJSxklPzD9HCkBawGg9qfVH15ZhIJAnnJ5zExKkHd1a0DBoXkUyxogiBJ DdGM7Myoe62umnVXdm7kuGRNwCjTprZN8GliCU9VLv0YfLvFxPgBcMwRhkPGJKxoQkZQ aN9nXsHa26t3bX60yxL2T0YVzTwHQ7uvCDxOjJa09Y4NWtMSWuajnlJjwZyUckUx/RRu txdpmOUOIcviFbYihrX6q9E6+ENJnfR+O7c/pkYljarE32plsRQe0baKckMh5okYcCrA HM0w== X-Gm-Message-State: AKaTC01e5QetYDHckaJIRVU7RPT1PKLxuE/psG9pvJ7FEepm0dbD1BfJiDJ7PBjNT8EHKQ== X-Received: by 10.176.83.92 with SMTP id y28mr43281528uay.128.1480946631234; Mon, 05 Dec 2016 06:03:51 -0800 (PST) Received: from jade.localdomain ([187.64.235.185]) by smtp.gmail.com with ESMTPSA id q10sm4180555uaa.10.2016.12.05.06.03.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 06:03:50 -0800 (PST) From: Gustavo Padovan To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/atomic: doc: remove old comment about nonblocking commits Date: Mon, 5 Dec 2016 12:03:46 -0200 Message-Id: <1480946626-30917-1-git-send-email-gustavo@padovan.org> X-Mailer: git-send-email 2.5.5 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 We now support nonblocking commits on drm_atomic_helper_commit() so the comment is not valid anymore. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/drm_atomic_helper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c index 0b16587..95e2984 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c @@ -1226,9 +1226,6 @@ static void commit_work(struct work_struct *work) * function implements nonblocking commits, using * drm_atomic_helper_setup_commit() and related functions. * - * Note that right now this function does not support nonblocking commits, hence - * driver writers must implement their own version for now. - * * Committing the actual hardware state is done through the * ->atomic_commit_tail() callback of the &drm_mode_config_helper_funcs vtable, * or it's default implementation drm_atomic_helper_commit_tail().