Searched refs:gen8_for_each_pdpe (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.h | 470 #define gen8_for_each_pdpe(pd, pdp, start, length, temp, iter) \ macro
|
D | i915_gem_gtt.c | 1088 gen8_for_each_pdpe(pd, pdp, start, length, temp, pdpe) { in gen8_ppgtt_alloc_page_directories() 1252 gen8_for_each_pdpe(pd, pdp, start, length, temp, pdpe) { in gen8_alloc_va_range_3lvl() 1264 gen8_for_each_pdpe(pd, pdp, start, length, temp, pdpe) { in gen8_alloc_va_range_3lvl() 1395 gen8_for_each_pdpe(pd, pdp, start, length, temp, pdpe) { in gen8_dump_pdp()
|