Searched refs:mappable_end (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/drm/
H A Dintel-gtt.h15 resource_size_t *mappable_end);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vgpu.c259 unsigned long mappable_base, mappable_size, mappable_end; local
275 mappable_end = mappable_base + mappable_size;
286 if (mappable_end > ggtt->mappable_end ||
287 unmappable_base < ggtt->mappable_end ||
294 if (unmappable_base > ggtt->mappable_end) {
296 ggtt->mappable_end, unmappable_base);
318 if (mappable_end < ggtt->mappable_end) {
320 mappable_end, ggt
[all...]
H A Di915_gem.c74 0, ggtt->mappable_end,
927 if (obj->base.size > ggtt->mappable_end)
947 obj->base.size > ggtt->mappable_end / 2)
972 (vma->fence_size > ggtt->mappable_end / 2 ||
H A Di915_vma.c732 i915_vm_to_ggtt(vma->vm)->mappable_end;
828 end = min_t(u64, end, i915_vm_to_ggtt(vma->vm)->mappable_end);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_gmch.c89 intel_gmch_gtt_get(&ggtt->vm.total, &gmadr_base, &ggtt->mappable_end);
91 ggtt->gmadr = DEFINE_RES_MEM(gmadr_base, ggtt->mappable_end);
H A Dintel_ggtt.c70 if (ggtt->mappable_end) {
73 ggtt->mappable_end)) {
79 ggtt->mappable_end);
849 if (ggtt->mappable_end) {
879 0, ggtt->mappable_end,
1229 ggtt->mappable_end = resource_size(&ggtt->gmadr);
1405 ggtt->mappable_end = resource_size(&ggtt->gmadr);
1411 if (ggtt->mappable_end < (64 << 20) ||
1412 ggtt->mappable_end > (512 << 20)) {
1414 &ggtt->mappable_end);
[all...]
H A Dintel_gtt.h371 resource_size_t mappable_end; /* End offset that we can CPU map */ member in struct:i915_ggtt
603 return ggtt->mappable_end > 0;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c269 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
270 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
273 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)),
274 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end),
281 VALID(ggtt->mappable_end - 4096, PIN_GLOBAL | PIN_MAPPABLE),
282 VALID(ggtt->mappable_end, PIN_GLOBAL | PIN_MAPPABLE),
283 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE),
288 INVALID(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)),
292 VALID(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
300 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end),
[all...]
H A Dmock_gtt.c116 ggtt->mappable_end = resource_size(&ggtt->gmadr);
H A Di915_gem_gtt.c1369 0, ggtt->mappable_end,
/linux-master/drivers/char/agp/
H A Dintel-gtt.c1433 resource_size_t *mappable_end)
1437 *mappable_end = intel_private.gtt_mappable_entries << PAGE_SHIFT;
1431 intel_gmch_gtt_get(u64 *gtt_total, phys_addr_t *mappable_base, resource_size_t *mappable_end) argument
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h403 #define gvt_aperture_sz(gvt) gvt_to_ggtt(gvt)->mappable_end
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1320 0, ggtt->mappable_end,

Completed in 308 milliseconds