[Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Chris Wilson
commit c6916417c8575637659686ff0e4f744babf0cb4e Author: Ben Widawsky b...@bwidawsk.net Date: Tue Sep 24 09:58:00 2013 -0700 drm/i915: Use the new vm [un]bind functions changes the interpretation of the bind routines, and in particular we only bind into the global GTT if we pass a flag to

[Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Chris Wilson
commit c6916417c8575637659686ff0e4f744babf0cb4e Author: Ben Widawsky b...@bwidawsk.net Date: Tue Sep 24 09:58:00 2013 -0700 drm/i915: Use the new vm [un]bind functions changes the interpretation of the bind routines, and in particular we only bind into the global GTT if we pass a flag to

Re: [Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Ben Widawsky
On Thu, Sep 26, 2013 at 09:22:45AM +0100, Chris Wilson wrote: commit c6916417c8575637659686ff0e4f744babf0cb4e Author: Ben Widawsky b...@bwidawsk.net Date: Tue Sep 24 09:58:00 2013 -0700 drm/i915: Use the new vm [un]bind functions changes the interpretation of the bind routines, and

Re: [Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Chris Wilson
On Thu, Sep 26, 2013 at 09:04:53AM -0700, Ben Widawsky wrote: On Thu, Sep 26, 2013 at 09:22:45AM +0100, Chris Wilson wrote: + obj-has_global_gtt_mapping = false; + obj-has_aliasing_ppgtt_mapping = false; Actually, the aliasing PPGTT mapping may very well still be in

Re: [Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Ben Widawsky
On Thu, Sep 26, 2013 at 05:16:53PM +0100, Chris Wilson wrote: On Thu, Sep 26, 2013 at 09:04:53AM -0700, Ben Widawsky wrote: On Thu, Sep 26, 2013 at 09:22:45AM +0100, Chris Wilson wrote: + obj-has_global_gtt_mapping = false; + obj-has_aliasing_ppgtt_mapping = false;

Re: [Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Chris Wilson
On Thu, Sep 26, 2013 at 09:38:41AM -0700, Ben Widawsky wrote: On Thu, Sep 26, 2013 at 05:16:53PM +0100, Chris Wilson wrote: On Thu, Sep 26, 2013 at 09:04:53AM -0700, Ben Widawsky wrote: On Thu, Sep 26, 2013 at 09:22:45AM +0100, Chris Wilson wrote: +

Re: [Intel-gfx] [PATCH] drm/i915: Restore global mappings upon resume

2013-09-26 Thread Daniel Vetter
On Thu, Sep 26, 2013 at 09:22:45AM +0100, Chris Wilson wrote: commit c6916417c8575637659686ff0e4f744babf0cb4e Author: Ben Widawsky b...@bwidawsk.net Date: Tue Sep 24 09:58:00 2013 -0700 drm/i915: Use the new vm [un]bind functions changes the interpretation of the bind routines, and