mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-20 22:45:19 -04:00
drm/xe: Add documentation for mem_type
mem_type field was added in commit d8b52a02cb ("drm/xe: Implement
stolen memory.") to designate the TTM memory type for that mgr. Add
kernel-doc with its description.
Signed-off-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>
This commit is contained in:
committed by
Rodrigo Vivi
parent
2c3878820b
commit
1ef151d7aa
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user