[Intel-gfx] [PATCH 4/5] intel: Intel full PPGTT param

2014-01-09 Thread Ben Widawsky
On Tue, Jan 07, 2014 at 08:53:36AM +0100, Daniel Vetter wrote: > On Thu, Jan 02, 2014 at 07:50:33PM -1000, Ben Widawsky wrote: > > This will allow mesa to determine if it needs to create a context, or > > can reuse the default context. Reusing the default context saves memory, > > and startup time.

[Intel-gfx] [PATCH 4/5] intel: Intel full PPGTT param

2014-01-07 Thread Daniel Vetter
On Thu, Jan 02, 2014 at 07:50:33PM -1000, Ben Widawsky wrote: > This will allow mesa to determine if it needs to create a context, or > can reuse the default context. Reusing the default context saves memory, > and startup time. > > To keep the libdrm interface as dumb as possible, we simply expos

[PATCH 4/5] intel: Intel full PPGTT param

2014-01-02 Thread Ben Widawsky
This will allow mesa to determine if it needs to create a context, or can reuse the default context. Reusing the default context saves memory, and startup time. To keep the libdrm interface as dumb as possible, we simply expose a getter for the default context (which is only a real context when th