From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0BF4036197A; Sun, 6 Sep 2026 15:29:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788708598; cv=none; b=S1KocyS8xBqKJTUsJ5/EERFPLzE21P7Y8K9vFRIOxWP+3bybsB6E/egYapTndzRTm3j1O38HrX2mY07UcmlPuRibaDqxhJwZJkjxQ6BarMm/CWRr52HDeAf+qIttRDqmo6zhbzevAXYVsMmDjzV3tKsQfNzMzhigKaZuTWBpzXg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788708598; c=relaxed/simple; bh=gah3LWhyAohF0YeuxU7S8XdDHZWVXzaDJ1s/m9zcaEg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=OTk25Q80v5FS9TCL3yaen3flgLwaqKI7cTdzihW0OPRhGA5kQEQEb6fIQtNVTVAgv14aSLMCHxrr7IZ543skIAPq8BSc+JGYb7pSghYZYaBlyAxyAARrtRsrmMc7BaxSNkDHhrU8ox8eI/P3f9WQ7rUrn0T6B6gSAttWWqNqisc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PpEphqRK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PpEphqRK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1067D1F00A3A; Sun, 6 Sep 2026 15:29:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788708596; bh=hudtMkuumyJji663PnsRBqg8gRdSXAGMJC9a29y8rUk=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=PpEphqRKwcJ2ak+MGNqjolZAF+7z/VgT+H/kuWorS35rGTgpLe/CetcOz+y+gxEQH 0CA+oHhUmBbgJ79zkhSpUHORS6/pAwB7Uo0zvcZQRYoj10OWYV0gdUi3NVq0J7qesN 3+p7TeCkHDS7te1PT4gYVoqaiMtnv09IBUDLeL8QAAClqf8iWZ9HA9sn5pWqaYdHoM ecTto1o7uvZgKyQsLC2w30s8H0+rIPakGuNUACsU16Kh+cugBEfzpHTA9lrTE6rg3Y 0KzmweDTnZM6mQX2JCmWJfKXy3MLQs5VWMhiRWNn9b8i5JjLM66ZvaboD+hVmmgQ4M ohCwbCaFu9JXQ== Message-ID: Date: Sun, 6 Sep 2026 17:29:49 +0200 Precedence: bulk X-Mailing-List: nova-gpu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 00/10] gpu: nova-core: add PRAMIN window support To: Eliot Courtney Cc: Alexandre Courbot , Yury Norov , Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Daniel Almeida , Tamir Duberstein , =?UTF-8?Q?Onur_=C3=96zkan?= , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet , Shuah Khan , John Hubbard , Alistair Popple , Timur Tabi , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, nova-gpu@lists.linux.dev, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, Joel Fernandes References: <20260827-pramin-split-v3-0-24b24d7afc52@nvidia.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20260827-pramin-split-v3-0-24b24d7afc52@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 8/27/26 10:51 AM, Eliot Courtney wrote: > Eliot Courtney (3): > gpu: nova-core: mm: Implement Alignable and Debug for VramAddress > gpu: nova-core: mm: Add the memory management HAL > gpu: nova-core: Add self-test assertion macros and config option > > Gary Guo (1): > rust: io: add static `cast()` method for views > > Joel Fernandes (6): > gpu: nova-core: mm: Add VramAddress type > gpu: nova-core: mm: Add PRAMIN window registers > gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM > docs: gpu: nova-core: Document the PRAMIN aperture mechanism > gpu: nova-core: mm: Add GpuMm centralized memory manager > gpu: nova-core: mm: Add PRAMIN aperture self-tests Acked-by: Danilo Krummrich