Skip to content
Commit 0a8c1fee authored by Yangyu Chen's avatar Yangyu Chen Committed by Christian König
Browse files

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: default avatarYangyu Chen <cyy@cyyself.name>
Link: https://patchwork.freedesktop.org/patch/msgid/tencent_8637383EE0A2C7CC870036AAF01909B26A0A@qq.com
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
parent 3fc6c76a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment