Re: [PATCH 1/1] drm/ttm: Account for kernel allocations in kernel zone only

2019-02-25 Thread Alex Deucher
On Mon, Feb 25, 2019 at 11:25 PM Kuehling, Felix wrote: > > On 2/25/2019 2:58 PM, Thomas Hellstrom wrote: > > On Mon, 2019-02-25 at 14:20 +, Koenig, Christian wrote: > >> Am 23.02.19 um 00:19 schrieb Kuehling, Felix: > >>> Don't account for them in other zones such as dma32. The kernel > >>> p

Re: [PATCH 1/1] drm/ttm: Account for kernel allocations in kernel zone only

2019-02-25 Thread Kuehling, Felix
On 2/25/2019 2:58 PM, Thomas Hellstrom wrote: > On Mon, 2019-02-25 at 14:20 +, Koenig, Christian wrote: >> Am 23.02.19 um 00:19 schrieb Kuehling, Felix: >>> Don't account for them in other zones such as dma32. The kernel >>> page >>> allocator has its own heuristics to avoid exhausting special

Re: [PATCH 1/1] drm/ttm: Account for kernel allocations in kernel zone only

2019-02-25 Thread Thomas Hellstrom
On Mon, 2019-02-25 at 14:20 +, Koenig, Christian wrote: > Am 23.02.19 um 00:19 schrieb Kuehling, Felix: > > Don't account for them in other zones such as dma32. The kernel > > page > > allocator has its own heuristics to avoid exhausting special zones > > for regular kernel allocations. > > >

Re: [PATCH 1/1] drm/ttm: Account for kernel allocations in kernel zone only

2019-02-25 Thread Koenig, Christian
Am 23.02.19 um 00:19 schrieb Kuehling, Felix: > Don't account for them in other zones such as dma32. The kernel page > allocator has its own heuristics to avoid exhausting special zones > for regular kernel allocations. > > Signed-off-by: Felix Kuehling > CC: thellst...@vmware.com > CC: christian.

[PATCH 1/1] drm/ttm: Account for kernel allocations in kernel zone only

2019-02-22 Thread Kuehling, Felix
Don't account for them in other zones such as dma32. The kernel page allocator has its own heuristics to avoid exhausting special zones for regular kernel allocations. Signed-off-by: Felix Kuehling CC: thellst...@vmware.com CC: christian.koe...@amd.com --- drivers/gpu/drm/ttm/ttm_memory.c | 6 ++