Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c273 unsigned int num_ptes; in __gen8_ppgtt_clear() local
283 num_ptes = count; in __gen8_ppgtt_clear()
285 GEM_BUG_ON(num_ptes % 16); in __gen8_ppgtt_clear()
287 num_ptes /= 16; in __gen8_ppgtt_clear()
294 num_ptes); in __gen8_ppgtt_clear()