summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_migrate_doc.h
diff options
context:
space:
mode:
authorNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>2023-03-06 16:34:59 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:29:44 +0300
commitb99cb6216bdf350e2d94c547c27f063b4434ae5d (patch)
tree7c1115565482992306c7260fc894d8e7a10b0492 /drivers/gpu/drm/xe/xe_migrate_doc.h
parent907a319c8c8e125224b088f91f468f549f1e1da7 (diff)
downloadlinux-b99cb6216bdf350e2d94c547c27f063b4434ae5d.tar.xz
drm/xe/migrate: Fix number of PT structs in docbook
Update xe_migrate_doc.h with 32 page table structs (not 48) v2: minor typo fix Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20230306133459.7803-1-niranjana.vishwanathapura@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_migrate_doc.h')
-rw-r--r--drivers/gpu/drm/xe/xe_migrate_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_migrate_doc.h b/drivers/gpu/drm/xe/xe_migrate_doc.h
index 6a68fdff08dc..63c7d67b5b62 100644
--- a/drivers/gpu/drm/xe/xe_migrate_doc.h
+++ b/drivers/gpu/drm/xe/xe_migrate_doc.h
@@ -21,7 +21,7 @@
* table BOs for updates, and identity map the entire device's VRAM with 1 GB
* pages.
*
- * Currently the page structure consists of 48 phyiscal pages with 16 being
+ * Currently the page structure consists of 32 physical pages with 16 being
* reserved for BO mapping during copies and clear, 1 reserved for kernel binds,
* several pages are needed to setup the identity mappings (exact number based
* on how many bits of address space the device has), and the rest are reserved