intel_gtt: Use function to get the physical address
authorBen Widawsky <benjamin.widawsky@intel.com>
Sun, 1 Sep 2013 18:49:12 +0000 (11:49 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Tue, 3 Sep 2013 22:31:14 +0000 (15:31 -0700)
commit8adfb5886dd1128fc8c8c70c79fffbc62b0a7975
treee8228be5e3e7c7b64f1e7ddec775beb4d76d8c7f
parenta3276e9713a7014bfcd84f29fea4dceb5670f488
intel_gtt: Use function to get the physical address

The GTT PTEs that the tool is trying to compare is really about
addresses, and not the PTE itself. To accomplish this, make which
calculates the physical address we actually want.

This commit itself doesn't change any functionality; just the wording in
the code.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
tools/intel_gtt.c