Home
last modified time | relevance | path

Searched refs:huge_gem_object (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c46 obj = huge_gem_object(i915, phys_sz, sz); in igt_fill_blt()
131 src = huge_gem_object(i915, phys_sz, sz); in igt_copy_blt()
151 dst = huge_gem_object(i915, phys_sz, sz); in igt_copy_blt()
Dhuge_gem_object.h11 huge_gem_object(struct drm_i915_private *i915,
Di915_gem_object.c44 obj = huge_gem_object(i915, in igt_gem_huge()
Di915_gem_client_blt.c40 obj = huge_gem_object(i915, phys_sz, sz); in igt_client_fill()
Dhuge_gem_object.c95 huge_gem_object(struct drm_i915_private *i915, in huge_gem_object() function
Di915_gem_mman.c195 obj = huge_gem_object(i915, in igt_partial_tiling()
Di915_gem_context.c323 obj = huge_gem_object(ctx->i915, DW_PER_PAGE * PAGE_SIZE, size); in create_test_object()