Re: [PATCH xf86-video-ati 3/3] present: Wait for screen pixmap BO idle before setting modes for unflip

2017-02-21 Thread Alex Deucher
On Tue, Feb 21, 2017 at 4:03 AM, Michel Dänzer wrote: > From: Michel Dänzer > > To make sure the screen pixmap contents are up to date when it starts > being scanned out. > > Signed-off-by: Michel Dänzer Series is:

[PATCH xf86-video-ati 3/3] present: Wait for screen pixmap BO idle before setting modes for unflip

2017-02-21 Thread Michel Dänzer
From: Michel Dänzer To make sure the screen pixmap contents are up to date when it starts being scanned out. Signed-off-by: Michel Dänzer --- src/radeon_present.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/radeon_present.c