Re: [PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources

2022-04-08 Thread Dmitry Baryshkov
On Fri, 8 Apr 2022 at 20:12, Sankeerth Billakanti wrote: > > > > On Wed, Mar 30, 2022 at 9:04 AM Sankeerth Billakanti > > > wrote: > > >> > > >> The aux_bus support with the dp_display driver will enable the dp > > >> resources during msm_dp_modeset_init. The host_init has to return > > >> early

RE: [PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources

2022-04-08 Thread Sankeerth Billakanti
> > On Wed, Mar 30, 2022 at 9:04 AM Sankeerth Billakanti > > wrote: > >> > >> The aux_bus support with the dp_display driver will enable the dp > >> resources during msm_dp_modeset_init. The host_init has to return > >> early if the core is already initialized to prevent putting an > >>

Re: [PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources

2022-04-08 Thread Dmitry Baryshkov
On 01/04/2022 02:23, Doug Anderson wrote: Hi, On Wed, Mar 30, 2022 at 9:04 AM Sankeerth Billakanti wrote: The aux_bus support with the dp_display driver will enable the dp resources during msm_dp_modeset_init. The host_init has to return early if the core is already initialized to prevent

Re: [PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources

2022-03-31 Thread Doug Anderson
Hi, On Wed, Mar 30, 2022 at 9:04 AM Sankeerth Billakanti wrote: > > The aux_bus support with the dp_display driver will enable the dp > resources during msm_dp_modeset_init. The host_init has to return early > if the core is already initialized to prevent putting an additional vote > for the dp

[PATCH v6 5/8] drm/msm/dp: prevent multiple votes for dp resources

2022-03-30 Thread Sankeerth Billakanti
The aux_bus support with the dp_display driver will enable the dp resources during msm_dp_modeset_init. The host_init has to return early if the core is already initialized to prevent putting an additional vote for the dp controller resources. Signed-off-by: Sankeerth Billakanti ---