Home
last modified time | relevance | path

Searched refs:phys_sz (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c36 u32 phys_sz = sz % (max_block_size + 1); in igt_fill_blt() local
41 phys_sz = round_up(phys_sz, PAGE_SIZE); in igt_fill_blt()
44 phys_sz, sz, val); in igt_fill_blt()
46 obj = huge_gem_object(i915, phys_sz, sz); in igt_fill_blt()
121 u32 phys_sz = sz % (max_block_size + 1); in igt_copy_blt() local
126 phys_sz = round_up(phys_sz, PAGE_SIZE); in igt_copy_blt()
129 phys_sz, sz, val); in igt_copy_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()
Di915_gem_client_blt.c30 u32 phys_sz = sz % (max_block_size + 1); in igt_client_fill() local
35 phys_sz = round_up(phys_sz, PAGE_SIZE); in igt_client_fill()
38 phys_sz, sz, val); in igt_client_fill()
40 obj = huge_gem_object(i915, phys_sz, sz); in igt_client_fill()