Re: [PATCH v2 0/2] drm/mediatek: make imported PRIME buffers contiguous

2019-08-14 Thread CK Hu
Hi, Alexandre: On Mon, 2019-07-29 at 14:33 +0900, Alexandre Courbot wrote: > The default DMA segment size was used when importing PRIME buffers, > which resulted in a chance of them not being contiguous in the virtual > IO space of the device and mtk_gem_prime_import_sg_table() complaining > that

[PATCH v2 0/2] drm/mediatek: make imported PRIME buffers contiguous

2019-07-28 Thread Alexandre Courbot
The default DMA segment size was used when importing PRIME buffers, which resulted in a chance of them not being contiguous in the virtual IO space of the device and mtk_gem_prime_import_sg_table() complaining that the SG table was not contiguous as it expects. This series fixes this issue by 1)