Re: [PATCH v4 0/2] drm: Check polling initialized before

2024-02-28 Thread Daniel Vetter
On Mon, Feb 19, 2024 at 10:02:17PM -0800, Shradha Gupta wrote: > Gentle reminder to consume this patchset. Apologies, I've assumed you have commit rights or know someone, but seems like no one from microsoft can push to drm-misc :-/ Applied to drm-misc-next now, thanks for your patches! -Sima >

Re: [PATCH v4 0/2] drm: Check polling initialized before

2024-02-19 Thread Shradha Gupta
Gentle reminder to consume this patchset. On Tue, Feb 06, 2024 at 03:07:47PM +0100, Daniel Vetter wrote: > On Thu, Feb 01, 2024 at 10:42:56PM -0800, Shradha Gupta wrote: > > This patchset consists of sanity checks before enabling/disabling > > output polling to make sure we do not call polling ena

Re: [PATCH v4 0/2] drm: Check polling initialized before

2024-02-06 Thread Daniel Vetter
On Thu, Feb 01, 2024 at 10:42:56PM -0800, Shradha Gupta wrote: > This patchset consists of sanity checks before enabling/disabling > output polling to make sure we do not call polling enable and disable > functions when polling for the device is not initialized or is now > uninitialized(by drm_kms_

[PATCH v4 0/2] drm: Check polling initialized before

2024-02-01 Thread Shradha Gupta
This patchset consists of sanity checks before enabling/disabling output polling to make sure we do not call polling enable and disable functions when polling for the device is not initialized or is now uninitialized(by drm_kms_helper_poll_fini() function) The first patch consists of these checks