Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c1097 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()
H A Damdgpu.h282 #define AMDGPU_VBIOS_VGA_ALLOCATION (9 * 1024 * 1024) /* reserve 8MB for vga emulator and 1 MB for… macro
H A Dgmc_v9_0.c1285 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v9_0_get_vbios_fb_size()