Re: [Mesa-dev] [PATCH 28/53] i965/drm: Drop softpin support for now.

2017-04-05 Thread Chris Wilson
On Tue, Apr 04, 2017 at 05:10:18PM -0700, Kenneth Graunke wrote: > We may want this eventually, but simplify for now. We can add it back > later when we actually intend to use it. Yup, this is not how to do relocations, so rip out the chaff and build it back up correctly. Reviewed-by: Chris Wils

[Mesa-dev] [PATCH 28/53] i965/drm: Drop softpin support for now.

2017-04-04 Thread Kenneth Graunke
We may want this eventually, but simplify for now. We can add it back later when we actually intend to use it. --- src/mesa/drivers/dri/i965/brw_bufmgr.h | 7 -- src/mesa/drivers/dri/i965/intel_bufmgr_gem.c | 144 ++- 2 files changed, 8 insertions(+), 143 deletions