Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c27 #define F_SUBTILE_WIDTH OW_SIZE /* in bytes */ macro
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()