drm/xe: one more s/lmem/vram/
authorMatthew Auld <matthew.auld@intel.com>
Tue, 14 Mar 2023 08:58:37 +0000 (08:58 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:47 +0000 (18:29 -0500)
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>
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c

index 1116e217ebc29a73279849a21a08b9da903aa1ca..27cc31f022a5a845e37b3ece2665624199e818ca 100644 (file)
@@ -90,9 +90,9 @@ static s64 detect_bar2_dgfx(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr)
 
        /*
         * There may be few KB of platform dependent reserved memory at the end
-        * of lmem which is not part of the DSM. Such reserved memory portion is
+        * of vram which is not part of the DSM. Such reserved memory portion is
         * always less then DSM granularity so align down the stolen_size to DSM
-        * granularity to accommodate such reserve lmem portion.
+        * granularity to accommodate such reserve vram portion.
         */
        return ALIGN_DOWN(stolen_size, SZ_1M);
 }