Lines Matching refs:crtc_x
57 int crtc_x, crtc_y, crtc_w, crtc_h; member
322 vc4_state->crtc_x = state->crtc_x; in vc4_plane_setup_clipping_and_scaling()
374 if (vc4_state->crtc_x < 0) { in vc4_plane_setup_clipping_and_scaling()
380 (-vc4_state->crtc_x) / subs); in vc4_plane_setup_clipping_and_scaling()
382 vc4_state->src_w[0] += vc4_state->crtc_x; in vc4_plane_setup_clipping_and_scaling()
383 vc4_state->src_w[1] += vc4_state->crtc_x / h_subsample; in vc4_plane_setup_clipping_and_scaling()
384 vc4_state->crtc_x = 0; in vc4_plane_setup_clipping_and_scaling()
580 VC4_SET_FIELD(vc4_state->crtc_x, SCALER_POS0_START_X) | in vc4_plane_mode_set()
751 WARN_ON_ONCE(plane->state->crtc_x < 0 || plane->state->crtc_y < 0); in vc4_plane_async_set_fb()
802 int crtc_x, int crtc_y, in vc4_update_plane() argument
837 plane_state->crtc_x = crtc_x; in vc4_update_plane()
864 crtc_x, crtc_y, in vc4_update_plane()