Skip to content
Snippets Groups Projects
Commit 844e49ea authored by Jessie Hao's avatar Jessie Hao Committed by Gianfranco Mariotti
Browse files

MA-21513 [#imx-3206] Fix AXI BUS ERROR on more than 4G DDR board.


Meet GPU dump when run the below case on more than 4G DDR board.
CtsNNAPITestCases TestRandomGraph/RandomGraphTest#LargeGraph_TENSOR_FLOAT16_Rank*

The above 4G address can be rejected when doing _UserMemoryAttach.
But will be used by _UserMemoryPhysical as os->paddingPage is allocated
with __GFP_HIGHMEM.
Here change __GFP_HIGHMEM to __GFP_DMA32 to avoid the GPU dump.

Signed-off-by: default avatarJessie Hao <juan.hao@nxp.com>
parent 75c366e2
Branches
Tags
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment