Re: [PATCH] drm: Check output polling initialized before disabling

2024-01-04 Thread Saurabh Singh Sengar
On Thu, Jan 04, 2024 at 09:19:42PM -0800, Shradha Gupta wrote: > On Wed, Dec 27, 2023 at 02:33:17AM -0800, Saurabh Singh Sengar wrote: > > On Tue, Dec 26, 2023 at 11:27:15PM -0800, Shradha Gupta wrote: > > > In drm_mode_config_helper_suspend() check if output polling > > > support is initialized

Re: [PATCH] drm: Check output polling initialized before disabling

2024-01-04 Thread Shradha Gupta
On Wed, Dec 27, 2023 at 02:33:17AM -0800, Saurabh Singh Sengar wrote: > On Tue, Dec 26, 2023 at 11:27:15PM -0800, Shradha Gupta wrote: > > In drm_mode_config_helper_suspend() check if output polling > > support is initialized before enabling/disabling polling. > > For drivers like hyperv-drm, that

[PATCH] drm: Check output polling initialized before disabling

2023-12-28 Thread Shradha Gupta
In drm_mode_config_helper_suspend() check if output polling support is initialized before enabling/disabling polling. For drivers like hyperv-drm, that do not initialize connector polling, if suspend is called without this check, it leads to suspend failure with following stack [ 770.719392]

Re: [PATCH] drm: Check output polling initialized before disabling

2023-12-27 Thread Saurabh Singh Sengar
On Tue, Dec 26, 2023 at 11:27:15PM -0800, Shradha Gupta wrote: > In drm_mode_config_helper_suspend() check if output polling > support is initialized before enabling/disabling polling. > For drivers like hyperv-drm, that do not initialize connector > polling, if suspend is called without this