Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c36 int tile_x, tile_y; in linear_x_y_to_ftiled_pos() local
67 tile_y = y % F_TILE_HEIGHT; in linear_x_y_to_ftiled_pos()
70 subtile = tile_y / F_SUBTILE_HEIGHT * 8 + tile_x / F_SUBTILE_WIDTH; in linear_x_y_to_ftiled_pos()
78 tile_y % F_SUBTILE_HEIGHT * OW_SIZE + in linear_x_y_to_ftiled_pos()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1309 u32 tile_y = (src_y >> 4) & 1; in vc4_plane_mode_set() local
1344 offsets[0] -= (1 + !tile_y) << 10; in vc4_plane_mode_set()
1347 offsets[0] += tile_y << 10; in vc4_plane_mode_set()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c712 u32 tile_y = 0; in emit_xy_fast_copy() local
723 tile_y = XY_FAST_COPY_BLT_D1_SRC_TILE4 | XY_FAST_COPY_BLT_D1_DST_TILE4; in emit_xy_fast_copy()
726 bb->cs[bb->len++] = XY_FAST_COPY_BLT_DEPTH_32 | pitch | tile_y | mocs; in emit_xy_fast_copy()