Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_plane.c896 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
913 pix_per_tile = 96; in vc4_plane_mode_set()
928 pix_per_tile = tile_w / fb->format->cpp[0]; in vc4_plane_mode_set()
929 x_off = (vc4_state->src_x % pix_per_tile) / in vc4_plane_mode_set()
934 tile = vc4_state->src_x / pix_per_tile; in vc4_plane_mode_set()