From patchwork Mon Jul 31 11:17:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9871603 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 554F5602F0 for ; Mon, 31 Jul 2017 11:17:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 412F728562 for ; Mon, 31 Jul 2017 11:17:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35E912858F; Mon, 31 Jul 2017 11:17:48 +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=-2.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_WEB, T_DKIM_INVALID 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 E723328562 for ; Mon, 31 Jul 2017 11:17:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F3C6A6E5EE; Mon, 31 Jul 2017 11:17:44 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id BF1866E5EE for ; Mon, 31 Jul 2017 11:17:43 +0000 (UTC) Received: by mail-wm0-x243.google.com with SMTP id t138so16339064wmt.4 for ; Mon, 31 Jul 2017 04:17:43 -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; bh=aKver3RBF5N3s6EvZVW0drloS+P+1Wrrq+fNDNljj8k=; b=PyWpwqvZwMhEGg4UZq82MKXmux8sxs/icWaX1APc8BjIip3LjeWzaQVOKpv3TaykXJ YdKWzjeckHZCnTD0iviLOwga5ltv7VMmFNifQa6kFlaALM5zzgYmROf6+N/04XU6ra03 3tU+HRXJuDHmFu9E5/yo/1BLYkLQl0+8TrumY= 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=aKver3RBF5N3s6EvZVW0drloS+P+1Wrrq+fNDNljj8k=; b=AJmrZV3eUKhrjYL9ekQHamVaFcIBSGBH/rDm89hH9m2opC3KRLpy/OjZYmSV1l8vMm NsC0Fcndq5acTDrvD3ZkXrnHQlv465nCZ2IlWUs/SzTeIMufhGqpzk2O8yDxPlvvPMNa Sre4zwLPbJvH9DX2GqmfOlQpHv48UKcJfczxEQHjfZrioSyBuv7g310ZGv8eWXfwZ+JD yHeRjyOdrbR1QnR1OIimnt5ev62FTuE+WKRF1T+ZJgIX9P+ZumuZ0367HwrpmsduQdxX tT0t0KYxyxi76EP1mb35MfLVL3MP8a77P1BAPjw1k0mD6zjRGsn3O/BD0rhydUh7VAfF LRoQ== X-Gm-Message-State: AIVw111CFwBh08CAUS575tngYSiw8JubbLVNDe75Gd85WbN8/HvuF8TC z5/AwK5iH7u3jGLlnbYgdA== X-Received: by 10.80.205.147 with SMTP id p19mr4942339edi.59.1501499862262; Mon, 31 Jul 2017 04:17:42 -0700 (PDT) Received: from dvetter-linux.ger.corp.intel.com ([194.230.159.118]) by smtp.gmail.com with ESMTPSA id t3sm6782889edd.9.2017.07.31.04.17.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Jul 2017 04:17:41 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH] drm: Fix kerneldoc for atomic_async_update Date: Mon, 31 Jul 2017 13:17:33 +0200 Message-Id: <20170731111733.10507-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.9.4 Cc: Daniel Vetter , Daniel Vetter , 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 The enumeration of FIXMEs wasn't indented properly. Fixes: fef9df8b5945 ("drm/atomic: initial support for asynchronous plane update") Cc: Gustavo Padovan Signed-off-by: Daniel Vetter Reviewed-by: Gustavo Padovan --- include/drm/drm_modeset_helper_vtables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index 06569845708c..810c2aae9d81 100644 --- a/include/drm/drm_modeset_helper_vtables.h +++ b/include/drm/drm_modeset_helper_vtables.h @@ -1179,9 +1179,9 @@ struct drm_plane_helper_funcs { * - It only works for single plane updates * - Async Pageflips are not supported yet * - Some hw might still scan out the old buffer until the next - * vblank, however we let go of the fb references as soon as - * we run this hook. For now drivers must implement their own workers - * for deferring if needed, until a common solution is created. + * vblank, however we let go of the fb references as soon as + * we run this hook. For now drivers must implement their own workers + * for deferring if needed, until a common solution is created. */ void (*atomic_async_update)(struct drm_plane *plane, struct drm_plane_state *new_state);