RE: [PATCH v2] drm/lcdif: Do not disable clocks on already suspended hardware

2024-02-25 Thread Ying Liu
On Monday, February 26, 2024 3:28 PM, Marek Vasut wrote: > 0, and would trigger a warning from clocks core about this condition. s/clocks/clock/ Liu Ying

[PATCH v2] drm/lcdif: Do not disable clocks on already suspended hardware

2024-02-25 Thread Marek Vasut
In case the LCDIF is enabled in DT but unused, the clocks used by the LCDIF are not enabled. Those clocks may even have a use count of 0 in case there are no other users of those clocks. This can happen e.g. in case the LCDIF drives HDMI bridge which has no panel plugged into the HDMI connector. D