/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_object.c | 41 const unsigned int nreal = 509; /* just to be awkward */ local in function:igt_gem_huge 50 nreal * PAGE_SIZE, 58 nreal, obj->base.size / PAGE_SIZE, err); 64 i915_gem_object_get_page(obj, n % nreal)) { 66 n, n % nreal);
|
i915_gem_object.c | 41 const unsigned int nreal = 509; /* just to be awkward */ local in function:igt_gem_huge 50 nreal * PAGE_SIZE, 58 nreal, obj->base.size / PAGE_SIZE, err); 64 i915_gem_object_get_page(obj, n % nreal)) { 66 n, n % nreal);
|
huge_gem_object.c | 19 unsigned long nreal = obj->scratch / PAGE_SIZE; local in function:huge_free_pages 25 if (!--nreal) 36 const unsigned long nreal = obj->scratch / PAGE_SIZE; local in function:huge_get_pages 52 for (n = 0; n < nreal; n++) { 64 if (nreal < npages) {
|
huge_gem_object.c | 19 unsigned long nreal = obj->scratch / PAGE_SIZE; local in function:huge_free_pages 25 if (!--nreal) 36 const unsigned long nreal = obj->scratch / PAGE_SIZE; local in function:huge_get_pages 52 for (n = 0; n < nreal; n++) { 64 if (nreal < npages) {
|
i915_gem_mman.c | 180 const unsigned int nreal = obj->scratch / PAGE_SIZE; local in function:check_partial_mappings 213 GEM_BUG_ON(view.partial.size > nreal); 305 const unsigned int nreal = 1 << 12; /* largest tile row x2 */ local in function:igt_partial_tiling 324 nreal << PAGE_SHIFT, 332 nreal, obj->base.size / PAGE_SIZE, err); 436 const unsigned int nreal = 1 << 12; /* largest tile row x2 */ local in function:igt_smoke_tiling 461 nreal << PAGE_SHIFT, 469 nreal, obj->base.size / PAGE_SIZE, err);
|
i915_gem_mman.c | 180 const unsigned int nreal = obj->scratch / PAGE_SIZE; local in function:check_partial_mappings 213 GEM_BUG_ON(view.partial.size > nreal); 305 const unsigned int nreal = 1 << 12; /* largest tile row x2 */ local in function:igt_partial_tiling 324 nreal << PAGE_SHIFT, 332 nreal, obj->base.size / PAGE_SIZE, err); 436 const unsigned int nreal = 1 << 12; /* largest tile row x2 */ local in function:igt_smoke_tiling 461 nreal << PAGE_SHIFT, 469 nreal, obj->base.size / PAGE_SIZE, err);
|