]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: stop using GFP_TRANSHUGE_LIGHT
authorChristian König <christian.koenig@amd.com>
Wed, 13 Jan 2021 13:02:04 +0000 (14:02 +0100)
committerChristian König <christian.koenig@amd.com>
Mon, 18 Jan 2021 08:26:21 +0000 (09:26 +0100)
commitebee304bcf20ba1905f0b2e3abeacb0e8fd9a930
tree4db885c5e981e16ecd0bb37d98bff936848d3bb1
parent9fb686b91f85f6106279ccd602ad0555eb2734b1
drm/ttm: stop using GFP_TRANSHUGE_LIGHT

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 <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/413812/
Link: https://patchwork.freedesktop.org/patch/413964/
Fixes: 7201121c7743 ("drm/ttm: new TT backend allocation pool v3")
Reported-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/ttm/ttm_pool.c