Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-04 Thread Stefan Wahren
Hi Peter, Am 02.07.24 um 22:02 schrieb Peter Robinson: Hi Stefan, Suspend of VC4 HDMI will likely triggers a warning from vc4_hdmi_connector_detect_ctx() during poll of connector status. The power management will prevent the resume and keep the relevant power domain disabled. Since there is n

Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-03 Thread Dave Stevenson
Hi Stefan On Wed, 3 Jul 2024 at 16:32, Stefan Wahren wrote: > > Am 03.07.24 um 12:28 schrieb Stefan Wahren: > > Hi Maxime, > > > > Am 02.07.24 um 15:48 schrieb Maxime Ripard: > >> Hi, > >> > >> On Sun, Jun 30, 2024 at 05:36:48PM GMT, Stefan Wahren wrote: > >>> Suspend of VC4 HDMI will likely trig

Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-03 Thread Stefan Wahren
Am 03.07.24 um 12:28 schrieb Stefan Wahren: Hi Maxime, Am 02.07.24 um 15:48 schrieb Maxime Ripard: Hi, On Sun, Jun 30, 2024 at 05:36:48PM GMT, Stefan Wahren wrote: Suspend of VC4 HDMI will likely triggers a warning from vc4_hdmi_connector_detect_ctx() during poll of connector status. The powe

Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-03 Thread Stefan Wahren
Hi Maxime, Am 02.07.24 um 15:48 schrieb Maxime Ripard: Hi, On Sun, Jun 30, 2024 at 05:36:48PM GMT, Stefan Wahren wrote: Suspend of VC4 HDMI will likely triggers a warning from vc4_hdmi_connector_detect_ctx() during poll of connector status. The power management will prevent the resume and keep

Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-02 Thread Peter Robinson
Hi Stefan, > Suspend of VC4 HDMI will likely triggers a warning from > vc4_hdmi_connector_detect_ctx() during poll of connector status. > The power management will prevent the resume and keep the relevant > power domain disabled. > > Since there is no reason to poll the connector status during > s

Re: [PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-07-02 Thread Maxime Ripard
Hi, On Sun, Jun 30, 2024 at 05:36:48PM GMT, Stefan Wahren wrote: > Suspend of VC4 HDMI will likely triggers a warning from > vc4_hdmi_connector_detect_ctx() during poll of connector status. > The power management will prevent the resume and keep the relevant > power domain disabled. > > Since the

[PATCH 07/11] drm/vc4: hdmi: Disable connector status polling during suspend

2024-06-30 Thread Stefan Wahren
Suspend of VC4 HDMI will likely triggers a warning from vc4_hdmi_connector_detect_ctx() during poll of connector status. The power management will prevent the resume and keep the relevant power domain disabled. Since there is no reason to poll the connector status during suspend, the polling shoul