Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1397 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
1414 pix_per_tile = 96; in vc4_plane_mode_set()
1429 pix_per_tile = tile_w / fb->format->cpp[0]; in vc4_plane_mode_set()
1430 x_off = (src_x % pix_per_tile) / in vc4_plane_mode_set()
1435 tile = src_x / pix_per_tile; in vc4_plane_mode_set()
1860 u32 tile_w, tile, x_off, pix_per_tile; in vc6_plane_mode_set() local
1877 pix_per_tile = 96; in vc6_plane_mode_set()
1889 pix_per_tile = tile_w / fb->format->cpp[0]; in vc6_plane_mode_set()
1890 x_off = (src_x % pix_per_tile) / in vc6_plane_mode_set()
1895 tile = src_x / pix_per_tile; in vc6_plane_mode_set()