Re: [RFT PATCH v2 07/12] drm/amdgpu: Call drm_atomic_helper_shutdown() at shutdown time

2023-09-25 Thread Doug Anderson
a, Le > > ; Lazar, Lijo ; linux- > > ker...@vger.kernel.org; maarten.lankho...@linux.intel.com; Limonciello, > > Mario ; mdaen...@redhat.com; Zhang, > > Morris ; SHANMUGAM, SRINIVASAN > > ; tzimmerm...@suse.de > > Subject: [RFT PATCH v2 07/12] drm/amdgpu: Call > >

RE: [RFT PATCH v2 07/12] drm/amdgpu: Call drm_atomic_helper_shutdown() at shutdown time

2023-09-25 Thread Deucher, Alexander
..@redhat.com; Zhang, > Morris ; SHANMUGAM, SRINIVASAN > ; tzimmerm...@suse.de > Subject: [RFT PATCH v2 07/12] drm/amdgpu: Call > drm_atomic_helper_shutdown() at shutdown time > > Based on grepping through the source code this driver appears to be missing a > call to drm_atomic_

[RFT PATCH v2 07/12] drm/amdgpu: Call drm_atomic_helper_shutdown() at shutdown 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() at system shutdown time. Among other things, this means that if a panel is in use that it won't be cleanly powered off at system shutdown time. The fact that we should call