Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object_blt.c243 u32 phys_sz; in igt_fill_blt_thread() local
250 phys_sz = sz % max_phys_size + 1; in igt_fill_blt_thread()
253 phys_sz = round_up(phys_sz, PAGE_SIZE); in igt_fill_blt_thread()
254 phys_sz = min(phys_sz, sz); in igt_fill_blt_thread()
257 phys_sz, sz, val); in igt_fill_blt_thread()
259 obj = huge_gem_object(engine->i915, phys_sz, sz); in igt_fill_blt_thread()
361 u32 phys_sz; in igt_copy_blt_thread() local
368 phys_sz = sz % max_phys_size + 1; in igt_copy_blt_thread()
371 phys_sz = round_up(phys_sz, PAGE_SIZE); in igt_copy_blt_thread()
372 phys_sz = min(phys_sz, sz); in igt_copy_blt_thread()
[all …]
Di915_gem_client_blt.c34 u32 phys_sz = sz % (max_block_size + 1); in __igt_client_fill() local
39 phys_sz = round_up(phys_sz, PAGE_SIZE); in __igt_client_fill()
42 phys_sz, sz, val); in __igt_client_fill()
44 obj = huge_gem_object(engine->i915, phys_sz, sz); in __igt_client_fill()