Lines Matching refs:mman
694 adev->mman.keep_stolen_vga_memory = true; in amdgpu_gmc_get_vbios_allocations()
697 adev->mman.keep_stolen_vga_memory = false; in amdgpu_gmc_get_vbios_allocations()
707 if (adev->mman.keep_stolen_vga_memory) in amdgpu_gmc_get_vbios_allocations()
716 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
717 adev->mman.stolen_extended_size = size - adev->mman.stolen_vga_size; in amdgpu_gmc_get_vbios_allocations()
719 adev->mman.stolen_vga_size = size; in amdgpu_gmc_get_vbios_allocations()
720 adev->mman.stolen_extended_size = 0; in amdgpu_gmc_get_vbios_allocations()
815 adev->mman.stolen_reserved_offset = 0; in amdgpu_gmc_get_reserved_allocation()
816 adev->mman.stolen_reserved_size = 0; in amdgpu_gmc_get_reserved_allocation()
821 adev->mman.stolen_reserved_offset = 0x1ffb0000; in amdgpu_gmc_get_reserved_allocation()
822 adev->mman.stolen_reserved_size = 64 * PAGE_SIZE; in amdgpu_gmc_get_reserved_allocation()