Re: [PATCH 26/45] drm/msm/dp: replace power_on with active_stream_cnt for dp_display

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:57PM -0800, Abhinav Kumar wrote: > For DP MST, the link clock and power domain resources stay on until > both streams have been disabled OR we receive hotplug. Introduce an > active_stream_cnt to track the number of active streams and necessary > state handling. Replac

[PATCH 26/45] drm/msm/dp: replace power_on with active_stream_cnt for dp_display

2024-12-05 Thread Abhinav Kumar
For DP MST, the link clock and power domain resources stay on until both streams have been disabled OR we receive hotplug. Introduce an active_stream_cnt to track the number of active streams and necessary state handling. Replace the power_on variable with active_stream_cnt as power_on boolean work