commit | cc0f6398225ffd2b890ff83eafe212b1ae863cad | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Mon Jun 04 14:42:49 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jun 14 17:36:18 2012 +0200 |
tree | 1f05bd6ea2c0dafa81917a020cb23285840baf5a | |
parent | e37ec39b180c53dea3106ceb8f247bcba47dfb82 [diff] |
drm/i915: PIPE_CONTROL_TLB_INVALIDATE This has showed up in several other patches. It's required for the next context workaround. I tested this one on its own and saw no differences in basic tests (performance or otherwise). This patch is relatively likely to cause regressions, hence why it's split out. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>