[v1] drm/msm/disp/dpu1: add support for hierarchical flush for dspp in sc7280

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Fri Sep 2 11:11:17 UTC 2022


On Fri, 2 Sept 2022 at 12:35, Kalyan Thota <kalyant at qti.qualcomm.com> wrote:
>
>
>
> >-----Original Message-----
> >From: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> >Sent: Friday, August 26, 2022 5:02 PM
> >To: Kalyan Thota <kalyant at qti.qualcomm.com>; Kalyan Thota (QUIC)
> ><quic_kalyant at quicinc.com>; dianders at chromium.org
> >Cc: dri-devel at lists.freedesktop.org; linux-arm-msm at vger.kernel.org;
> >freedreno at lists.freedesktop.org; devicetree at vger.kernel.org; linux-
> >kernel at vger.kernel.org; robdclark at gmail.com; swboyd at chromium.org; Vinod
> >Polimera (QUIC) <quic_vpolimer at quicinc.com>; Abhinav Kumar (QUIC)
> ><quic_abhinavk at quicinc.com>
> >Subject: Re: [v1] drm/msm/disp/dpu1: add support for hierarchical flush for dspp
> >in sc7280

Ugh. I'd kindly ask to fix your email client to behave like a normal one.

> >>>> @@ static void _setup_ctl_ops(struct dpu_hw_ctl_ops *ops,
> >>>>          ops->setup_blendstage = dpu_hw_ctl_setup_blendstage;
> >>>>          ops->get_bitmask_sspp = dpu_hw_ctl_get_bitmask_sspp;
> >>>>          ops->get_bitmask_mixer = dpu_hw_ctl_get_bitmask_mixer;
> >>>> -       ops->get_bitmask_dspp = dpu_hw_ctl_get_bitmask_dspp;
> >>>> +       if (cap & BIT(DPU_CTL_HIERARCHICAL_FLUSH)) {
> >>>> +               ops->get_bitmask_dspp =
> >>>> + dpu_hw_ctl_get_bitmask_dspp_v1;
> >>>
> >>> We have used _v1 for active CTLs. What is the relationship between
> >>> CTL_HIERARCHILCAL_FLUSH and active CTLs?
> >> Active CTL design replaces legacy CTL_MEM_SEL, CTL_OUT_SEL registers
> >> in grouping the resources such as WB, INTF, pingpong, DSC etc into the
> >> data path DSPP hierarchical flush will gives us a finer control on which post
> >processing blocks to be flushed as part of the composition ( like IGC, PCC, GC ..
> >etc ) These blocks are contained in DSPP package.
> >
> >So, I assume that hierarchical DSPP flush does not exist on non-active CTL SoCs.
> >Which supported SoCs do support the hierarchichal DSPP flush?
> >
> Dspp Sub-block flush is supported from the DPU 7-series, the only target in the catalogue is sc7280.

Ack, thanks.


-- 
With best wishes
Dmitry


More information about the dri-devel mailing list