Searched refs:g2g_size (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_g2g_test.c | 381 u32 g2g_size; in g2g_alloc_host() local 385 g2g_size = g2g_ctb_size(test, xe); in g2g_alloc_host() 386 bo = xe_managed_bo_create_pin_map(xe, xe_device_get_root_tile(xe), g2g_size, in g2g_alloc_host() 394 xe_map_memset(xe, &bo->vmap, 0, 0, g2g_size); in g2g_alloc_host() 405 u32 g2g_size; in g2g_alloc_tile() local 413 g2g_size = g2g_ctb_size(test, xe); in g2g_alloc_tile() 414 bo = xe_managed_bo_create_pin_map(xe, tile, g2g_size, in g2g_alloc_tile() 422 xe_map_memset(xe, &bo->vmap, 0, 0, g2g_size); in g2g_alloc_tile()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc.c | 469 u32 g2g_size; in guc_g2g_alloc() local 488 g2g_size = guc_g2g_size(guc); in guc_g2g_alloc() 489 bo = xe_managed_bo_create_pin_map(xe, tile, g2g_size, in guc_g2g_alloc() 498 xe_map_memset(xe, &bo->vmap, 0, 0, g2g_size); in guc_g2g_alloc()
|