Searched refs:xe_device_ccs_bytes (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_device.h | 173 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size);
|
H A D | xe_migrate.c | 466 xe_device_ccs_bytes(xe, SZ_64K); in xe_migrate_init() 644 num_ccs_blks = DIV_ROUND_UP(xe_device_ccs_bytes(gt_to_xe(gt), size), in emit_copy_ccs() 806 PAGE_ALIGN(xe_device_ccs_bytes(xe, size)), in xe_migrate_copy() 842 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy()
|
H A D | xe_device.c | 938 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes() function
|
H A D | xe_bo.c | 362 extra_pages = DIV_ROUND_UP(xe_device_ccs_bytes(xe, bo->size), in xe_ttm_tt_create()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 109 offset = xe_device_ccs_bytes(tile_to_xe(tile), bo->size); in ccs_test_migrate()
|