Home
last modified time | relevance | path

Searched refs:memory_carved (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c410 uint32_t memory_carved; in carveout_options_show() local
417 memory_carved = uma_info->entries[i].memory_carved_mb; in carveout_options_show()
418 if (memory_carved >= SZ_1G/SZ_1M) { in carveout_options_show()
422 memory_carved >> 10); in carveout_options_show()
427 memory_carved); in carveout_options_show()