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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 574A7EE2081 for ; Fri, 6 Feb 2026 10:07:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7784010E6BE; Fri, 6 Feb 2026 10:07:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="QCU/vuEh"; dkim-atps=neutral Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 961A610E6B9 for ; Fri, 6 Feb 2026 10:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1770372466; bh=9fuBPc9bEbfZELGhdzbq1jFtq+pJY6BEhn2yGGEDIqQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QCU/vuEhbGeqeSOEJFUbbfQ1ZstU0JYv3y5ZtuLxv0k/DgUWSBW4+xdDgR6BUBTcZ lHX7rXNseGQJoCMR8R/rPpQpiHH6B/V0/6/hZ9ewN/SaAauuuAdJ3kqcbLqepdrkbm /+tHtbIaBMDLWamHQPyuSOJzxX9SV4i3B02x1WSjRQ8W7/n5CBkQnhuPyiBBYJm3PO XYhmc70gS2kTTGi5tQaEz9gjaZnnyOFPmvJwNIfvsC5bdKIvg7qRYLniCe2CXmFa0N saQe+hexMwFxmB+ZqQ3BZ6qN7ylAhFt3Gzn5sC3E5aJkt5RndYdIxCHI51yibv0Cuk 5Stgn3C3MB3RQ== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 930AF17E1502; Fri, 6 Feb 2026 11:07:45 +0100 (CET) Message-ID: <8d043341-9099-47b2-a1fe-538502e40f99@collabora.com> Date: Fri, 6 Feb 2026 11:07:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 01/11] drm/mediatek: Introduce DDP plane_colorops_init() hook To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Chun-Kuang Hu , Philipp Zabel , Matthias Brugger Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, daniels@collabora.com, ariel.dalessandro@collabora.com, kernel@collabora.com References: <20251223-mtk-ovl-pre-blend-colorops-v1-0-0cb99bd0ab33@collabora.com> <20251223-mtk-ovl-pre-blend-colorops-v1-1-0cb99bd0ab33@collabora.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20251223-mtk-ovl-pre-blend-colorops-v1-1-0cb99bd0ab33@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 23/12/25 20:44, NĂ­colas F. R. A. Prado ha scritto: > Introduce a plane_colorops_init() hook to allow DDP components to define > how to initialize the color pipeline on their planes. > > Signed-off-by: NĂ­colas F. R. A. Prado Just a nit for the commit description. In preparation for adding support for per-plane color pipelines, introduce a new plane_colorops_init() hook to allow [...etc] Otherwise, Reviewed-by: AngeloGioacchino Del Regno