Searched refs:r_pipe_cfg (Results 1 – 1 of 1) sorted by relevance
828 struct dpu_sw_pipe_cfg *r_pipe_cfg; in dpu_plane_atomic_check_nosspp() local855 r_pipe_cfg = &pstate->pipe_cfg[1]; in dpu_plane_atomic_check_nosspp()896 *r_pipe_cfg = *pipe_cfg; in dpu_plane_atomic_check_nosspp()899 r_pipe_cfg->src_rect.x1 = pipe_cfg->src_rect.x2; in dpu_plane_atomic_check_nosspp()900 r_pipe_cfg->dst_rect.x1 = pipe_cfg->dst_rect.x2; in dpu_plane_atomic_check_nosspp()902 memset(r_pipe_cfg, 0, sizeof(*r_pipe_cfg)); in dpu_plane_atomic_check_nosspp()908 if (drm_rect_width(&r_pipe_cfg->src_rect) != 0) in dpu_plane_atomic_check_nosspp()909 drm_rect_rotate_inv(&r_pipe_cfg->src_rect, in dpu_plane_atomic_check_nosspp()991 struct dpu_sw_pipe_cfg *r_pipe_cfg = &pstate->pipe_cfg[1]; in dpu_plane_atomic_check_sspp() local1000 if (drm_rect_width(&r_pipe_cfg->src_rect) != 0) { in dpu_plane_atomic_check_sspp()[all …]