inux-arm-
> >msm ; freedreno
> >; open list:OPEN FIRMWARE AND FLATTENED
> >DEVICE TREE BINDINGS ; LKML >ker...@vger.kernel.org>; Rob Clark ; Stephen Boyd
> >; Vinod Polimera (QUIC)
> >; Abhinav Kumar (QUIC)
> >
> >Subject: Re: [v5] drm/msm/disp/dpu1: add
LKML ker...@vger.kernel.org>; Rob Clark ; Stephen Boyd
>; Vinod Polimera (QUIC)
>; Abhinav Kumar (QUIC)
>
>Subject: Re: [v5] drm/msm/disp/dpu1: add support for dspp sub block flush in
>sc7280
>
>WARNING: This email originated from outside of Qualcomm. Please be wary of
>any
On 29 September 2022 19:13:20 GMT+03:00, Doug Anderson
wrote:
>Hi,
>
>On Wed, Sep 14, 2022 at 5:16 AM Kalyan Thota wrote:
>>
>> Flush mechanism for DSPP blocks has changed in sc7280 family, it
>> allows individual sub blocks to be flushed in coordination with
>> master flush control.
>>
>> Re
On 29 September 2022 19:13:20 GMT+03:00, Doug Anderson
wrote:
>Hi,
>
>On Wed, Sep 14, 2022 at 5:16 AM Kalyan Thota wrote:
>>
>> Flush mechanism for DSPP blocks has changed in sc7280 family, it
>> allows individual sub blocks to be flushed in coordination with
>> master flush control.
>>
>> Re
Hi,
On Wed, Sep 14, 2022 at 5:16 AM Kalyan Thota wrote:
>
> Flush mechanism for DSPP blocks has changed in sc7280 family, it
> allows individual sub blocks to be flushed in coordination with
> master flush control.
>
> Representation: master_flush && (PCC_flush | IGC_flush .. etc )
>
> This chang
Flush mechanism for DSPP blocks has changed in sc7280 family, it
allows individual sub blocks to be flushed in coordination with
master flush control.
Representation: master_flush && (PCC_flush | IGC_flush .. etc )
This change adds necessary support for the above design.
Changes in v1:
- Few nit