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

drm/xe: one more s/lmem/vram/

Looks to have been introduced in some very recent changes, in-between
merging the driver wide s/lmem/vram/.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

authored by

Matthew Auld and committed by
Rodrigo Vivi
ddad061e 11823d48

+2 -2
+2 -2
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
··· 90 90 91 91 /* 92 92 * There may be few KB of platform dependent reserved memory at the end 93 - * of lmem which is not part of the DSM. Such reserved memory portion is 93 + * of vram which is not part of the DSM. Such reserved memory portion is 94 94 * always less then DSM granularity so align down the stolen_size to DSM 95 - * granularity to accommodate such reserve lmem portion. 95 + * granularity to accommodate such reserve vram portion. 96 96 */ 97 97 return ALIGN_DOWN(stolen_size, SZ_1M); 98 98 }