Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_migrate.c1549 u32 num_dword; in pte_update_cmd_size() local
1561 num_dword = (1 + 2) * DIV_U64_ROUND_UP(entries, 0x1ff); in pte_update_cmd_size()
1562 num_dword += entries * 2; in pte_update_cmd_size()
1564 return num_dword; in pte_update_cmd_size()