commit | 54d125274fc1bb6454bb73f98471823ed4818991 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Mon Sep 24 16:44:32 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Nov 11 23:51:11 2012 +0100 |
tree | 22697a378a9df36b9aa52797ae0019b25c257625 | |
parent | f61c0609073133375ace61f74b0e4e7cf631406b [diff] |
drm/i915: Extract PPGTT pte encoding HSW will change the PTE encoding, and laying this out now will be helpful when we're ready to implement that. More importantly, GGTT and PPGTT PTE encoding is quite similar, so moving this out into a helper function will enable us to lance the AGP layer. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>