Re: [PATCH v7 05/12] drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()

2025-01-14 Thread Dmitry Baryshkov
On Tue, Jan 14, 2025 at 11:26:19AM +0530, Aradhya Bhatia wrote: > From: Aradhya Bhatia > > The crtc_* mode parameters do not get generated (duplicated in this > case) from the regular parameters before the mode validation phase > begins. > > The rest of the code conditionally uses the crtc_* par

[PATCH v7 05/12] drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()

2025-01-13 Thread Aradhya Bhatia
From: Aradhya Bhatia The crtc_* mode parameters do not get generated (duplicated in this case) from the regular parameters before the mode validation phase begins. The rest of the code conditionally uses the crtc_* parameters only during the bridge enable phase, but sticks to the regular paramet