Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_plane.c663 u32 tile_h_mask = (2 << tile_h_shift) - 1; in vc4_plane_mode_set() local
681 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set()
693 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()