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 611D5CFD2F6 for ; Thu, 27 Nov 2025 08:36:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F39E810E7A5; Thu, 27 Nov 2025 08:36:47 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="01casfL1"; dkim-atps=neutral Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4CBB410E7A5 for ; Thu, 27 Nov 2025 08:36:46 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id C81EB4E41916; Thu, 27 Nov 2025 08:36:44 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 7A7FD6068C; Thu, 27 Nov 2025 08:36:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0CADF102F1A6A; Thu, 27 Nov 2025 09:36:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1764232602; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=b3xOwTTOUDBEVDMcXc56YWUd5ad40tIcw7ULyYpDxls=; b=01casfL1a2W9yx0EkESHi/algGcs+34rBTUswcCqehYO9nLqN09EKDaPtEjUnH4VmrN3dM WU41Y5adxT8hwQw9rTqVxvUW7NHhj+K/3LS4tQjOweKDkNFuN33rxlx46eCv505OzSJMYJ Deqktl9aO/y5FobceeyJn1xH+bX5xO7KeTDC4H0AilTbUj4ODU74zRRRBbE1Gl4XeA2Pia x1/EVgPfh5RHKyhLR+YVGFBrRvLbXdZbyyQGrSUkHmFJ6tLpFuPKaoulWQzvXSQjcJodqO EISs/HGUA5kN5JnD+Az2ZdiWonFBaS3O2gEL4FtZ4DrNuzV1FBy/tJEpT9M0XA== Message-ID: Date: Thu, 27 Nov 2025 09:36:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH V13 00/51][FINAL] Color Pipeline API w/ VKMS To: Simon Ser Cc: Harry Wentland , Alex Hung , dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, xaver.hugl@gmail.com, "Deucher, Alexander" , wayland-devel@lists.freedesktop.org, leo.liu@amd.com, ville.syrjala@linux.intel.com, pekka.paalanen@collabora.com, mwen@igalia.com, jadahl@redhat.com, sebastian.wick@redhat.com, shashank.sharma@amd.com, agoins@nvidia.com, joshua@froggi.es, mdaenzer@redhat.com, aleixpol@kde.org, victoria@system76.com, daniel@ffwll.ch, uma.shankar@intel.com, quic_naseer@quicinc.com, quic_cbraga@quicinc.com, quic_abhinavk@quicinc.com, marcan@marcan.st, Liviu.Dudau@arm.com, sashamcintosh@google.com, chaitanya.kumar.borah@intel.com, mcanal@igalia.com, nfraprado@collabora.com, arthurgrillo@riseup.net References: <20251115000237.3561250-1-alex.hung@amd.com> <2270bad3-8634-438a-aa16-2092398e271b@bootlin.com> <6QY5Z1orPMIPt_9Gn1wlXHSZHCPaaFuECJl_lVkAAdMUaBxGELZdG2NTHjg7vRV8MaKa0EU1MO9DOnuI4Pzsjej4GuC10FsnqdaVTvWFWBk=@emersion.fr> From: Louis Chauvet Content-Language: en-US In-Reply-To: <6QY5Z1orPMIPt_9Gn1wlXHSZHCPaaFuECJl_lVkAAdMUaBxGELZdG2NTHjg7vRV8MaKa0EU1MO9DOnuI4Pzsjej4GuC10FsnqdaVTvWFWBk=@emersion.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On 11/26/25 23:38, Simon Ser wrote: > I've cleaned up the checkpatch warnings (mostly whitespace changes) and > pushed the series to drm-misc-next. Thanks everyone! Perfect, thanks ! > Simon