diff options
| author | Matthew Auld <matthew.auld@intel.com> | 2023-03-08 12:30:08 +0000 |
|---|---|---|
| committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-19 18:29:45 -0500 |
| commit | 2a8477f7614a62b41b034e3eaf017d41e8a58ce9 (patch) | |
| tree | 12a231e189347f8dc3f43663e9b29fbd6a867016 /drivers/gpu/drm/xe/Kconfig.debug | |
| parent | 39fd0b4507c3ba86ef04827208dd3aa85d2d796e (diff) | |
drm/xe: s/lmem/vram/
This seems to be the preferred nomenclature in xe. Currently we are
intermixing vram and lmem, which is confusing.
v2 (Gwan-gyeong Mun & Lucas):
- Rather apply to the entire driver
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/Kconfig.debug')
| -rw-r--r-- | drivers/gpu/drm/xe/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/Kconfig.debug b/drivers/gpu/drm/xe/Kconfig.debug index 565be3f6b9b9..93b284cdd0a2 100644 --- a/drivers/gpu/drm/xe/Kconfig.debug +++ b/drivers/gpu/drm/xe/Kconfig.debug @@ -41,7 +41,7 @@ config DRM_XE_DEBUG_VM If in doubt, say "N". config DRM_XE_DEBUG_MEM - bool "Enable passing SYS/LMEM addresses to user space" + bool "Enable passing SYS/VRAM addresses to user space" default n help Pass object location trough uapi. Intended for extended |
