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.c1105 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()
H A Dgmc_v11_0.c521 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v11_0_get_vbios_fb_size()
H A Damdgpu.h280 #define AMDGPU_VBIOS_VGA_ALLOCATION (9 * 1024 * 1024) /* reserve 8MB for vga emulator and 1 MB for… macro