Searched refs:AMDGPU_VBIOS_VGA_ALLOCATION (Results 1 – 3 of 3) sorted by relevance
1105 size = max(size, (unsigned)AMDGPU_VBIOS_VGA_ALLOCATION); in amdgpu_gmc_init_vga_resv_regions()1112 if (size > AMDGPU_VBIOS_VGA_ALLOCATION) { in amdgpu_gmc_init_vga_resv_regions()1114 0, AMDGPU_VBIOS_VGA_ALLOCATION, false); in amdgpu_gmc_init_vga_resv_regions()1116 AMDGPU_VBIOS_VGA_ALLOCATION, in amdgpu_gmc_init_vga_resv_regions()1117 size - AMDGPU_VBIOS_VGA_ALLOCATION, false); in amdgpu_gmc_init_vga_resv_regions()
521 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v11_0_get_vbios_fb_size()
280 #define AMDGPU_VBIOS_VGA_ALLOCATION (9 * 1024 * 1024) /* reserve 8MB for vga emulator and 1 MB for… macro