Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c972 size = max(size, (unsigned)AMDGPU_VBIOS_VGA_ALLOCATION); in amdgpu_gmc_get_vbios_allocations()
979 if (size > AMDGPU_VBIOS_VGA_ALLOCATION) { in amdgpu_gmc_get_vbios_allocations()
980 adev->mman.stolen_vga_size = AMDGPU_VBIOS_VGA_ALLOCATION; in amdgpu_gmc_get_vbios_allocations()
Dgmc_v11_0.c516 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v11_0_get_vbios_fb_size()
Dgmc_v10_0.c552 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v10_0_get_vbios_fb_size()
Dgmc_v6_0.c803 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v6_0_get_vbios_fb_size()
Dgmc_v7_0.c970 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v7_0_get_vbios_fb_size()
Dgmc_v8_0.c1076 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v8_0_get_vbios_fb_size()
Damdgpu.h280 #define AMDGPU_VBIOS_VGA_ALLOCATION (9 * 1024 * 1024) /* reserve 8MB for vga emulator and 1 MB for… macro
Dgmc_v9_0.c1357 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v9_0_get_vbios_fb_size()