Home
last modified time | relevance | path

Searched refs:huge_gem_object_phys_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c276 huge_gem_object_phys_size(obj) / sizeof(u32)); in igt_fill_blt_thread()
289 for (i = 0; i < huge_gem_object_phys_size(obj) / sizeof(u32); i += 17) { in igt_fill_blt_thread()
390 huge_gem_object_phys_size(src) / sizeof(u32)); in igt_copy_blt_thread()
410 huge_gem_object_phys_size(dst) / sizeof(u32)); in igt_copy_blt_thread()
423 for (i = 0; i < huge_gem_object_phys_size(dst) / sizeof(u32); i += 17) { in igt_copy_blt_thread()
Dhuge_gem_object.h22 huge_gem_object_phys_size(struct drm_i915_gem_object *obj) in huge_gem_object_phys_size() function
Di915_gem_client_blt.c67 huge_gem_object_phys_size(obj) / sizeof(u32)); in __igt_client_fill()
84 for (i = 0; i < huge_gem_object_phys_size(obj) / sizeof(u32); ++i) { in __igt_client_fill()
Di915_gem_context.c414 return huge_gem_object_phys_size(obj) >> PAGE_SHIFT; in real_page_count()