From patchwork Thu Apr 27 14:35:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9702949 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 78E416032C for ; Thu, 27 Apr 2017 14:35:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6396628653 for ; Thu, 27 Apr 2017 14:35:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 57D9E2865A; Thu, 27 Apr 2017 14:35:17 +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 582E328653 for ; Thu, 27 Apr 2017 14:35:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 066456E66D; Thu, 27 Apr 2017 14:35:15 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk0-f195.google.com (mail-qk0-f195.google.com [209.85.220.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 482F86E66D for ; Thu, 27 Apr 2017 14:35:13 +0000 (UTC) Received: by mail-qk0-f195.google.com with SMTP id u75so4988073qka.1 for ; Thu, 27 Apr 2017 07:35:13 -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; bh=XKUZJ/5L8nX4maHnGc6TWK7b3m+fLYujhVXW0PiLY9s=; b=KvRRcZHI5aEwYscwiAsxlbHMVrEPJA7MtiO/Dn4HQzwetLafYGP1pyrcbC4mgiCmr4 6Dc5RXvP4Tam8J5tYdikvuUoVCoTPb6Yvfg1BrcHhiDCwBikySJgW4dUh53S6/aqfDdh 4BnB33K0HZn8ioZ125G25j8qIg3sJSUC05KqXO4D0J6RGkcCZIgqEx0+AKcEnlikUmO1 JYKZ+LpD04f09avAeAR0O5CM7N4wo+jrZMZeeGoQ0gayYvMJj5SnHYK/92LMoAiT503p GJGRy7YYhaFWkou+iydqw2wXNzheYONXyP0v71IHzDwFfZjpuIwbgbyT6J3qWnQuvP3V aVFw== X-Gm-Message-State: AN3rC/5i0/coYTlNScc9msMPtw7zAe0FrOZgIPwlphpwinxeyAJlm/S4 D21/SHHmoZ1nlw== X-Received: by 10.55.94.1 with SMTP id s1mr5068480qkb.83.1493303712406; Thu, 27 Apr 2017 07:35:12 -0700 (PDT) Received: from localhost.localdomain (200-153-216-19.dsl.telesp.net.br. [200.153.216.19]) by smtp.gmail.com with ESMTPSA id t1sm1744100qte.67.2017.04.27.07.35.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Apr 2017 07:35:11 -0700 (PDT) From: Gustavo Padovan To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/atomic: fix doc to use new name for commit types Date: Thu, 27 Apr 2017 11:35:06 -0300 Message-Id: <20170427143506.32650-1-gustavo@padovan.org> X-Mailer: git-send-email 2.9.3 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 Use "non-blocking" and "blocking" instead of old names. Signed-off-by: Gustavo Padovan Reviewed-by: Daniel Vetter --- drivers/gpu/drm/drm_atomic_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c index cfeda5f..5a3c9c0 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c @@ -1070,8 +1070,8 @@ EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_enables); * * Note that @pre_swap is needed since the point where we block for fences moves * around depending upon whether an atomic commit is blocking or - * non-blocking. For async commit all waiting needs to happen after - * drm_atomic_helper_swap_state() is called, but for synchronous commits we want + * non-blocking. For non-blocking commit all waiting needs to happen after + * drm_atomic_helper_swap_state() is called, but for blocking commits we want * to wait **before** we do anything that can't be easily rolled back. That is * before we call drm_atomic_helper_swap_state(). *