Re: [Freedreno] [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-12-01 Thread Dmitry Baryshkov
On Fri, 1 Dec 2023 at 21:04, Abhinav Kumar wrote: > > > > On 11/30/2023 11:20 PM, Dmitry Baryshkov wrote: > > On Fri, 1 Dec 2023 at 02:41, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 8/30/2023 5:11 PM, Dmitry Baryshkov wrote: > >>> On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar > >>> wrote: >

Re: [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-12-01 Thread Abhinav Kumar
On 11/30/2023 11:20 PM, Dmitry Baryshkov wrote: On Fri, 1 Dec 2023 at 02:41, Abhinav Kumar wrote: On 8/30/2023 5:11 PM, Dmitry Baryshkov wrote: On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar wrote: Add an API dpu_encoder_helper_phys_setup_cdm() which can be used by the writeback encoder

Re: [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-11-30 Thread Dmitry Baryshkov
On Fri, 1 Dec 2023 at 02:41, Abhinav Kumar wrote: > > > > On 8/30/2023 5:11 PM, Dmitry Baryshkov wrote: > > On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar > > wrote: > >> > >> Add an API dpu_encoder_helper_phys_setup_cdm() which can be used by > >> the writeback encoder to setup the CDM block. > >>

Re: [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-11-30 Thread Abhinav Kumar
On 8/30/2023 5:11 PM, Dmitry Baryshkov wrote: On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar wrote: Add an API dpu_encoder_helper_phys_setup_cdm() which can be used by the writeback encoder to setup the CDM block. Currently, this is defined and used within the writeback's physical encoder lay

Re: [PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-08-30 Thread Dmitry Baryshkov
On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar wrote: > > Add an API dpu_encoder_helper_phys_setup_cdm() which can be used by > the writeback encoder to setup the CDM block. > > Currently, this is defined and used within the writeback's physical > encoder layer however, the function can be modified t

[PATCH 11/16] drm/msm/dpu: add an API to setup the CDM block for writeback

2023-08-30 Thread Abhinav Kumar
Add an API dpu_encoder_helper_phys_setup_cdm() which can be used by the writeback encoder to setup the CDM block. Currently, this is defined and used within the writeback's physical encoder layer however, the function can be modified to be used to setup the CDM block even for non-writeback interfa