[PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-10 Thread Imre Deak
On Sat, 2013-02-09 at 19:59 +0100, Daniel Vetter wrote: > On Sat, Feb 09, 2013 at 05:27:36PM +0200, Imre Deak wrote: > > So far we created a sparse dma scatter list for gem objects, where each > > scatter list entry represented only a single page. In the future we'll > > have to handle compact scat

[PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-09 Thread Daniel Vetter
On Sat, Feb 09, 2013 at 05:27:36PM +0200, Imre Deak wrote: > So far we created a sparse dma scatter list for gem objects, where each > scatter list entry represented only a single page. In the future we'll > have to handle compact scatter lists too where each entry can consist of > multiple pages,

[PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-09 Thread Imre Deak
So far we created a sparse dma scatter list for gem objects, where each scatter list entry represented only a single page. In the future we'll have to handle compact scatter lists too where each entry can consist of multiple pages, for example for objects imported through PRIME. The previous patch

Re: [PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-09 Thread Imre Deak
On Sat, 2013-02-09 at 19:59 +0100, Daniel Vetter wrote: > On Sat, Feb 09, 2013 at 05:27:36PM +0200, Imre Deak wrote: > > So far we created a sparse dma scatter list for gem objects, where each > > scatter list entry represented only a single page. In the future we'll > > have to handle compact scat

Re: [PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-09 Thread Daniel Vetter
On Sat, Feb 09, 2013 at 05:27:36PM +0200, Imre Deak wrote: > So far we created a sparse dma scatter list for gem objects, where each > scatter list entry represented only a single page. In the future we'll > have to handle compact scatter lists too where each entry can consist of > multiple pages,

[PATCH 4/4] drm/i915: create compact dma scatter lists for gem objects

2013-02-09 Thread Imre Deak
So far we created a sparse dma scatter list for gem objects, where each scatter list entry represented only a single page. In the future we'll have to handle compact scatter lists too where each entry can consist of multiple pages, for example for objects imported through PRIME. The previous patch