commit | fd73caa5e72f0fcf9732b18d123eead96286fd5b | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Apr 14 12:52:36 2015 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jun 12 16:25:40 2015 +0200 |
tree | 8a2a13852fab168b00bfd86ed201e411612ad24d | |
parent | 4553f733c68b66ef49f838aa24470d58caf76ff5 [diff] |
drm/tegra: gem: Flush pages after allocation Pages allocated from shmemfs don't end up being cleared and flushed on ARMv7, so they must be flushed explicitly. Use the DMA mapping API for that purpose, even though it's not used for anything else. Signed-off-by: Thierry Reding <treding@nvidia.com>