Searched refs:AMDGPU_VBIOS_VGA_ALLOCATION (Results 1 – 3 of 3) sorted by relevance
1097 size = max(size, (unsigned)AMDGPU_VBIOS_VGA_ALLOCATION); in amdgpu_gmc_init_vga_resv_regions()1104 if (size > AMDGPU_VBIOS_VGA_ALLOCATION) { in amdgpu_gmc_init_vga_resv_regions()1106 0, AMDGPU_VBIOS_VGA_ALLOCATION, false); in amdgpu_gmc_init_vga_resv_regions()1108 AMDGPU_VBIOS_VGA_ALLOCATION, in amdgpu_gmc_init_vga_resv_regions()1109 size - AMDGPU_VBIOS_VGA_ALLOCATION, false); in amdgpu_gmc_init_vga_resv_regions()
282 #define AMDGPU_VBIOS_VGA_ALLOCATION (9 * 1024 * 1024) /* reserve 8MB for vga emulator and 1 MB for… macro
1285 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v9_0_get_vbios_fb_size()