Re: [Freedreno] [PATCH v1 3/4] drm/msm/mdp4: move resource allocation to the _probe function

2022-09-02 Thread Abhinav Kumar
On 9/2/2022 12:05 PM, Dmitry Baryshkov wrote: On Fri, 2 Sept 2022 at 21:07, Abhinav Kumar wrote: On 9/1/2022 11:06 PM, Dmitry Baryshkov wrote: On 2 September 2022 03:24:17 GMT+03:00, Abhinav Kumar wrote: On 6/20/2022 2:30 PM, Dmitry Baryshkov wrote: To let the probe function bail

Re: [Freedreno] [PATCH v1 3/4] drm/msm/mdp4: move resource allocation to the _probe function

2022-09-02 Thread Dmitry Baryshkov
On Fri, 2 Sept 2022 at 21:07, Abhinav Kumar wrote: > > > > On 9/1/2022 11:06 PM, Dmitry Baryshkov wrote: > > > > > > On 2 September 2022 03:24:17 GMT+03:00, Abhinav Kumar > > wrote: > >> > >> > >> On 6/20/2022 2:30 PM, Dmitry Baryshkov wrote: > >>> To let the probe function bail early if any of

Re: [Freedreno] [PATCH v1 3/4] drm/msm/mdp4: move resource allocation to the _probe function

2022-09-02 Thread Abhinav Kumar
On 9/1/2022 11:06 PM, Dmitry Baryshkov wrote: On 2 September 2022 03:24:17 GMT+03:00, Abhinav Kumar wrote: On 6/20/2022 2:30 PM, Dmitry Baryshkov wrote: To let the probe function bail early if any of the resources is unavailable, move resource allocattion from kms_init directly to the

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

2022-09-02 Thread Dmitry Baryshkov
On Fri, 2 Sept 2022 at 12:35, Kalyan Thota wrote: > > > > >-Original Message- > >From: Dmitry Baryshkov > >Sent: Friday, August 26, 2022 5:02 PM > >To: Kalyan Thota ; Kalyan Thota (QUIC) > >; diand...@chromium.org > >Cc: dri-de...@lists.freedesktop.org; linux-arm-...@vger.kernel.org; > >f

Re: [Freedreno] [v2] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280

2022-09-02 Thread Dmitry Baryshkov
On Fri, 2 Sept 2022 at 12:38, 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 change adds

[Freedreno] [v2] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280

2022-09-02 Thread Kalyan Thota
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

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

2022-09-02 Thread Kalyan Thota
>-Original Message- >From: Dmitry Baryshkov >Sent: Friday, August 26, 2022 5:02 PM >To: Kalyan Thota ; Kalyan Thota (QUIC) >; diand...@chromium.org >Cc: dri-de...@lists.freedesktop.org; linux-arm-...@vger.kernel.org; >freedreno@lists.freedesktop.org; devicet...@vger.kernel.org; linux- >k