Re: [PATCH v3 02/10] drm/bridge: cdns-dsi: Fix the phy_initialized variable

2024-06-19 Thread Aradhya Bhatia
On 18/06/24 01:04, Dmitry Baryshkov wrote: > On Mon, 17 Jun 2024 at 17:16, Aradhya Bhatia wrote: >> >> Hi Dmitry, >> >> Thanks for reviewing the patches! >> >> On 17/06/24 17:29, Dmitry Baryshkov wrote: >>> On Mon, Jun 17, 2024 at 04:23:03PM GMT, Aradhya Bhatia wrote: Update the Phy initia

Re: [PATCH v3 02/10] drm/bridge: cdns-dsi: Fix the phy_initialized variable

2024-06-17 Thread Dmitry Baryshkov
On Mon, 17 Jun 2024 at 17:16, Aradhya Bhatia wrote: > > Hi Dmitry, > > Thanks for reviewing the patches! > > On 17/06/24 17:29, Dmitry Baryshkov wrote: > > On Mon, Jun 17, 2024 at 04:23:03PM GMT, Aradhya Bhatia wrote: > >> Update the Phy initialized state to "not initialized" when the driver > >>

Re: [PATCH v3 02/10] drm/bridge: cdns-dsi: Fix the phy_initialized variable

2024-06-17 Thread Aradhya Bhatia
Hi Dmitry, Thanks for reviewing the patches! On 17/06/24 17:29, Dmitry Baryshkov wrote: > On Mon, Jun 17, 2024 at 04:23:03PM GMT, Aradhya Bhatia wrote: >> Update the Phy initialized state to "not initialized" when the driver >> (and the hardware by extension) gets suspended. This will allow the P

Re: [PATCH v3 02/10] drm/bridge: cdns-dsi: Fix the phy_initialized variable

2024-06-17 Thread Dmitry Baryshkov
On Mon, Jun 17, 2024 at 04:23:03PM GMT, Aradhya Bhatia wrote: > Update the Phy initialized state to "not initialized" when the driver > (and the hardware by extension) gets suspended. This will allow the Phy > to get initialized again after resume. > > Fixes: e19233955d9e ("drm/bridge: Add Cadence

[PATCH v3 02/10] drm/bridge: cdns-dsi: Fix the phy_initialized variable

2024-06-17 Thread Aradhya Bhatia
Update the Phy initialized state to "not initialized" when the driver (and the hardware by extension) gets suspended. This will allow the Phy to get initialized again after resume. Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver") Signed-off-by: Aradhya Bhatia --- drivers/gpu/drm/bridge