Re: [Mesa-dev] [PATCH 34/53] i965/drm: Drop GEM_SW_FINISH stuff.

2017-04-05 Thread Chris Wilson
On Tue, Apr 04, 2017 at 05:10:24PM -0700, Kenneth Graunke wrote: > This is only useful when doing an incoherent CPU mapping of the current > scanout buffer. That's a terrible plan, so we never do it. We always > use an uncached GTT map. (Or WC mmap ;) > So, this is useless. Drop the code. Re

[Mesa-dev] [PATCH 34/53] i965/drm: Drop GEM_SW_FINISH stuff.

2017-04-04 Thread Kenneth Graunke
This is only useful when doing an incoherent CPU mapping of the current scanout buffer. That's a terrible plan, so we never do it. We always use an uncached GTT map. So, this is useless. Drop the code. --- src/mesa/drivers/dri/i965/intel_bufmgr_gem.c | 24 1 file chang