Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c768 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
794 pix_per_tile = tile_w / fb->format->cpp[0]; in vc4_plane_mode_set()
795 tile = vc4_state->src_x / pix_per_tile; in vc4_plane_mode_set()
796 x_off = vc4_state->src_x % pix_per_tile; in vc4_plane_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_plane.c996 u32 tile_w, tile, x_off, pix_per_tile; in vc4_plane_mode_set() local
1013 pix_per_tile = 96; in vc4_plane_mode_set()
1028 pix_per_tile = tile_w / fb->format->cpp[0]; in vc4_plane_mode_set()
1029 x_off = (vc4_state->src_x % pix_per_tile) / in vc4_plane_mode_set()
1034 tile = vc4_state->src_x / pix_per_tile; in vc4_plane_mode_set()

Completed in 4 milliseconds