Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/gpu: Add PRT, PTE, PDE to amdgpu glossary (v2)

PRT = Partially Resident Texture (aka. sparse residency)
PTE = Page Table Entry
PDE = Page Directory Entry

v2:
- Add PDE

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Timur Kristóf and committed by
Alex Deucher
c0d4cc90 591689cc

+9
+9
Documentation/gpu/amdgpu/amdgpu-glossary.rst
··· 143 143 PA 144 144 Primitive Assembler / Physical Address 145 145 146 + PDE 147 + Page Directory Entry 148 + 146 149 PFP 147 150 Pre-Fetch Parser (Graphics) 148 151 149 152 PPLib 150 153 PowerPlay Library - PowerPlay is the power management component. 151 154 155 + PRT 156 + Partially Resident Texture (also known as sparse residency) 157 + 152 158 PSP 153 159 Platform Security Processor 160 + 161 + PTE 162 + Page Table Entry 154 163 155 164 RB 156 165 Render Backends. Some people called it ROPs.