Searched refs:xe_bo_size (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mem_pool.c | 89 xe_bo_size(pool->bo), in pool_shadow_init() 198 pool->cpu_addr, xe_bo_size(pool->bo)); in xe_mem_pool_sync()
|
| H A D | xe_bo.h | 389 static inline size_t xe_bo_size(struct xe_bo *bo) in xe_bo_size() function 404 XE_WARN_ON(offset + xe_bo_size(bo) > (1ull << 32)); in __xe_bo_ggtt_addr() 461 return PAGE_ALIGN(xe_bo_size(bo)); in xe_bo_ccs_pages_start()
|
| H A D | xe_trace_bo.h | 36 __entry->size = xe_bo_size(bo); 76 __entry->size = xe_bo_size(bo);
|
| H A D | xe_gsc.c | 63 xe_bo_size(gsc->private) - fw_size); in memcpy_fw() 86 bb->cs[bb->len++] = (xe_bo_size(gsc->private) / SZ_4K) | in emit_gsc_upload()
|
| H A D | xe_guc_log.c | 128 snapshot->size = xe_bo_size(log->bo); in xe_guc_log_snapshot_alloc() 638 xe_map_memset(xe, &bo->vmap, 0, 0, xe_bo_size(bo)); in xe_guc_log_init()
|
| H A D | xe_drm_client.c | 170 u64 sz = xe_bo_size(bo); in bo_meminfo()
|
| H A D | xe_gt_sriov_pf_migration.c | 613 vram_size = xe_bo_size(vram); in pf_save_vf_vram_mig_data() 651 size = xe_bo_size(vram); in pf_restore_vf_vram_mig_data()
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_stolen.c | 81 return xe_bo_size(node->bo); in xe_stolen_node_size()
|
| H A D | xe_hdcp_gsc.c | 89 xe_map_memset(xe, &bo->vmap, 0, 0, xe_bo_size(bo)); in intel_hdcp_gsc_initialize_message()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 110 offset = xe_device_ccs_bytes(tile_to_xe(tile), xe_bo_size(bo)); in ccs_test_migrate()
|