Lines Matching refs:sblk
381 pipe_qos_cfg.creq_vblank = pdpu->pipe_hw->cap->sblk->creq_vblank; in _dpu_plane_set_qos_ctrl()
383 pdpu->pipe_hw->cap->sblk->danger_vblank; in _dpu_plane_set_qos_ctrl()
935 const struct dpu_sspp_sub_blks *sblk, in dpu_plane_check_inline_rotation() argument
941 if (!sblk->rotation_cfg) { in dpu_plane_check_inline_rotation()
946 if (drm_rect_width(&src) > sblk->rotation_cfg->rot_maxheight) { in dpu_plane_check_inline_rotation()
948 src.y2, sblk->rotation_cfg->rot_maxheight); in dpu_plane_check_inline_rotation()
952 supported_formats = sblk->rotation_cfg->rot_format_list; in dpu_plane_check_inline_rotation()
953 num_formats = sblk->rotation_cfg->rot_num_formats; in dpu_plane_check_inline_rotation()
977 const struct dpu_sspp_sub_blks *sblk = pdpu->pipe_hw->cap->sblk; in dpu_plane_atomic_check() local
983 min_scale = FRAC_16_16(1, sblk->maxupscale); in dpu_plane_atomic_check()
986 sblk->maxdwnscale << 16, in dpu_plane_atomic_check()
1056 ret = dpu_plane_check_inline_rotation(pdpu, sblk, src, fmt); in dpu_plane_atomic_check()
1491 } else if (!pdpu->pipe_hw->cap || !pdpu->pipe_hw->cap->sblk) { in dpu_plane_init()
1496 format_list = pdpu->pipe_hw->cap->sblk->format_list; in dpu_plane_init()
1497 num_formats = pdpu->pipe_hw->cap->sblk->num_formats; in dpu_plane_init()