drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Aug 2020 13:29:48 +0000 (15:29 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Sep 2020 04:20:41 +0000 (06:20 +0200)
commit08281bd3e9b970faf6297a23cd65ff7dd7cbb8ca
tree8c8aefa843cc72315dad9c6337f60c01eee71f1a
parent43ee5b6daa6c45246098493dab2c229d196c9cf6
drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT

DMA_ATTR_NON_CONSISTENT is a no-op except on PA-RISC and a few MIPS
configs, so don't set it in this ARM specific driver.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/gpu/drm/exynos/exynos_drm_gem.c