Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c380 const unsigned int ytile_height = 512; in tiled_offset() local
384 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()
H A Di915_gem_mman.c62 const unsigned int ytile_height = 512; in tiled_offset() local
65 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()
69 const unsigned int ytile_height = 256; in tiled_offset() local
72 v += div64_u64_rem(x, ytile_span, &x) * ytile_height; in tiled_offset()