Lines Matching refs:crtc_x
409 vc4_pstate->crtc_x = DIV_ROUND_CLOSEST(vc4_pstate->crtc_x * in vc4_plane_margins_adj()
412 vc4_pstate->crtc_x += left; in vc4_plane_margins_adj()
413 if (vc4_pstate->crtc_x > crtc_state->mode.hdisplay - right) in vc4_plane_margins_adj()
414 vc4_pstate->crtc_x = crtc_state->mode.hdisplay - right; in vc4_plane_margins_adj()
475 vc4_state->crtc_x = state->dst.x1; in vc4_plane_setup_clipping_and_scaling()
1078 VC4_SET_FIELD(vc4_state->crtc_x, SCALER_POS0_START_X) | in vc4_plane_mode_set()
1122 VC4_SET_FIELD(vc4_state->crtc_x, in vc4_plane_mode_set()
1255 covers_screen = vc4_state->crtc_x == 0 && vc4_state->crtc_y == 0 && in vc4_plane_mode_set()
1359 WARN_ON_ONCE(plane->state->crtc_x < 0 || plane->state->crtc_y < 0); in vc4_plane_async_set_fb()
1389 plane->state->crtc_x = new_plane_state->crtc_x; in vc4_plane_atomic_async_update()
1411 vc4_state->crtc_x = new_vc4_state->crtc_x; in vc4_plane_atomic_async_update()