Lines Matching refs:src_w

514 	vc4_state->src_w[0] = state->src.x2 - vc4_state->src_x;  in vc4_plane_setup_clipping_and_scaling()
526 vc4_state->x_scaling[0] = vc4_get_scaling_mode(vc4_state->src_w[0], in vc4_plane_setup_clipping_and_scaling()
537 vc4_state->src_w[1] = vc4_state->src_w[0] / h_subsample; in vc4_plane_setup_clipping_and_scaling()
541 vc4_get_scaling_mode(vc4_state->src_w[1], in vc4_plane_setup_clipping_and_scaling()
683 pix_per_line = vc4_state->src_w[0] >> 16; in __vc4_lbm_size()
759 width = state->src_w >> 16; in vc4_lbm_channel_size()
761 width = min(state->src_w >> 16, state->crtc_w); in vc4_lbm_channel_size()
844 vc4_write_ppf(vc4_state, vc4_state->src_w[channel], in vc4_write_scaling_parameters()
857 vc4_write_tpz(vc4_state, vc4_state->src_w[channel], in vc4_write_scaling_parameters()
914 vc4_state->membus_load += (vc4_state->src_w[i] >> 16) * in vc4_plane_calc_load()
1236 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc4_plane_mode_set()
1243 width = vc4_state->src_w[0] >> 16; in vc4_plane_mode_set()
1457 if (((vc4_state->src_x + vc4_state->src_w[0]) & 0xffff) && in vc4_plane_mode_set()
1458 vc4_state->src_x + vc4_state->src_w[0] < (state->fb->width << 16)) in vc4_plane_mode_set()
1766 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc6_plane_mode_set()
1775 width = vc4_state->src_w[0] >> 16; in vc6_plane_mode_set()
1923 if (((vc4_state->src_x + vc4_state->src_w[0]) & 0xffff) && in vc6_plane_mode_set()
1924 vc4_state->src_x + vc4_state->src_w[0] < (state->fb->width << 16)) in vc6_plane_mode_set()
2157 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc4_plane_atomic_check()
2284 plane->state->src_w = new_plane_state->src_w; in vc4_plane_atomic_async_update()
2306 memcpy(vc4_state->src_w, new_vc4_state->src_w, in vc4_plane_atomic_async_update()
2307 sizeof(vc4_state->src_w)); in vc4_plane_atomic_async_update()