Re: [RFT PATCH v2 11/12] drm/radeon: Call drm_helper_force_disable_all() at shutdown/remove time

2023-09-25 Thread Doug Anderson
uglas Anderson ; Pan, Xinhui > > ; airl...@gmail.com; Deucher, Alexander > > ; amd-gfx@lists.freedesktop.org; Koenig, > > Christian ; dan...@ffwll.ch; linux- > > ker...@vger.kernel.org > > Subject: [RFT PATCH v2 11/12] drm/radeon: Call > > drm_helper_force_disable_all(

RE: [RFT PATCH v2 11/12] drm/radeon: Call drm_helper_force_disable_all() at shutdown/remove time

2023-09-25 Thread Deucher, Alexander
; Koenig, > Christian ; dan...@ffwll.ch; linux- > ker...@vger.kernel.org > Subject: [RFT PATCH v2 11/12] drm/radeon: Call > drm_helper_force_disable_all() at shutdown/remove time > > Based on grepping through the source code, this driver appears to be missing > a call to drm

[RFT PATCH v2 11/12] drm/radeon: Call drm_helper_force_disable_all() at shutdown/remove time

2023-09-21 Thread Douglas Anderson
Based on grepping through the source code, this driver appears to be missing a call to drm_atomic_helper_shutdown(), or in this case the non-atomic equivalent drm_helper_force_disable_all(), at system shutdown time and at driver remove time. This is important because drm_helper_force_disable_all()