Searched refs:xe_managed_bo_reinit_in_vram (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc.c | 705 ret = xe_managed_bo_reinit_in_vram(xe, tile, &guc->fw.bo); in xe_guc_realloc_post_hwconfig() 709 ret = xe_managed_bo_reinit_in_vram(xe, tile, &guc->log.bo); in xe_guc_realloc_post_hwconfig() 713 ret = xe_managed_bo_reinit_in_vram(xe, tile, &guc->ads.bo); in xe_guc_realloc_post_hwconfig()
|
| H A D | xe_bo.h | 147 int xe_managed_bo_reinit_in_vram(struct xe_device *xe, struct xe_tile *tile, struct xe_bo **src);
|
| H A D | xe_guc_ct.c | 410 ret = xe_managed_bo_reinit_in_vram(xe, tile, &ct->ctbs.h2g.bo); in xe_guc_ct_init_post_hwconfig()
|
| H A D | xe_bo.c | 2893 int xe_managed_bo_reinit_in_vram(struct xe_device *xe, struct xe_tile *tile, struct xe_bo **src) in xe_managed_bo_reinit_in_vram() function
|