Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-27 Thread Michel Dänzer
On 2021-01-13 2:13 p.m., Christian König wrote: The only flag we really need is __GFP_NOMEMALLOC, highmem depends on dma32 and moveable/compound should never be set in the first place. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_pool.c | 11 ++- 1 file changed, 6 inser

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-15 Thread Christian König
Am 15.01.21 um 13:54 schrieb Hans de Goede: Hi, On 1/15/21 1:14 PM, Christian König wrote: Hans do you have any more comments or a tested-by? Sorry, I've been busy chasing after another 5.11 regression, no comments, also no tested-by, but I do fully expect this to solve the issue. Yeah, I kn

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-15 Thread Hans de Goede
Hi, On 1/15/21 1:14 PM, Christian König wrote: > Hans do you have any more comments or a tested-by? Sorry, I've been busy chasing after another 5.11 regression, no comments, also no tested-by, but I do fully expect this to solve the issue. > Otherwise I push it to drm-misc-fixes today. That so

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-15 Thread Christian König
Hans do you have any more comments or a tested-by? Otherwise I push it to drm-misc-fixes today. Thanks, Christian. Am 13.01.21 um 14:13 schrieb Christian König: The only flag we really need is __GFP_NOMEMALLOC, highmem depends on dma32 and moveable/compound should never be set in the first pla

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-13 Thread Daniel Vetter
On Wed, Jan 13, 2021 at 3:46 PM Christian König wrote: > > Am 13.01.21 um 14:27 schrieb Daniel Vetter: > > On Wed, Jan 13, 2021 at 02:13:25PM +0100, Christian König wrote: > >> The only flag we really need is __GFP_NOMEMALLOC, highmem depends on > >> dma32 and moveable/compound should never be set

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-13 Thread Christian König
Am 13.01.21 um 14:27 schrieb Daniel Vetter: On Wed, Jan 13, 2021 at 02:13:25PM +0100, Christian König wrote: The only flag we really need is __GFP_NOMEMALLOC, highmem depends on dma32 and moveable/compound should never be set in the first place. Signed-off-by: Christian König Needs Fixes: lin

Re: [PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-13 Thread Daniel Vetter
On Wed, Jan 13, 2021 at 02:13:25PM +0100, Christian König wrote: > The only flag we really need is __GFP_NOMEMALLOC, highmem depends on > dma32 and moveable/compound should never be set in the first place. > > Signed-off-by: Christian König Needs Fixes: line and References to the GFP_TRANSHUGE_L

[PATCH] drm/ttm: stop using GFP_TRANSHUGE_LIGHT

2021-01-13 Thread Christian König
The only flag we really need is __GFP_NOMEMALLOC, highmem depends on dma32 and moveable/compound should never be set in the first place. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_pool.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/d