Re: [PATCH] drm/amd/display: Ensure valid event timestamp for cursor-only commits

2022-07-12 Thread Harry Wentland
On 2022-07-12 11:23, Alex Deucher wrote: > On Mon, Jul 11, 2022 at 10:51 AM Michel Dänzer wrote: >> >> From: Michel Dänzer >> >> Requires enabling the vblank machinery for them. >> >> Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2030>>> Signed-off-by: >> Michel Dänzer > > This looks co

Re: [PATCH] drm/amd/display: Ensure valid event timestamp for cursor-only commits

2022-07-12 Thread Alex Deucher
On Mon, Jul 11, 2022 at 10:51 AM Michel Dänzer wrote: > > From: Michel Dänzer > > Requires enabling the vblank machinery for them. > > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2030 > Signed-off-by: Michel Dänzer This looks correct to me, but it would be good if one of the display gu

[PATCH] drm/amd/display: Ensure valid event timestamp for cursor-only commits

2022-07-11 Thread Michel Dänzer
From: Michel Dänzer Requires enabling the vblank machinery for them. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2030 Signed-off-by: Michel Dänzer --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 43 +-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a