Home
last modified time | relevance | path

Searched refs:gen8_pt_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c136 static inline unsigned int gen8_pt_count(u64 start, u64 end) in gen8_pt_count() function
233 count = gen8_pt_count(start, end); in __gen8_ppgtt_clear()
325 unsigned int count = gen8_pt_count(*start, end); in __gen8_ppgtt_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c170 static unsigned int gen8_pt_count(u64 start, u64 end) in gen8_pt_count() function
272 count = gen8_pt_count(start, end); in __gen8_ppgtt_clear()
370 unsigned int count = gen8_pt_count(*start, end); in __gen8_ppgtt_alloc()
426 *start += gen8_pt_count(*start, end); in __gen8_ppgtt_foreach()

Completed in 3 milliseconds