Re: [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-02-12 Thread Alex Deucher
Acked-by: Alex Deucher for the series. On Thu, Feb 6, 2025 at 5:37 PM Harry Wentland wrote: > > > > On 2025-01-27 14:59, André Almeida wrote: > > amdgpu can handle async flips on overlay planes, so allow it for atomic > > async checks. > > > > Signed-off-by: André Almeida > > Reviewed-by: Harry

Re: [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-02-06 Thread Harry Wentland
On 2025-01-27 14:59, André Almeida wrote: > amdgpu can handle async flips on overlay planes, so allow it for atomic > async checks. > > Signed-off-by: André Almeida Reviewed-by: Harry Wentland Harry > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 10 ++ > 1 file

Re: [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-01-29 Thread Xaver Hugl
> It's not the intention of this patch to disable async updates on cursor > planes... but I don't think it's happening here? Async plane updates and > async page flips are different things. Right, these are different code paths. Nevermind then, it's just a bit confusing. > Any function that used t

Re: [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-01-29 Thread André Almeida
Em 29/01/2025 11:36, Xaver Hugl escreveu: Am Mo., 27. Jan. 2025 um 21:00 Uhr schrieb André Almeida : amdgpu can handle async flips on overlay planes, so allow it for atomic async checks. Signed-off-by: André Almeida --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 10 ++

Re: [PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-01-29 Thread Xaver Hugl
Am Mo., 27. Jan. 2025 um 21:00 Uhr schrieb André Almeida : > > amdgpu can handle async flips on overlay planes, so allow it for atomic > async checks. > > Signed-off-by: André Almeida > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 10 ++ > 1 file changed, 6 insertions(+

[PATCH v12 2/2] drm/amdgpu: Enable async flip on overlay planes

2025-01-27 Thread André Almeida
amdgpu can handle async flips on overlay planes, so allow it for atomic async checks. Signed-off-by: André Almeida --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdg