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

2024-02-02 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-02 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-02 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