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 7B2F7CD6E57 for ; Tue, 2 Jun 2026 15:03:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D701B10F20A; Tue, 2 Jun 2026 15:03:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Qnjl7o3c"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5287C10F20A for ; Tue, 2 Jun 2026 15:03:50 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 2C62841AD4; Tue, 2 Jun 2026 15:03:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99F761F00893; Tue, 2 Jun 2026 15:03:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780412630; bh=8xQkRJaNuQBvap9IdHj5s58Pi1Gs8jwPfEySsq40tGo=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=Qnjl7o3cUe6I8eHXYPjAtQLRZpFKinpSSuzG2bGoLcGg+i1l/S+wbF2mnNIAQVeGq +e5h3NYDJLN8SKD7RL2q4j14sbuBK/vTw3ZWZG/JYhuODWC34f+dYbxCZoYEkWxqvI RKCG24HJfGOKauB/7unfdk0j8N7sl5SWagfh5YFfX3cTRAO5cfZRvdvUzGsZ+neUCw LaOXgDi16JbY1VnNttkl6GqT3+0O96cJTDkzkyGfHUy8ld3J+neJ1fJVy+esjgdnbh soBl8ZOeTcVhYnbH3V8pLKQ6/zI0wk1K6b1r6ThttHSrERV7z3yMlq8jzbLVgHyc8g 8NbfiiIAqcmSg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 02 Jun 2026 17:03:45 +0200 Message-Id: Subject: Re: [PATCH v2 0/6] Rework index projection syntax Cc: "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Abdiel Janulgue" , "Daniel Almeida" , "Robin Murphy" , "Alexandre Courbot" , "David Airlie" , "Simona Vetter" , , , , , To: "Gary Guo" From: "Danilo Krummrich" References: <20260602-projection-syntax-rework-v2-0-6989470f5440@garyguo.net> In-Reply-To: <20260602-projection-syntax-rework-v2-0-6989470f5440@garyguo.net> 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" On Tue Jun 2, 2026 at 4:17 PM CEST, Gary Guo wrote: > Danilo, we previously discussed merging this series with I/O projection f= or > patch logistics. However, I'll need more time for next version of I/O > projection (implementing view types that have original container type > erased) which won't make it this cycle. This new version for projection > syntax rework is minor changes only comparde to v1, so I think it's worth > sending out so it can still land this cycle and get out of the way. [...] > base-commit: 46def663dd34da36464ba059f7cfeacf29d98e5e Agreed, as discussed; and in this case I think this can go through rust-nex= t. Acked-by: Danilo Krummrich