Lines Matching refs:mman
696 adev->mman.stolen_reserved_offset = 0; in amdgpu_gmc_get_vbios_allocations()
697 adev->mman.stolen_reserved_size = 0; in amdgpu_gmc_get_vbios_allocations()
709 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
715 adev->mman.stolen_reserved_offset = 0x500000; in amdgpu_gmc_get_vbios_allocations()
716 adev->mman.stolen_reserved_size = 0x200000; in amdgpu_gmc_get_vbios_allocations()
722 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
726 adev->mman.stolen_reserved_offset = 0x1ffb0000; in amdgpu_gmc_get_vbios_allocations()
727 adev->mman.stolen_reserved_size = 64 * PAGE_SIZE; in amdgpu_gmc_get_vbios_allocations()
731 adev->mman.keep_stolen_vga_memory = false; in amdgpu_gmc_get_vbios_allocations()
741 if (adev->mman.keep_stolen_vga_memory) in amdgpu_gmc_get_vbios_allocations()
750 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
751 adev->mman.stolen_extended_size = size - adev->mman.stolen_vga_size; in amdgpu_gmc_get_vbios_allocations()
753 adev->mman.stolen_vga_size = size; in amdgpu_gmc_get_vbios_allocations()
754 adev->mman.stolen_extended_size = 0; in amdgpu_gmc_get_vbios_allocations()