Re: [PATCH] drm/msm: remove exra drm_kms_helper_poll_init() call

2023-11-21 Thread Abhinav Kumar
On Tue, 07 Nov 2023 13:14:13 +0200, Dmitry Baryshkov wrote: > It seems during rebases I have left a call to drm_kms_helper_poll_init() > which is not guarded by the (priv->kms_init) check. This leads to the > crash for the boards which don't have KMS output. Drop this call, as > there is a correc

Re: [PATCH] drm/msm: remove exra drm_kms_helper_poll_init() call

2023-11-07 Thread Abhinav Kumar
On 11/7/2023 3:14 AM, Dmitry Baryshkov wrote: It seems during rebases I have left a call to drm_kms_helper_poll_init() which is not guarded by the (priv->kms_init) check. This leads to the crash for the boards which don't have KMS output. Drop this call, as there is a correctly guarded one nex

[PATCH] drm/msm: remove exra drm_kms_helper_poll_init() call

2023-11-07 Thread Dmitry Baryshkov
It seems during rebases I have left a call to drm_kms_helper_poll_init() which is not guarded by the (priv->kms_init) check. This leads to the crash for the boards which don't have KMS output. Drop this call, as there is a correctly guarded one next to the one being removed. Fixes: 506efcba3129 ("