Home
last modified time | relevance | path

Searched refs:gen6_for_each_pde (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.h51 * gen6_for_each_pde() iterates over every pde from start until start+length.
58 #define gen6_for_each_pde(pt, pd, start, length, iter) \ macro
H A Dgen6_ppgtt.c169 gen6_for_each_pde(pt, pd, start, end, pde) in gen6_flush_pd()
192 gen6_for_each_pde(pt, pd, start, length, pde) { in gen6_alloc_va_range() function
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.h50 * gen6_for_each_pde() iterates over every pde from start until start+length.
57 #define gen6_for_each_pde(pt, pd, start, length, iter) \ macro
H A Dgen6_ppgtt.c161 gen6_for_each_pde(pt, pd, start, end, pde) in gen6_flush_pd()
184 gen6_for_each_pde(pt, pd, start, length, pde) { in gen6_alloc_va_range() function

Completed in 3 milliseconds