Re: [Intel-gfx] [PATCH] drm/i915: Track cursor changes as frontbuffer tracking flushes

2014-08-14 Thread Rodrigo Vivi
Tested-by and Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com On Fri, Aug 8, 2014 at 11:27 AM, Daniel Vetter daniel.vet...@ffwll.ch wrote: We treat other plane updates in the same fashion. Spotted because Rodrigo kept reporting a bug in the PSR code where the frontbuffer was eternally stuck

Re: [Intel-gfx] [PATCH] drm/i915: Track cursor changes as frontbuffer tracking flushes

2014-08-14 Thread Daniel Vetter
On Thu, Aug 14, 2014 at 12:49:06PM -0700, Rodrigo Vivi wrote: Tested-by and Reviewed-by: Rodrigo Vivi rodrigo.v...@intel.com Thanks a lot for testing and review, happy that we've tracked this one down. Patch merged to dinq (since psr is unfortunately already disabled again in 3.17 upstream).

[Intel-gfx] [PATCH] drm/i915: Track cursor changes as frontbuffer tracking flushes

2014-08-08 Thread Daniel Vetter
We treat other plane updates in the same fashion. Spotted because Rodrigo kept reporting a bug in the PSR code where the frontbuffer was eternally stuck with a dirty cursor bit set. The psr testcase should have caught this, but that i-g-t is kaputt. Rodrigo is signed up to fix that. Cc: Rodrigo