Searched refs:pdpes (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_gem_gtt.c | 531 size_t pdpes = I915_PDPES_PER_PDP(dev); in __pdp_init() local 533 pdp->used_pdpes = kcalloc(BITS_TO_LONGS(pdpes), in __pdp_init() 539 pdp->page_directory = kcalloc(pdpes, sizeof(*pdp->page_directory), in __pdp_init() 1084 uint32_t pdpes = I915_PDPES_PER_PDP(dev); in gen8_ppgtt_alloc_page_directories() local 1086 WARN_ON(!bitmap_empty(new_pds, pdpes)); in gen8_ppgtt_alloc_page_directories() 1105 for_each_set_bit(pdpe, new_pds, pdpes) in gen8_ppgtt_alloc_page_directories() 1179 uint32_t pdpes) in alloc_gen8_temp_bitmaps() argument 1184 pds = kcalloc(BITS_TO_LONGS(pdpes), sizeof(unsigned long), GFP_TEMPORARY); in alloc_gen8_temp_bitmaps() 1188 pts = kcalloc(pdpes, BITS_TO_LONGS(I915_PDES) * sizeof(unsigned long), in alloc_gen8_temp_bitmaps() 1227 uint32_t pdpes = I915_PDPES_PER_PDP(dev); in gen8_alloc_va_range_3lvl() local [all …]
|