Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_client_blt.c33 int tile_x, tile_y; in linear_x_y_to_ftiled_pos() local
63 tile_x = x % F_TILE_WIDTH; in linear_x_y_to_ftiled_pos()
67 subtile = tile_y / F_SUBTILE_HEIGHT * 8 + tile_x / F_SUBTILE_WIDTH; in linear_x_y_to_ftiled_pos()
76 tile_x % F_SUBTILE_WIDTH; in linear_x_y_to_ftiled_pos()