Searched refs:phys_ram_gb (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c2118 unsigned int phys_ram_gb; local
2137 phys_ram_gb = ((uint64_t)si.totalram * si.mem_unit +
2140 phys_ram_gb = ((uint64_t)ptoa(physmem) +
2144 min(max(phys_ram_gb * 3, min_vm_size), max_size));

Completed in 118 milliseconds