[PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-09 Thread Christian König
Based on Dmitries work, but splitting the code into page directory and page table handling makes it far more readable and (hopefully) more reliable. Allocations of page tables are made from the SA on demand, that should still work fine since all page tables are of the same size. Also using the fa

[PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-09 Thread Christian König
Based on Dmitries work, but splitting the code into page directory and page table handling makes it far more readable and (hopefully) more reliable. Allocations of page tables are made from the SA on demand, that should still work fine since all page tables are of the same size. Also using the fa

[PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-08 Thread Christian König
Based on Dmitries work, but splitting the code into page directory and page table handling makes it far more readable and (hopefully) more reliable. Allocations of page tables are made from the SA on demand, that should still work fine since all page tables are of the same size. Also using the fa

[PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-08 Thread Alex Deucher
On Mon, Oct 8, 2012 at 11:55 AM, Christian K?nig wrote: > Based on Dmitries work, but splitting the code into page > directory and page table handling makes it far more > readable and (hopefully) more reliable. > > Allocations of page tables are made from the SA on demand, > that should still work

Re: [PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-08 Thread Alex Deucher
On Mon, Oct 8, 2012 at 11:55 AM, Christian König wrote: > Based on Dmitries work, but splitting the code into page > directory and page table handling makes it far more > readable and (hopefully) more reliable. > > Allocations of page tables are made from the SA on demand, > that should still work

[PATCH 1/3] drm/radeon: allocate page tables on demand v4

2012-10-08 Thread Christian König
Based on Dmitries work, but splitting the code into page directory and page table handling makes it far more readable and (hopefully) more reliable. Allocations of page tables are made from the SA on demand, that should still work fine since all page tables are of the same size. Also using the fa