commit | 1af998b27c6c63d43c491783144ad0310d13a747 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Tue Apr 17 12:00:46 2018 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Fri May 18 15:27:56 2018 +0200 |
tree | b9cf02d28310f885bc2d3ded482f6dc89c8c0f93 | |
parent | a98b1e7808a8a9faf7aa3a6318a1f3400f0ee628 [diff] |
drm/etnaviv: switch MMU page tables to writecombine memory We are likely to write multiple page entries at once and already ensure proper write buffer flushing before GPU submit, so this improves CPU time usage in the submit path without any downsides. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>