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
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