Home
last modified time | relevance | path

Searched refs:LEVEL0_PAGE_TABLE_ENCODE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c74 #define LEVEL0_PAGE_TABLE_ENCODE_SIZE SZ_2M macro
819 u32 avail_pts = max_mem_transfer_per_pass(xe) / LEVEL0_PAGE_TABLE_ENCODE_SIZE; in xe_migrate_copy()
1090 u32 avail_pts = max_mem_transfer_per_pass(xe) / LEVEL0_PAGE_TABLE_ENCODE_SIZE; in xe_migrate_clear()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c401 u32 avail_pts = max_mem_transfer_per_pass(xe) / LEVEL0_PAGE_TABLE_ENCODE_SIZE; in blt_copy()