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 n

[PATCH v4, 2/2] drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes

2024-02-01 Thread Shradha Gupta
/oe-lkp/202401191128.db8423f1-oliver.s...@intel.com Signed-off-by: Shradha Gupta --- Changes in v4 * Clubbed this patch with similar patches and added a cover letter --- drivers/gpu/drm/drm_probe_helper.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v4, 1/2] drm: Check output polling initialized before disabling

2024-02-01 Thread Shradha Gupta
0005 [ 770.949015] R13: 55d7dd4c53e0 R14: 0005 R15: 7ff1b29f69e0 [ 770.949016] [ 770.949017] ---[ end trace e6fa0618bfa2f31d ]--- Built-on: Rhel9, Ubuntu22 Signed-off-by: Shradha Gupta --- Changes in v4 * clubbed similar patches together and added a cover letter C

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

2024-02-01 Thread Shradha Gupta
check in drm_helper_probe_single_connector_modes() function that is exposed by the new warning introduced in the first patch. Shradha Gupta (2): drm: Check output polling initialized before disabling drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes

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

2024-02-01 Thread Shradha Gupta
On Mon, Jan 22, 2024 at 02:49:59AM -0800, Shradha Gupta wrote: > Hi all, > to me it seems like the patch has uncovered a genuine warning in > drm_helper_probe_single_connector_modes() function. > Before calling drm_kms_helper_poll_enable() there should be

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

2024-01-22 Thread Shradha Gupta
er]" > on: > > commit: 98a690eb11a5f722cfff1dd5c3ac46f9ba326919 ("[PATCH v3] drm: Check > output polling initialized before disabling") > url: > https://github.com/intel-lab-lkp/linux/commits/Shradha-Gupta/drm-Check-output-polling-initialized-before-disabling/20240115-124300 > base: git://anongit

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

2024-01-14 Thread Shradha Gupta
0005 [ 770.949015] R13: 55d7dd4c53e0 R14: 0005 R15: 7ff1b29f69e0 [ 770.949016] [ 770.949017] ---[ end trace e6fa0618bfa2f31d ]--- Built-on: Rhel9, Ubuntu22 Signed-off-by: Shradha Gupta --- Changes in v3 * Also added checks in the _suspend and _resume calls to avoid

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

2024-01-12 Thread Shradha Gupta
On Wed, Jan 10, 2024 at 11:53:51AM +0100, Daniel Vetter wrote: > On Tue, Jan 09, 2024 at 10:59:47PM -0800, Shradha Gupta wrote: > > In drm_kms_helper_poll_disable() check if output polling > > support is initialized before disabling polling. > > For drivers like hyperv-drm, t

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

2024-01-09 Thread Shradha Gupta
dd4c9510 R09: 7ff1b29b14e0 [ 770.949014] R10: 7ff1b29b13e0 R11: 0246 R12: 0005 [ 770.949015] R13: 55d7dd4c53e0 R14: 0005 R15: 7ff1b29f69e0 [ 770.949016] [ 770.949017] ---[ end trace e6fa0618bfa2f31d ]--- Built-on: Rhel9, Ubuntu22 Signed-off-by: S

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 dr

[PATCH] drm: Check output polling initialized before disabling

2023-12-28 Thread Shradha Gupta
dd4c9510 R09: 7ff1b29b14e0 [ 770.949014] R10: 7ff1b29b13e0 R11: 0246 R12: 0005 [ 770.949015] R13: 55d7dd4c53e0 R14: 0005 R15: 7ff1b29f69e0 [ 770.949016] [ 770.949017] ---[ end trace e6fa0618bfa2f31d ]--- Built-on: Rhel9, Ubuntu22 Signed-off