Re: [Intel-gfx] [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC

2015-02-11 Thread Daniel Vetter
On Tue, Feb 10, 2015 at 10:19:10AM -0200, Paulo Zanoni wrote: > 2015-02-09 17:05 GMT-02:00 Daniel Vetter : > > Ok, here comes the gist of what needs to be changed. > > - You need to check the fbc-private copy of busy bits, otherwise the > > filtering for the GTT origin won't work. We want to keep

Re: [Intel-gfx] [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC

2015-02-10 Thread Paulo Zanoni
2015-02-09 17:05 GMT-02:00 Daniel Vetter : > On Mon, Feb 09, 2015 at 02:46:32PM -0200, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> Kill the blt/render tracking we currently have and use the frontbuffer >> tracking infrastructure. >> >> Don't enable things by default yet. >> >> v2: (Rodrigo) Fi

Re: [Intel-gfx] [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC

2015-02-09 Thread Daniel Vetter
On Mon, Feb 09, 2015 at 02:46:32PM -0200, Paulo Zanoni wrote: > From: Paulo Zanoni > > Kill the blt/render tracking we currently have and use the frontbuffer > tracking infrastructure. > > Don't enable things by default yet. > > v2: (Rodrigo) Fix small conflict on rebase and typo at subject. >

[Intel-gfx] [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC

2015-02-09 Thread Paulo Zanoni
From: Paulo Zanoni Kill the blt/render tracking we currently have and use the frontbuffer tracking infrastructure. Don't enable things by default yet. v2: (Rodrigo) Fix small conflict on rebase and typo at subject. v3: (Paulo) Rebase on RENDER_CS change. v4: (Paulo) Rebase. Reviewed-by: Rodrig

[Intel-gfx] [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC

2014-12-12 Thread Rodrigo Vivi
From: Paulo Zanoni Kill the blt/render tracking we currently have and use the frontbuffer tracking infrastructure. Don't enable things by default yet. v2: (Rodrigo) Fix small conflict on rebase and typo at subject. Reviewed-by: Rodrigo Vivi Signed-off-by: Paulo Zanoni Signed-off-by: Rodrigo