drm/ttm: Add interface to export kernel_zone max memory size in ttm
Signed-off-by: Ken Wang <Qingqing.Wang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -600,3 +600,9 @@ size_t ttm_round_pot(size_t size)
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(ttm_round_pot);
|
||||
|
||||
uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob)
|
||||
{
|
||||
return glob->zone_kernel->max_mem;
|
||||
}
|
||||
EXPORT_SYMBOL(ttm_get_kernel_zone_memory_size);
|
||||
|
Reference in New Issue
Block a user