Re: [PATCH] drm/amd/display: Check all enabled planes in dm_check_crtc_cursor

2023-09-27 Thread Hamza Mahfooz
On 9/12/23 06:22, Michel Dänzer wrote: From: Michel Dänzer It was only checking planes which had any state changes in the same commit. However, it also needs to check other enabled planes. Not doing this meant that a commit might spuriously "succeed", resulting in the cursor plane displaying

Re: [PATCH] drm/amd/display: Check all enabled planes in dm_check_crtc_cursor

2023-09-20 Thread Alex Deucher
On Tue, Sep 12, 2023 at 6:22 AM Michel Dänzer wrote: > > From: Michel Dänzer > > It was only checking planes which had any state changes in the same > commit. However, it also needs to check other enabled planes. > > Not doing this meant that a commit might spuriously "succeed", resulting > in

[PATCH] drm/amd/display: Check all enabled planes in dm_check_crtc_cursor

2023-09-12 Thread Michel Dänzer
From: Michel Dänzer It was only checking planes which had any state changes in the same commit. However, it also needs to check other enabled planes. Not doing this meant that a commit might spuriously "succeed", resulting in the cursor plane displaying with incorrect scaling. See