Home
last modified time | relevance | path

Searched refs:xe_bo_ccs_pages_start (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h263 static inline size_t xe_bo_ccs_pages_start(struct xe_bo *bo) in xe_bo_ccs_pages_start() function
H A Dxe_migrate.c805 xe_res_first_sg(xe_bo_sg(src_bo), xe_bo_ccs_pages_start(src_bo), in xe_migrate_copy()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c90 ccs_page = xe_bo_ccs_pages_start(bo) >> PAGE_SHIFT; in ccs_test_migrate()