Lines Matching refs:mman
688 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
691 adev->mman.keep_stolen_vga_memory = false; in amdgpu_gmc_get_vbios_allocations()
701 if (adev->mman.keep_stolen_vga_memory) in amdgpu_gmc_get_vbios_allocations()
710 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
711 adev->mman.stolen_extended_size = size - adev->mman.stolen_vga_size; in amdgpu_gmc_get_vbios_allocations()
713 adev->mman.stolen_vga_size = size; in amdgpu_gmc_get_vbios_allocations()
714 adev->mman.stolen_extended_size = 0; in amdgpu_gmc_get_vbios_allocations()
814 adev->mman.stolen_reserved_offset = 0; in amdgpu_gmc_get_reserved_allocation()
815 adev->mman.stolen_reserved_size = 0; in amdgpu_gmc_get_reserved_allocation()
820 adev->mman.stolen_reserved_offset = 0x1ffb0000; in amdgpu_gmc_get_reserved_allocation()
821 adev->mman.stolen_reserved_size = 64 * PAGE_SIZE; in amdgpu_gmc_get_reserved_allocation()