Re: [PATCH 3/7] drm/msm/dpu: Always flush the slave INTF on the CTL

2024-04-23 Thread Abhinav Kumar
On 4/16/2024 4:57 PM, Marijn Suijten wrote: As we can clearly see in a downstream kernel [1], flushing the slave INTF is skipped /only if/ the PPSPLIT topology is active. However, when DPU was originally submitted to mainline PPSPLIT was no longer part of it (seems to have been ripped out

Re: [PATCH 2/2] drm/msm/dsi: Remove dsi_phy_write_[un]delay()

2024-04-23 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 12:37:00AM +0200, Konrad Dybcio wrote: > These are dummy wrappers that do literally nothing interesting. > Remove them. > > Signed-off-by: Konrad Dybcio > --- > drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 3 -- > drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 3 +- >

Re: [PATCH 1/2] drm/msm/dsi: Remove dsi_phy_read/write()

2024-04-23 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 12:36:59AM +0200, Konrad Dybcio wrote: > These are dummy wrappers that do literally nothing interesting. > Remove them. > > Signed-off-by: Konrad Dybcio > --- > drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 2 - > drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c |