drm/tegra: gem: Flush buffer objects upon allocation
authorThierry Reding <treding@nvidia.com>
Tue, 16 Dec 2014 15:35:26 +0000 (16:35 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 17 Dec 2014 13:27:37 +0000 (14:27 +0100)
Buffers obtained via shmem may still have associated cachelines. If they
aren't properly flushed they may cause framebuffer corruption if the
cache gets flushed after the application has drawn to it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/gem.c

Simple merge