Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_client_blt.c384 const unsigned int ytile_height = 512; in tiled_offset() local
388 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()
Di915_gem_mman.c58 const unsigned int ytile_height = 512; in tiled_offset() local
61 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()
65 const unsigned int ytile_height = 256; in tiled_offset() local
68 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()