UPSTREAM: drm/ttm: allocate dummy_read_page without DMA32 on fail
Some platforms may not have any memory in ZONE_DMA32 and use IOMMU to allow 32-bit-DMA-only device to work. Forcing GFP_DMA32 on dummy_read_page will fail on such platforms. Retry after fail will get this works on such platforms. Signed-off-by:Yangyu Chen <cyy@cyyself.name> Link: https://patchwork.freedesktop.org/patch/msgid/tencent_8637383EE0A2C7CC870036AAF01909B26A0A@qq.com Signed-off-by:
Christian König <christian.koenig@amd.com> Bug: 394491715 Change-Id: I45da6357df87831f64de362329932471cc0bc7f1 (cherry picked from commit 0a8c1fee) Signed-off-by:
Hyejeong Choi <hjeong.choi@samsung.com>
Loading
Please sign in to comment