Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_plane.c380 vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE && in vc4_plane_setup_clipping_and_scaling()
836 (vc4_state->is_unity ? SCALER_CTL0_UNITY : 0) | in vc4_plane_mode_set()
848 if (!vc4_state->is_unity) { in vc4_plane_mode_set()
886 (vc4_state->is_unity ? in vc4_plane_mode_set()
921 if (!vc4_state->is_unity) { in vc4_plane_mode_set()
1174 vc4_state->is_unity = new_vc4_state->is_unity; in vc4_plane_atomic_async_update()
H A Dvc4_drv.h391 bool is_unity; member