Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/
H A Damdgpu_smu.c893 struct smu_table *memory_pool = &smu_table->memory_pool; in smu_alloc_memory_pool() local
900 memory_pool->size = pool_size; in smu_alloc_memory_pool()
901 memory_pool->align = PAGE_SIZE; in smu_alloc_memory_pool()
902 memory_pool->domain = AMDGPU_GEM_DOMAIN_GTT; in smu_alloc_memory_pool()
910 memory_pool->size, in smu_alloc_memory_pool()
911 memory_pool->align, in smu_alloc_memory_pool()
912 memory_pool->domain, in smu_alloc_memory_pool()
913 &memory_pool->bo, in smu_alloc_memory_pool()
914 &memory_pool in smu_alloc_memory_pool()
929 struct smu_table *memory_pool = &smu_table->memory_pool; smu_free_memory_pool() local
3105 struct smu_table *memory_pool = &smu_table->memory_pool; smu_get_prv_buffer_details() local
[all...]
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c630 struct smu_table *memory_pool = &smu_table->memory_pool; in smu_v11_0_notify_memory_pool_location() local
635 if (memory_pool->size == 0 || memory_pool->cpu_addr == NULL) in smu_v11_0_notify_memory_pool_location()
638 address = (uintptr_t)memory_pool->cpu_addr; in smu_v11_0_notify_memory_pool_location()
655 address = memory_pool->mc_address; in smu_v11_0_notify_memory_pool_location()
668 (uint32_t)memory_pool->size, NULL); in smu_v11_0_notify_memory_pool_location()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c685 struct smu_table *memory_pool = &smu_table->memory_pool; in smu_v13_0_notify_memory_pool_location() local
690 if (memory_pool->size == 0 || memory_pool->cpu_addr == NULL) in smu_v13_0_notify_memory_pool_location()
693 address = memory_pool->mc_address; in smu_v13_0_notify_memory_pool_location()
706 (uint32_t)memory_pool->size, NULL); in smu_v13_0_notify_memory_pool_location()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h348 struct smu_table memory_pool; member