Searched refs:huge_gem_object_phys_size (Results 1 – 4 of 4) sorted by relevance
63 huge_gem_object_phys_size(obj) / sizeof(u32)); in igt_fill_blt()80 for (i = 0; i < huge_gem_object_phys_size(obj) / sizeof(u32); ++i) { in igt_fill_blt()144 huge_gem_object_phys_size(src) / sizeof(u32)); in igt_copy_blt()164 huge_gem_object_phys_size(dst) / sizeof(u32)); in igt_copy_blt()181 for (i = 0; i < huge_gem_object_phys_size(dst) / sizeof(u32); ++i) { in igt_copy_blt()
63 huge_gem_object_phys_size(obj) / sizeof(u32)); in igt_client_fill()80 for (i = 0; i < huge_gem_object_phys_size(obj) / sizeof(u32); ++i) { in igt_client_fill()
16 huge_gem_object_phys_size(struct drm_i915_gem_object *obj) in huge_gem_object_phys_size() function
161 return huge_gem_object_phys_size(obj) >> PAGE_SHIFT; in real_page_count()