commit | 4b60d29ee00cb2114075e8b5c2c23928bbd76c28 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Mar 28 13:39:33 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Mar 29 00:02:25 2012 +0200 |
tree | 67d587028223587f89ab78f5f098a033d4cf482c | |
parent | 90b107c8f7ea75ef55db4e0515dda86b245f8978 [diff] |
agp/intel: map more registers for use by the GTT code We need to flush the Gunit TLB when we update GTT PTEs on VLV, but the register for doing so is above the range we normally map. Map the whole register space to make sure we can get it. v2: only map the larger space on gen7+ (Daniel) Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>