: 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
, 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
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
, 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
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
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