Home
last modified time | relevance | path

Searched refs:xe_device_ccs_bytes (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h173 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size);
H A Dxe_migrate.c466 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 Dxe_device.c938 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes() function
H A Dxe_bo.c362 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 Dxe_bo.c109 offset = xe_device_ccs_bytes(tile_to_xe(tile), bo->size); in ccs_test_migrate()