Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-26 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8.2, v5.7.16. v5.8.2: Failed to apply! Possible dependencies: 05f13f5b5996

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-19 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8.1, v5.7.15. v5.8.1: Failed to apply! Possible dependencies: 05f13f5b5996

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-13 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.14. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast:

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2020 at 10:25:25AM +0200, Thomas Zimmermann wrote: > Hi > > Am 07.08.20 um 10:50 schrieb dan...@ffwll.ch: > > On Wed, Aug 05, 2020 at 12:54:28PM +0200, Thomas Zimmermann wrote: > >> The ast HW cursor requires the primary plane and CRTC to display at > >> a valid mode and format.

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-12 Thread Thomas Zimmermann
Hi Am 07.08.20 um 10:50 schrieb dan...@ffwll.ch: > On Wed, Aug 05, 2020 at 12:54:28PM +0200, Thomas Zimmermann wrote: >> The ast HW cursor requires the primary plane and CRTC to display at >> a valid mode and format. This is not the case while switching >> display modes, which can lead to the

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-09 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.13. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast:

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-07 Thread daniel
On Wed, Aug 05, 2020 at 12:54:28PM +0200, Thomas Zimmermann wrote: > The ast HW cursor requires the primary plane and CRTC to display at > a valid mode and format. This is not the case while switching > display modes, which can lead to the screen turing permanently dark. > > As a workaround, the

[PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-05 Thread Thomas Zimmermann
The ast HW cursor requires the primary plane and CRTC to display at a valid mode and format. This is not the case while switching display modes, which can lead to the screen turing permanently dark. As a workaround, the ast driver now disables active planes while the mode or format switch takes