Patch "drm/ast: Fix black screen after resume" has been added to the 6.10-stable tree

2024-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/ast: Fix black screen after resume to the 6.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-ast-fix-bla

Patch "drm/ast: Fix black screen after resume" has been added to the 6.6-stable tree

2024-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/ast: Fix black screen after resume to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-ast-fix-blac

RE: [PATCH] drm/ast: Fix black screen after resume

2024-07-18 Thread Jammy Huang
l...@redhat.com; > airl...@gmail.com; dan...@ffwll.ch > Cc: dri-devel@lists.freedesktop.org; linux-ker...@vger.kernel.org; Cary > Garrett > > Subject: Re: [PATCH] drm/ast: Fix black screen after resume > > > > Am 18.07.24 um 08:50 schrieb Thomas Zimmermann: > > (Cary, t

Re: [PATCH] drm/ast: Fix black screen after resume

2024-07-18 Thread Thomas Zimmermann
Am 18.07.24 um 08:50 schrieb Thomas Zimmermann: (Cary, this looks like it fixes the problem you reported.) Hi Jammy Am 18.07.24 um 05:03 schrieb Jammy Huang: Suspend will disable pcie device. Thus, resume should do full hw initialization again. Add some APIs to ast_drm_thaw() before ast_pos

Re: [PATCH] drm/ast: Fix black screen after resume

2024-07-17 Thread Thomas Zimmermann
(Cary, this looks like it fixes the problem you reported.) Hi Jammy Am 18.07.24 um 05:03 schrieb Jammy Huang: Suspend will disable pcie device. Thus, resume should do full hw initialization again. Add some APIs to ast_drm_thaw() before ast_post_gpu() to fix the issue. Fixes: 5b71707dd13 ("drm/

[PATCH] drm/ast: Fix black screen after resume

2024-07-17 Thread Jammy Huang
Suspend will disable pcie device. Thus, resume should do full hw initialization again. Add some APIs to ast_drm_thaw() before ast_post_gpu() to fix the issue. Fixes: 5b71707dd13 ("drm/ast: Enable and unlock device access early during init") Signed-off-by: Jammy Huang --- drivers/gpu/drm/ast/ast