summaryrefslogtreecommitdiff
path: root/colorize.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-0/+8
option value='1'>ignoremode:
authorLucas Stach <l.stach@pengutronix.de>2016-10-05 18:30:43 +0200
committerLucas Stach <l.stach@pengutronix.de>2016-10-10 15:26:38 +0200
commit8c136b590f79f7f4f60ae4709fc1340885ca2eba (patch)
tree223fc4b2be5373f4f95b5b51675e1140bb3993b8
parentb89857852656f016328d2d7ccec5fff57445fa85 (diff)
drm/etnaviv: ensure write caches are flushed at end of user cmdstream
If the GPU is done with one user command stream the buffers referenced by this command stream may go away and get unmapped from the MMU. If the write caches are still dirty at this point later evictions will run into MMU faults, killing the GPU. Make sure the write caches are flushed before signaling completion of the user command stream. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat