Lines Matching refs:dst_rect
131 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_bw()
172 dst_width = drm_rect_width(&pipe_cfg->dst_rect); in _dpu_plane_calc_clk()
173 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_clk()
540 u32 dst_width = drm_rect_width(&pipe_cfg->dst_rect); in _dpu_plane_setup_scaler()
541 u32 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_setup_scaler()
579 struct drm_rect *dst_rect, in _dpu_plane_color_fill_pipe() argument
592 pipe_cfg.dst_rect = *dst_rect; in _dpu_plane_color_fill_pipe()
597 drm_rect_width(&pipe_cfg.dst_rect); in _dpu_plane_color_fill_pipe()
599 drm_rect_height(&pipe_cfg.dst_rect); in _dpu_plane_color_fill_pipe()
637 _dpu_plane_color_fill_pipe(pstate, &pstate->pipe, &pstate->pipe_cfg.dst_rect, in _dpu_plane_color_fill()
641 _dpu_plane_color_fill_pipe(pstate, &pstate->r_pipe, &pstate->r_pipe_cfg.dst_rect, in _dpu_plane_color_fill()
776 if (drm_rect_width(&pipe_cfg->dst_rect) < 0x1 || in dpu_plane_atomic_check_pipe()
777 drm_rect_height(&pipe_cfg->dst_rect) < 0x1) { in dpu_plane_atomic_check_pipe()
779 DRM_RECT_ARG(&pipe_cfg->dst_rect)); in dpu_plane_atomic_check_pipe()
852 pipe_cfg->dst_rect = new_plane_state->dst; in dpu_plane_atomic_check()
894 if (drm_rect_width(&pipe_cfg->src_rect) != drm_rect_width(&pipe_cfg->dst_rect) || in dpu_plane_atomic_check()
895 drm_rect_height(&pipe_cfg->src_rect) != drm_rect_height(&pipe_cfg->dst_rect) || in dpu_plane_atomic_check()
917 pipe_cfg->dst_rect.x2 = (pipe_cfg->dst_rect.x1 + pipe_cfg->dst_rect.x2) >> 1; in dpu_plane_atomic_check()
919 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2; in dpu_plane_atomic_check()
1287 drm_printf(p, "\tdst[0]=" DRM_RECT_FMT "\n", DRM_RECT_ARG(&pipe_cfg->dst_rect)); in dpu_plane_atomic_print_state()
1296 drm_printf(p, "\tdst[1]=" DRM_RECT_FMT "\n", DRM_RECT_ARG(&r_pipe_cfg->dst_rect)); in dpu_plane_atomic_print_state()