Re: [PATCH 0/6] drm/msm/dpu: use UBWC data from MDSS driver

2023-05-21 Thread Dmitry Baryshkov
On 22/05/2023 00:50, Steev Klimaszewski wrote: Hi Dmitry On Sun, May 21, 2023 at 12:28 PM Dmitry Baryshkov wrote: Both DPU and MDSS programming requires knowledge of some of UBWC parameters. This results in duplication of UBWC data between MDSS and DPU drivers. To remove such duplication and

Re: [PATCH 0/6] drm/msm/dpu: use UBWC data from MDSS driver

2023-05-21 Thread Steev Klimaszewski
Hi Dmitry On Sun, May 21, 2023 at 12:28 PM Dmitry Baryshkov wrote: > > Both DPU and MDSS programming requires knowledge of some of UBWC > parameters. This results in duplication of UBWC data between MDSS and > DPU drivers. To remove such duplication and make the driver more > error-prone, export

[PATCH 0/6] drm/msm/dpu: use UBWC data from MDSS driver

2023-05-21 Thread Dmitry Baryshkov
Both DPU and MDSS programming requires knowledge of some of UBWC parameters. This results in duplication of UBWC data between MDSS and DPU drivers. To remove such duplication and make the driver more error-prone, export respective configuration from the MDSS driver and make DPU use it, instead of b