Re: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-27 Thread Alex Deucher
: Thursday, October 20, 2022 10:36 PM > >>>> To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org > >>>> Cc: Deucher, Alexander ; Thomas > >>>> Zimmermann > >>>> Subject: [PATCH] drm/amdgpu: don't call drm_f

Re: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-25 Thread Thomas Zimmermann
, October 20, 2022 10:36 PM To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org Cc: Deucher, Alexander ; Thomas Zimmermann Subject: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose() It's used to restore the fbdev console, but as amdgpu uses gen

Re: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-24 Thread Alex Deucher
f Of Alex > >> Deucher > >> Sent: Thursday, October 20, 2022 10:36 PM > >> To: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org > >> Cc: Deucher, Alexander ; Thomas > >> Zimmermann > >> Subject: [PATCH] drm/amdgpu: don't call

Re: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-24 Thread Thomas Zimmermann
, Alexander ; Thomas Zimmermann Subject: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose() It's used to restore the fbdev console, but as amdgpu uses generic fbdev emulation, the console is being restored by the DRM client helpers already. See the call to drm_client_d

RE: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-23 Thread Quan, Evan
homas > Zimmermann > Subject: [PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in > lastclose() > > It's used to restore the fbdev console, but as amdgpu uses > generic fbdev emulation, the console is being restored by the > DRM client helpers already. See the ca

[PATCH] drm/amdgpu: don't call drm_fb_helper_lastclose in lastclose()

2022-10-20 Thread Alex Deucher
It's used to restore the fbdev console, but as amdgpu uses generic fbdev emulation, the console is being restored by the DRM client helpers already. See the call to drm_client_dev_restore() in drm_lastclose(). Fixes: 087451f372bf76 ("drm/amdgpu: use generic fb helpers instead of setting up AMD ow