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 3BDB3F01826 for ; Fri, 6 Mar 2026 10:53:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7822510ECE5; Fri, 6 Mar 2026 10:53:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Cmx2wNdU"; 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 8A04710ECE5; Fri, 6 Mar 2026 10:53:51 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 709EF40029; Fri, 6 Mar 2026 10:53:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB8CCC4CEF7; Fri, 6 Mar 2026 10:53:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772794431; bh=nhRdYKoFVBLMIadM+f8eRD+secw/nGDbxBmsZFHV2p0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Cmx2wNdU+sGEBl+ZXlVU6V8ecY6bi4DkR+La67GrIIXRv3aQgkJMvap02ORqe6Xbi rnx/GjKaBsJnJ71Z93zSBoG0cNFX1u3vJvMqWAVjx9wiL5urzKN0+LCci3IVqYI8Ys 5wqgHhksmDswoYIee9eiwSTddQLaPo4gDkniy9bVSNH8P28f7ArMiXH1g7jAHr0ju9 h+pmB5jEaYmu3Ny5QcTYBj5XXov72ZO0TNzXRiCQva7MFBU9LtgaLnJrKJ+CNEm/lY ahULAbTEYBN0ZH10RmqISSHVyRl9sdDv6v/PG04UyHjnETtdW+ssXNTneOOt6kjyWD nX+c4vVXFpsug== Message-ID: Date: Fri, 6 Mar 2026 11:53:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v10 00/10] gpu: nova-core: add Turing support To: Alexandre Courbot Cc: Alice Ryhl , David Airlie , Simona Vetter , John Hubbard , Alistair Popple , Joel Fernandes , Timur Tabi , Edwin Peer , Eliot Courtney , nouveau@lists.freedesktop.org, rust-for-linux@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20260301-turing_prep-v10-0-dde5ee437c60@nvidia.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20260301-turing_prep-v10-0-dde5ee437c60@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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" > Alexandre Courbot (8): > gpu: nova-core: create falcon firmware DMA objects lazily It would be nice to add a TODO that this should be followed up once we have dma::CoherentInit (which I will most likely just name dma::CoherentBox instead). > gpu: nova-core: falcon: add constant for memory block alignment > gpu: nova-core: falcon: rename load parameters to reflect DMA dependency > gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable > gpu: nova-core: falcon: remove unwarranted safety check in dma_load > gpu: nova-core: move brom_params and boot_addr to FalconFirmware > gpu: nova-core: make Chipset::arch() const > gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder > > Timur Tabi (2): > gpu: nova-core: add PIO support for loading firmware images > gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing Acked-by: Danilo Krummrich