From: Alessio Belle <Alessio.Belle@imgtec.com>
To: Luigi Santivetti <Luigi.Santivetti@imgtec.com>
Cc: Robert Mazur <Robert.Mazur@imgtec.com>,
"tzimmermann@suse.de" <tzimmermann@suse.de>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Frank Binns <Frank.Binns@imgtec.com>,
"maarten.lankhorst@linux.intel.com"
<maarten.lankhorst@linux.intel.com>,
Brajesh Gupta <Brajesh.Gupta@imgtec.com>,
Alexandru Dadu <Alexandru.Dadu@imgtec.com>,
"mripard@kernel.org" <mripard@kernel.org>
Subject: Re: [PATCH 2/3] drm/imagination: Update Rogue heap comments
Date: Tue, 4 Aug 2026 13:56:55 +0000 [thread overview]
Message-ID: <c8e652bbff40fb4e16b6174ede809aeccad23f79.camel@imgtec.com> (raw)
In-Reply-To: <20260803-staging-pvr-docs-fixes-v1-2-0d014c7b2671@imgtec.com>
On Mon, 2026-08-03 at 11:22 +0100, Luigi Santivetti wrote:
> From: Alexandru Dadu <alexandru.dadu@imgtec.com>
>
> Update Rogue heap memory comments to fix typos.
>
> Signed-off-by: Alexandru Dadu <alexandru.dadu@imgtec.com>
> Signed-off-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Thanks,
Alessio
> ---
> drivers/gpu/drm/imagination/pvr_rogue_heap_config.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/imagination/pvr_rogue_heap_config.h b/drivers/gpu/drm/imagination/pvr_rogue_heap_config.h
> index 684766006703..5c33b342dda5 100644
> --- a/drivers/gpu/drm/imagination/pvr_rogue_heap_config.h
> +++ b/drivers/gpu/drm/imagination/pvr_rogue_heap_config.h
> @@ -33,12 +33,12 @@
> /* 0 MiB to 4 MiB, size of 4 MiB : RESERVED */
>
> /* 0x00_0040_0000 - 0x7F_FFC0_0000 **/
> -/* 4 MiB to 512 GiB, size of 512 GiB less 4 MiB : RESERVED **/
> +/* 4 MiB to 512 GiB, size of 512 GiB less 4 MiB : RESERVED */
>
> /* 0x80_0000_0000 ************************************************************/
>
> /* 0x80_0000_0000 - 0x9F_FFFF_FFFF **/
> -/* 512 GiB to 640 GiB, size of 128 GiB : GENERAL_HEAP **/
> +/* 512 GiB to 640 GiB, size of 128 GiB : GENERAL_HEAP */
> #define ROGUE_GENERAL_HEAP_BASE 0x8000000000ull
> #define ROGUE_GENERAL_HEAP_SIZE SZ_128G
>
> @@ -62,7 +62,7 @@
> #define ROGUE_PDSCODEDATA_HEAP_SIZE SZ_4G
>
> /* 0xDB_0000_0000 - 0xDB_FFFF_FFFF */
> -/* 876 GiB to 880 GiB, size of 256 MiB (reserved 4GiB) : BRN **/
> +/* 876 GiB to 880 GiB, size of 256 MiB (reserved 4GiB) : BRN */
> /*
> * The BRN63142 quirk workaround requires Region Header memory to be at the top
> * of a 16GiB aligned range. This is so when masked with 0x03FFFFFFFF the
> @@ -82,7 +82,7 @@
> /* 0xE1_0000_0000 - 0xE1_BFFF_FFFF */
> /* 900 GiB to 903 GiB, size of 3 GiB : RESERVED */
>
> -/* 0xE1_C000_000 - 0xE1_FFFF_FFFF */
> +/* 0xE1_C000_0000 - 0xE1_FFFF_FFFF */
> /* 903 GiB to 904 GiB, reserved 1 GiB, : FIRMWARE_HEAP */
> #define ROGUE_FW_HEAP_BASE 0xE1C0000000ull
>
> @@ -90,7 +90,7 @@
> /* 904 GiB to 912 GiB, size of 8 GiB : FREE */
>
> /* 0xE4_0000_0000 - 0xE7_FFFF_FFFF */
> -/* 912 GiB to 968 GiB, size of 16 GiB : TRANSFER_FRAG */
> +/* 912 GiB to 928 GiB, size of 16 GiB : TRANSFER_FRAG */
> #define ROGUE_TRANSFER_FRAG_HEAP_BASE 0xE400000000ull
> #define ROGUE_TRANSFER_FRAG_HEAP_SIZE SZ_16G
>
>
next prev parent reply other threads:[~2026-08-04 13:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-03 10:22 [PATCH 0/3] drm/imagination: small series of fixes for the pvr documentation Luigi Santivetti
2026-08-03 10:22 ` [PATCH 1/3] drm/imagination: fixup some docs in pvr_gem.h Luigi Santivetti
2026-08-04 14:02 ` Alessio Belle
2026-08-03 10:22 ` [PATCH 2/3] drm/imagination: Update Rogue heap comments Luigi Santivetti
2026-08-04 13:56 ` Alessio Belle [this message]
2026-08-03 10:22 ` [PATCH 3/3] drm/imagination: Fix repeated typo in KCCB documentation Luigi Santivetti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c8e652bbff40fb4e16b6174ede809aeccad23f79.camel@imgtec.com \
--to=alessio.belle@imgtec.com \
--cc=Alexandru.Dadu@imgtec.com \
--cc=Brajesh.Gupta@imgtec.com \
--cc=Frank.Binns@imgtec.com \
--cc=Luigi.Santivetti@imgtec.com \
--cc=Robert.Mazur@imgtec.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox