Lines Matching refs:mman
625 adev->mman.stolen_reserved_offset = 0; in amdgpu_gmc_get_vbios_allocations()
626 adev->mman.stolen_reserved_size = 0; in amdgpu_gmc_get_vbios_allocations()
638 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
644 adev->mman.stolen_reserved_offset = 0x500000; in amdgpu_gmc_get_vbios_allocations()
645 adev->mman.stolen_reserved_size = 0x200000; in amdgpu_gmc_get_vbios_allocations()
651 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
655 adev->mman.stolen_reserved_offset = 0x1ffb0000; in amdgpu_gmc_get_vbios_allocations()
656 adev->mman.stolen_reserved_size = 64 * PAGE_SIZE; in amdgpu_gmc_get_vbios_allocations()
660 adev->mman.keep_stolen_vga_memory = false; in amdgpu_gmc_get_vbios_allocations()
670 if (adev->mman.keep_stolen_vga_memory) in amdgpu_gmc_get_vbios_allocations()
679 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
680 adev->mman.stolen_extended_size = size - adev->mman.stolen_vga_size; in amdgpu_gmc_get_vbios_allocations()
682 adev->mman.stolen_vga_size = size; in amdgpu_gmc_get_vbios_allocations()
683 adev->mman.stolen_extended_size = 0; in amdgpu_gmc_get_vbios_allocations()