Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c502 xe_device_ccs_bytes(xe, SZ_64K); in xe_migrate_init()
685 num_ccs_blks = DIV_ROUND_UP(xe_device_ccs_bytes(gt_to_xe(gt), size), in emit_copy_ccs()
905 PAGE_ALIGN(xe_device_ccs_bytes(xe, size)), in xe_migrate_copy()
946 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy()
1122 PAGE_ALIGN(xe_device_ccs_bytes(xe, size)), in xe_migrate_ccs_rw_copy()
1140 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_ccs_rw_copy()
1186 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_ccs_rw_copy()
H A Dxe_device.c1166 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes() function
H A Dxe_bo.c491 extra_pages = DIV_ROUND_UP(xe_device_ccs_bytes(xe, xe_bo_size(bo)), in xe_ttm_tt_create()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c110 offset = xe_device_ccs_bytes(tile_to_xe(tile), xe_bo_size(bo)); in ccs_test_migrate()