Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1396 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
1413 pix_per_tile = 96; in vc4_plane_mode_set()
1428 pix_per_tile = tile_w / fb->format->cpp[0]; in vc4_plane_mode_set()
1429 x_off = (src_x % pix_per_tile) / in vc4_plane_mode_set()
1434 tile = src_x / pix_per_tile; in vc4_plane_mode_set()
1859 u32 tile_w, tile, x_off, pix_per_tile; in vc6_plane_mode_set() local
1876 pix_per_tile = 96; in vc6_plane_mode_set()
1888 pix_per_tile = tile_w / fb->format->cpp[0]; in vc6_plane_mode_set()
1889 x_off = (src_x % pix_per_tile) / in vc6_plane_mode_set()
1894 tile = src_x / pix_per_tile; in vc6_plane_mode_set()