Lines Matching refs:src_h

515 	vc4_state->src_h[0] = state->src.y2 - vc4_state->src_y;  in vc4_plane_setup_clipping_and_scaling()
528 vc4_state->y_scaling[0] = vc4_get_scaling_mode(vc4_state->src_h[0], in vc4_plane_setup_clipping_and_scaling()
538 vc4_state->src_h[1] = vc4_state->src_h[0] / v_subsample; in vc4_plane_setup_clipping_and_scaling()
544 vc4_get_scaling_mode(vc4_state->src_h[1], in vc4_plane_setup_clipping_and_scaling()
850 vc4_write_ppf(vc4_state, vc4_state->src_h[channel], in vc4_write_scaling_parameters()
863 vc4_write_tpz(vc4_state, vc4_state->src_h[channel], in vc4_write_scaling_parameters()
912 vscale_factor = DIV_ROUND_UP(vc4_state->src_h[i] >> 16, in vc4_plane_calc_load()
915 (vc4_state->src_h[i] >> 16) * in vc4_plane_calc_load()
1236 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc4_plane_mode_set()
1244 height = vc4_state->src_h[0] >> 16; in vc4_plane_mode_set()
1466 if (((vc4_state->src_y + vc4_state->src_h[0]) & 0xffff) && in vc4_plane_mode_set()
1467 vc4_state->src_y + vc4_state->src_h[0] < (state->fb->height << 16)) in vc4_plane_mode_set()
1766 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc6_plane_mode_set()
1776 height = vc4_state->src_h[0] >> 16; in vc6_plane_mode_set()
1932 if (((vc4_state->src_y + vc4_state->src_h[0]) & 0xffff) && in vc6_plane_mode_set()
1933 vc4_state->src_y + vc4_state->src_h[0] < (state->fb->height << 16)) in vc6_plane_mode_set()
2157 if (!vc4_state->src_w[0] || !vc4_state->src_h[0] || in vc4_plane_atomic_check()
2285 plane->state->src_h = new_plane_state->src_h; in vc4_plane_atomic_async_update()
2308 memcpy(vc4_state->src_h, new_vc4_state->src_h, in vc4_plane_atomic_async_update()
2309 sizeof(vc4_state->src_h)); in vc4_plane_atomic_async_update()