Commit 1ef151d7 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Rodrigo Vivi
Browse files

drm/xe: Add documentation for mem_type



mem_type field was added in commit d8b52a02 ("drm/xe: Implement
stolen memory.") to designate the TTM memory type for that mgr. Add
kernel-doc with its description.

Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent 2c387882
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ struct xe_ttm_vram_mgr {
	u64 default_page_size;
	/** @lock: protects allocations of VRAM */
	struct mutex lock;

	/** @mem_type: The TTM memory type */
	u32 mem_type;
};