Searched refs:max_alloc_size (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_gpu_info.h78 uint64_t max_alloc_size; member in struct:radeon_info
H A Dac_gpu_info.c350 info->max_alloc_size = info->vram_size * 0.8;
352 info->max_alloc_size = info->gart_size * 0.7;
529 printf(" max_alloc_size = %i MB\n",
530 (int)DIV_ROUND_UP(info->max_alloc_size, 1024*1024));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c179 uint64_t max_alloc_size; local in function:r600_test_dma
187 max_alloc_size = 128 * 1024 * 1024;
259 max_alloc_size) {
H A Dr600_pipe_common.c1094 *max_mem_alloc_size = rscreen->info.max_alloc_size;
1341 printf("max_alloc_size = %i MB\n",
1342 (int)DIV_ROUND_UP(rscreen->info.max_alloc_size, 1024*1024));
H A Dr600_pipe.c340 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma.c194 uint64_t max_alloc_size; local in function:si_test_dma
202 max_alloc_size = 128 * 1024 * 1024;
274 max_alloc_size) {
H A Dsi_get.c196 return MIN2(sscreen->info.max_alloc_size, INT_MAX);
412 return MIN2(sscreen->info.max_alloc_size, INT_MAX - 3); /* aligned to 4 */
836 *max_mem_alloc_size = sscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c179 uint64_t max_alloc_size; local in function:r600_test_dma
186 max_alloc_size = 128 * 1024 * 1024;
258 max_alloc_size) {
H A Dr600_pipe_common.c1013 *max_mem_alloc_size = rscreen->info.max_alloc_size;
1284 printf("max_alloc_size = %i MB\n",
1285 (int)DIV_ROUND_UP(rscreen->info.max_alloc_size, 1024*1024));
H A Dr600_pipe.c349 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c176 uint64_t max_alloc_size; local in function:si_test_blit
183 max_alloc_size = 128 * 1024 * 1024;
259 max_alloc_size) {
H A Dsi_get.c231 return ROUND_DOWN_TO(MIN2(sscreen->info.max_alloc_size, INT_MAX), 256);
233 return sscreen->info.max_alloc_size / (1024 * 1024);
845 *max_mem_alloc_size = sscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.h106 uint64_t max_alloc_size; member in struct:radeon_info
H A Dac_gpu_info.c671 info->max_alloc_size = info->vram_size * 0.8;
673 info->max_alloc_size = info->gart_size * 0.7;
1186 fprintf(f, " max_alloc_size = %i MB\n", (int)DIV_ROUND_UP(info->max_alloc_size, 1024 * 1024));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c368 ws->info.max_alloc_size = ws->info.vram_size * 0.7;
370 ws->info.max_alloc_size = ws->info.gart_size * 0.7;
373 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 256*1024*1024);
375 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 3ull*1024*1024*1024);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c379 ws->info.max_alloc_size = ws->info.vram_size * 0.7;
381 ws->info.max_alloc_size = ws->info.gart_size * 0.7;
384 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 256*1024*1024);
386 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 3ull*1024*1024*1024);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.1.rst170 - winsys/amdgpu: reduce max_alloc_size based on GTT limits
H A D13.0.6.rst233 - winsys/amdgpu: reduce max_alloc_size based on GTT limits

Completed in 21 milliseconds