Re: [PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

2020-08-27 Thread Thomas Zimmermann
Hi Am 26.08.20 um 15:54 schrieb 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

Re: [PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

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 ("drm/a

Re: [PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

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 ("drm/a

Re: [PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

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 1/4] drm/ast: Only set format registers if primary plane's format changes

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:

[PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

2020-08-05 Thread Thomas Zimmermann
The atomic modesetting code tried to distinguish format changes from full modesetting operations. But the implementation was buggy and the format registers were often updated even for simple pageflips. Fix this problem by distinguishing between format and mode changes; and handle each in it's own