Searched refs:mappable_end (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | i915_vgpu.c | 259 unsigned long mappable_base, mappable_size, mappable_end; in intel_vgt_balloon() local 275 mappable_end = mappable_base + mappable_size; in intel_vgt_balloon() 286 if (mappable_end > ggtt->mappable_end || in intel_vgt_balloon() 287 unmappable_base < ggtt->mappable_end || in intel_vgt_balloon() 294 if (unmappable_base > ggtt->mappable_end) { in intel_vgt_balloon() 296 ggtt->mappable_end, unmappable_base); in intel_vgt_balloon() 318 if (mappable_end < ggtt->mappable_end) { in intel_vgt_balloon() 320 mappable_end, ggtt->mappable_end); in intel_vgt_balloon()
|
A D | i915_gem.c | 71 0, ggtt->mappable_end, in insert_mappable_node() 890 if (obj->base.size > ggtt->mappable_end) in i915_gem_object_ggtt_pin_ww() 910 obj->base.size > ggtt->mappable_end / 2) in i915_gem_object_ggtt_pin_ww() 925 vma->fence_size > ggtt->mappable_end / 2) in i915_gem_object_ggtt_pin_ww()
|
A D | i915_vma.c | 572 mappable = vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end; in __i915_vma_set_map_and_fenceable() 653 end = min_t(u64, end, i915_vm_to_ggtt(vma->vm)->mappable_end); in i915_vma_insert()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_ggtt.c | 59 if (ggtt->mappable_end) { in ggtt_init_hw() 62 ggtt->mappable_end)) { in ggtt_init_hw() 68 ggtt->mappable_end); in ggtt_init_hw() 547 if (ggtt->mappable_end) { in init_ggtt() 573 0, ggtt->mappable_end, in init_ggtt() 1068 if (ggtt->mappable_end < (64<<20) || ggtt->mappable_end > (512<<20)) { in gen6_gmch_probe() 1070 &ggtt->mappable_end); in gen6_gmch_probe() 1185 ggtt->mappable_end = in ggtt_probe_hw() 1193 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw() 1194 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw() [all …]
|
A D | intel_region_lmem.c | 120 resource_size_t mappable_end; in intel_gt_setup_fake_lmem() local 133 mappable_end = pci_resource_len(pdev, 2); in intel_gt_setup_fake_lmem() 139 mappable_end, in intel_gt_setup_fake_lmem()
|
A D | intel_gtt.h | 317 resource_size_t mappable_end; /* End offset that we can CPU map */ member 539 return ggtt->mappable_end > 0; in i915_ggtt_has_aperture()
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_vma.c | 268 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 269 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 272 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 273 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end), in igt_vma_pin1() 280 VALID(ggtt->mappable_end - 4096, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 281 VALID(ggtt->mappable_end, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 282 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 287 INVALID(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 291 VALID(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 299 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end), in igt_vma_pin1() [all …]
|
A D | mock_gtt.c | 117 ggtt->mappable_end = resource_size(&ggtt->gmadr); in mock_init_ggtt()
|
A D | i915_gem_gtt.c | 1208 0, ggtt->mappable_end, in igt_ggtt_page()
|
/linux/include/drm/ |
A D | intel-gtt.h | 13 resource_size_t *mappable_end);
|
/linux/drivers/char/agp/ |
A D | intel-gtt.c | 1435 resource_size_t *mappable_end) in intel_gtt_get() argument 1439 *mappable_end = intel_private.gtt_mappable_entries << PAGE_SHIFT; in intel_gtt_get()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | gvt.h | 384 #define gvt_aperture_sz(gvt) gvt_to_ggtt(gvt)->mappable_end
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_fbdev.c | 260 info->apertures->ranges[0].size = ggtt->mappable_end; in intelfb_create()
|
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_execbuffer.c | 1209 0, ggtt->mappable_end, in reloc_iomap()
|
Completed in 33 milliseconds