• Home
  • Raw
  • Download

Lines Matching refs:src_w

40 		uint32_t src_w, uint32_t src_h,
324 if (state->src_w > max_width) { in mdp5_plane_atomic_check_with_state()
331 (state->src_w <= 2 * max_width)) in mdp5_plane_atomic_check_with_state()
366 if (((state->src_w >> 16) != state->crtc_w) || in mdp5_plane_atomic_check_with_state()
402 state->src_w >> 16, false); in mdp5_plane_atomic_check_with_state()
713 uint32_t src_w, int pe_left[COMP_MAX], int pe_right[COMP_MAX], in mdp5_write_pixel_ext() argument
721 uint32_t roi_w = src_w; in mdp5_write_pixel_ext()
794 u32 src_w, u32 src_h) in mdp5_hwpipe_mode_set() argument
806 MDP5_PIPE_SRC_SIZE_WIDTH(src_w) | in mdp5_hwpipe_mode_set()
850 src_w, pe->left, pe->right, in mdp5_hwpipe_mode_set()
900 uint32_t src_w, src_h; in mdp5_plane_mode_set() local
917 src_w = drm_rect_width(src); in mdp5_plane_mode_set()
928 src_w = src_w >> 16; in mdp5_plane_mode_set()
931 src_img_w = min(fb->width, src_w); in mdp5_plane_mode_set()
935 fb->base.id, src_x, src_y, src_w, src_h, in mdp5_plane_mode_set()
946 src_w /= 2; in mdp5_plane_mode_set()
950 src_x_r = src_x + src_w; in mdp5_plane_mode_set()
953 ret = calc_scalex_steps(plane, pix_format, src_w, crtc_w, step.x); in mdp5_plane_mode_set()
962 calc_pixel_ext(format, src_w, crtc_w, step.x, in mdp5_plane_mode_set()
971 config |= get_scale_config(format, src_w, crtc_w, true); in mdp5_plane_mode_set()
986 src_x, src_y, src_w, src_h); in mdp5_plane_mode_set()
992 src_x_r, src_y, src_w, src_h); in mdp5_plane_mode_set()
1004 uint32_t src_w, uint32_t src_h, in mdp5_update_cursor_plane_legacy() argument
1024 plane_state->src_w != src_w || in mdp5_update_cursor_plane_legacy()
1038 new_plane_state->src_w = src_w; in mdp5_update_cursor_plane_legacy()
1074 src_x, src_y, src_w, src_h, ctx); in mdp5_update_cursor_plane_legacy()