pix_per_tile      726 drivers/gpu/drm/vc4/vc4_plane.c 		u32 tile_w, tile, x_off, pix_per_tile;
pix_per_tile      752 drivers/gpu/drm/vc4/vc4_plane.c 		pix_per_tile = tile_w / fb->format->cpp[0];
pix_per_tile      753 drivers/gpu/drm/vc4/vc4_plane.c 		tile = vc4_state->src_x / pix_per_tile;
pix_per_tile      754 drivers/gpu/drm/vc4/vc4_plane.c 		x_off = vc4_state->src_x % pix_per_tile;