From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9FBF0D3B7E2 for ; Mon, 8 Dec 2025 11:25:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7xNh2IrUQfFXer4apy1LW0wPRCYKX8Op57bOTtZRB8k=; b=ZVzsoZrLL3FzVSi1tKHcccokZQ DaExsOY4bx+DjKmlB44ExpGBnidgLKGPwoCfbU1UIx96hYmHbl0TTDSr4bXTKDMfUrmSZ5ReiyQeZ 3iHJMcav4EnBpbQoVCQXG+R/wxeJvHM8OUyzauUAZp22NLjkmVq8Zk+NOcWnTgSMY9oVnT7iCLu3L B8uNXeg+G2+ekSk11AAMq0f8QMVt55HLlRL3+Sn8jqnUfF6OnevB3LXlhLkgau8G7UaaRu0HU7wr+ 6zU8vjmpyzAiuRXk6S8EGWOU9VoHQdfT3m6Psw1eRiCwHCtdOoiryXJZfZgXahh/XpVuKL2w6Kmdc 0hiyrskw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vSZMW-0000000D0QC-27lv; Mon, 08 Dec 2025 11:25:04 +0000 Received: from out-186.mta0.migadu.com ([91.218.175.186]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vSZMT-0000000D0OU-0HJ3; Mon, 08 Dec 2025 11:25:02 +0000 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1765193098; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7xNh2IrUQfFXer4apy1LW0wPRCYKX8Op57bOTtZRB8k=; b=K+3Q+f4wXwHAnSqWeD8Zht4KMjLopVIgM4PK7rSR+Hinpl7RTbJvRrBBabkCUQhDD5x4/Z 4pxwRlrEFBvcM1zNBGsUvfNVpd7O/Mm7AzAfbDuNH34KRj5DegQWb91SVsBmiqKd8im331 NeOxbkTG/SqtW2oGCbu4kfXm6n1R7Mo= Date: Mon, 8 Dec 2025 11:24:51 +0000 MIME-Version: 1.0 Subject: Re: [PATCH 3/4] drm/atomic-helper: Export and namespace some functions To: Tomi Valkeinen , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Dmitry Baryshkov , Chun-Kuang Hu , Philipp Zabel , Matthias Brugger , AngeloGioacchino Del Regno , Jyri Sarha Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Marek Szyprowski , Louis-Alexis Eyraud , Linus Walleij , Chaoyi Chen , Vicente Bergas , Marek Vasut , stable@vger.kernel.org References: <20251205-drm-seq-fix-v1-0-fda68fa1b3de@ideasonboard.com> <20251205-drm-seq-fix-v1-3-fda68fa1b3de@ideasonboard.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Aradhya Bhatia In-Reply-To: <20251205-drm-seq-fix-v1-3-fda68fa1b3de@ideasonboard.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251208_032501_436017_8BE93249 X-CRM114-Status: UNSURE ( 8.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 05/12/2025 09:51, Tomi Valkeinen wrote: > From: Linus Walleij > > Export and namespace those not prefixed with drm_* so > it becomes possible to write custom commit tail functions > in individual drivers using the helper infrastructure. > > Tested-by: Marek Vasut > Reviewed-by: Maxime Ripard > Signed-off-by: Linus Walleij > [Tomi: Resolved conflicts, fixed indentation] > Signed-off-by: Tomi Valkeinen > Cc: stable@vger.kernel.org # v6.17+ > --- > drivers/gpu/drm/drm_atomic_helper.c | 122 +++++++++++++++++++++++++++++------- > include/drm/drm_atomic_helper.h | 22 +++++++ > 2 files changed, 121 insertions(+), 23 deletions(-) > Reviewed-by: Aradhya Bhatia