Re: [PATCH v2 01/13] drm/bridge: lt9611: fix sleep mode setup

2023-01-12 Thread Neil Armstrong
On 08/01/2023 17:56, Dmitry Baryshkov wrote: On atomic_post_disable the bridge goes to the low power state. However the code disables too much of the chip, so the HPD event is not being detected and delivered to the host. Reduce the power saving in order to get the HPD event. Fixes: 23278bf54afe

[PATCH v2 01/13] drm/bridge: lt9611: fix sleep mode setup

2023-01-08 Thread Dmitry Baryshkov
On atomic_post_disable the bridge goes to the low power state. However the code disables too much of the chip, so the HPD event is not being detected and delivered to the host. Reduce the power saving in order to get the HPD event. Fixes: 23278bf54afe ("drm/bridge: Introduce LT9611 DSI to HDMI bri