| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_gpu_info.h | 78 uint64_t max_alloc_size; member in struct:radeon_info
|
| H A D | ac_gpu_info.c | 350 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 D | r600_test_dma.c | 179 uint64_t max_alloc_size; local in function:r600_test_dma 187 max_alloc_size = 128 * 1024 * 1024; 259 max_alloc_size) {
|
| H A D | r600_pipe_common.c | 1094 *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 D | r600_pipe.c | 340 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 194 uint64_t max_alloc_size; local in function:si_test_dma 202 max_alloc_size = 128 * 1024 * 1024; 274 max_alloc_size) {
|
| H A D | si_get.c | 196 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 D | r600_test_dma.c | 179 uint64_t max_alloc_size; local in function:r600_test_dma 186 max_alloc_size = 128 * 1024 * 1024; 258 max_alloc_size) {
|
| H A D | r600_pipe_common.c | 1013 *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 D | r600_pipe.c | 349 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 176 uint64_t max_alloc_size; local in function:si_test_blit 183 max_alloc_size = 128 * 1024 * 1024; 259 max_alloc_size) {
|
| H A D | si_get.c | 231 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 D | ac_gpu_info.h | 106 uint64_t max_alloc_size; member in struct:radeon_info
|
| H A D | ac_gpu_info.c | 671 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 D | radeon_drm_winsys.c | 368 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 D | radeon_drm_winsys.c | 379 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 D | 17.0.1.rst | 170 - winsys/amdgpu: reduce max_alloc_size based on GTT limits
|
| H A D | 13.0.6.rst | 233 - winsys/amdgpu: reduce max_alloc_size based on GTT limits
|