]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: sti: don't pass GFP_DMA32 to dma_alloc_wc
authorChristoph Hellwig <hch@lst.de>
Sat, 13 Oct 2018 15:17:05 +0000 (17:17 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Thu, 18 Oct 2018 11:50:22 +0000 (13:50 +0200)
commit4035cc5738d95911e6382f4cd716d3f02d51d343
tree2c56e611dab82a144686cf3460d1c2d47d6cd091
parent885054f9917ef459c885926e2c130e80d5326faa
drm: sti: don't pass GFP_DMA32 to dma_alloc_wc

The DMA API does its own zone decisions based on the coherent_dma_mask.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181013151707.32210-7-hch@lst.de
drivers/gpu/drm/sti/sti_gdp.c