Re: [PATCH v2 2/9] drm/amdgpu: Do not set struct drm_driver.lastclose

2024-08-12 Thread Alex Deucher
On Mon, Aug 12, 2024 at 3:05 PM Alex Deucher wrote: > > On Mon, Aug 12, 2024 at 4:30 AM Thomas Zimmermann wrote: > > > > Remove the implementation of struct drm_driver.lastclose. The hook > > was only necessary before in-kernel DRM clients existed, but is now > > obsolete. The code in amdgpu_driv

Re: [PATCH v2 2/9] drm/amdgpu: Do not set struct drm_driver.lastclose

2024-08-12 Thread Alex Deucher
On Mon, Aug 12, 2024 at 4:30 AM Thomas Zimmermann wrote: > > Remove the implementation of struct drm_driver.lastclose. The hook > was only necessary before in-kernel DRM clients existed, but is now > obsolete. The code in amdgpu_driver_lastclose_kms() is performed by > drm_lastclose(). > > v2: > -

Re: [PATCH v2 2/9] drm/amdgpu: Do not set struct drm_driver.lastclose

2024-08-12 Thread Daniel Vetter
On Mon, Aug 12, 2024 at 10:28:23AM +0200, Thomas Zimmermann wrote: > Remove the implementation of struct drm_driver.lastclose. The hook > was only necessary before in-kernel DRM clients existed, but is now > obsolete. The code in amdgpu_driver_lastclose_kms() is performed by > drm_lastclose(). > >