Re: [PATCH] drm/ttm: fix DMA32 handling in the global page pool

2020-11-19 Thread Huang Rui
On Thu, Nov 19, 2020 at 05:21:51PM +0800, Christian König wrote: > Ping, can I get an rb or at least Acked-by for this? > > Thanks in advance, > Christian. > > Am 17.11.20 um 16:53 schrieb Christian König: > > When we have mixed DMA32 and non DMA32 device in one system > > it could otherwise

Re: [PATCH] drm/ttm: fix DMA32 handling in the global page pool

2020-11-19 Thread Christian König
Ping, can I get an rb or at least Acked-by for this? Thanks in advance, Christian. Am 17.11.20 um 16:53 schrieb Christian König: When we have mixed DMA32 and non DMA32 device in one system it could otherwise happen that the DMA32 device gets pages it can't work with. Signed-off-by: Christian

[PATCH] drm/ttm: fix DMA32 handling in the global page pool

2020-11-17 Thread Christian König
When we have mixed DMA32 and non DMA32 device in one system it could otherwise happen that the DMA32 device gets pages it can't work with. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_pool.c | 22 ++ 1 file changed, 22 insertions(+) diff --git