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 D | gen6_ppgtt.h | 51 * 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 D | gen6_ppgtt.c | 169 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 D | gen6_ppgtt.h | 50 * 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 D | gen6_ppgtt.c | 161 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