Home
last modified time | relevance | path

Searched refs:stolen_vga_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.h73 uint64_t stolen_vga_size; member
Damdgpu_gmc.c980 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
981 adev->mman.stolen_extended_size = size - adev->mman.stolen_vga_size; in amdgpu_gmc_get_vbios_allocations()
983 adev->mman.stolen_vga_size = size; in amdgpu_gmc_get_vbios_allocations()
Damdgpu_ttm.c1928 adev->mman.stolen_vga_size, in amdgpu_ttm_init()
1934 r = amdgpu_bo_create_kernel_at(adev, adev->mman.stolen_vga_size, in amdgpu_ttm_init()