[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2015-01-06 Thread Alex Deucher
On Wed, Dec 31, 2014 at 8:39 AM, Oded Gabbay wrote: > Background: > > amdkfd needs GART memory for several things, such as runlist packets, > MQDs, HPDs and more. Unfortunately, all of this memory must be always > pinned (due to several reasons which were discussed during the > initial review of a

[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2015-01-01 Thread Oded Gabbay
On 12/31/2014 07:07 PM, Christian König wrote: >> The long-term solution > That was the part that I missed in the description. Please note somewhere that > we still need to improve this. OK, I'll add it to commit msg of the relevant patch (and cover letter) > > Apart from that the patches look f

[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2014-12-31 Thread Christian König
> The long-term solution That was the part that I missed in the description. Please note somewhere that we still need to improve this. Apart from that the patches look fine to me, but I need more time to review them in detail. Regards, Christian. Am 31.12.2014 um 15:06 schrieb Oded Gabbay: > >

[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2014-12-31 Thread Oded Gabbay
On 12/31/2014 03:49 PM, Christian König wrote: > Am 31.12.2014 um 14:39 schrieb Oded Gabbay: >> Background: >> >> amdkfd needs GART memory for several things, such as runlist packets, >> MQDs, HPDs and more. Unfortunately, all of this memory must be always >> pinned (due to several reasons which

[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2014-12-31 Thread Oded Gabbay
Background: amdkfd needs GART memory for several things, such as runlist packets, MQDs, HPDs and more. Unfortunately, all of this memory must be always pinned (due to several reasons which were discussed during the initial review of amdkfd). Current Solution: The current (short/mid-term) sol

[PATCH 0/9] Replace use of radeon_sa with a new sub allocator

2014-12-31 Thread Christian König
Am 31.12.2014 um 14:39 schrieb Oded Gabbay: > Background: > > amdkfd needs GART memory for several things, such as runlist packets, > MQDs, HPDs and more. Unfortunately, all of this memory must be always > pinned (due to several reasons which were discussed during the > initial review of amdkfd).