1========= 2intel_gtt 3========= 4 5--------------------------------------- 6Dump the contents of an Intel GPU's GTT 7--------------------------------------- 8.. include:: defs.rst 9:Author: IGT Developers <igt-dev@lists.freedesktop.org> 10:Date: 2016-03-01 11:Version: |PACKAGE_STRING| 12:Copyright: 2010,2012,2016 Intel Corporation 13:Manual section: |MANUAL_SECTION| 14:Manual group: |MANUAL_GROUP| 15 16SYNOPSIS 17======== 18 19**intel_gtt** 20 21DESCRIPTION 22=========== 23 24**intel_gtt** is a tool to view the contents of the GTT on an Intel GPU. The GTT 25is the page table that maps between GPU addresses and system memory. This tool 26can be useful in debugging the Linux AGP driver initialization of the chip or in 27debugging later overwriting of the GTT with garbage data. 28 29REPORTING BUGS 30============== 31 32Report bugs to https://bugs.freedesktop.org. 33