Re: [Intel-gfx] [PATCH] intel: fix fullscreen damage posting on pageflip

2012-10-11 Thread Chris Wilson
On Thu, 11 Oct 2012 18:12:18 +1000, Dave Airlie wrote: > On Thu, Oct 11, 2012 at 5:53 PM, Chris Wilson > wrote: > > On Thu, 11 Oct 2012 14:30:29 +1000, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> While playing with MPX and sw cursor I noticed page flips won't > >> end up misrendering s

Re: [Intel-gfx] [PATCH] intel: fix fullscreen damage posting on pageflip

2012-10-11 Thread Dave Airlie
On Thu, Oct 11, 2012 at 5:53 PM, Chris Wilson wrote: > On Thu, 11 Oct 2012 14:30:29 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> While playing with MPX and sw cursor I noticed page flips won't >> end up misrendering some bits, so the sw cursor was replacing the >> bits on the wrong pixma

Re: [Intel-gfx] [PATCH] intel: fix fullscreen damage posting on pageflip

2012-10-11 Thread Chris Wilson
On Thu, 11 Oct 2012 14:30:29 +1000, Dave Airlie wrote: > From: Dave Airlie > > While playing with MPX and sw cursor I noticed page flips won't > end up misrendering some bits, so the sw cursor was replacing the > bits on the wrong pixmap. > > Fix the damage handling to be correct and append dam

[Intel-gfx] [PATCH] intel: fix fullscreen damage posting on pageflip

2012-10-10 Thread Dave Airlie
From: Dave Airlie While playing with MPX and sw cursor I noticed page flips won't end up misrendering some bits, so the sw cursor was replacing the bits on the wrong pixmap. Fix the damage handling to be correct and append damage before swapping the pointers and process damage after. This fixes