summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Fix a couple of typos CLFAGS -> CFLAGSPetri Latvala1-1/+1
2017-06-07tools/Android.mk: Fix zlib inclusionArkadiusz Hiler1-4/+4
2017-06-07Android.mk: Use drm stubsArkadiusz Hiler1-1/+1
2017-06-07Android.mk: Filter out *.h from src filesArkadiusz Hiler1-1/+1
2017-06-07Android.mk: Fix libkmod useArkadiusz Hiler1-0/+2
2017-06-07tools/Android.mk: Add guc_logger and l3_parity skip listArkadiusz Hiler1-0/+2
2017-06-07Make conditions on HAVE_UDEV consistentArkadiusz Hiler3-3/+3
2017-06-06Fix the mac address definition typo in tools/intel_gvtg_test.Terrence Xu1-1/+1
2017-05-11intel_error_decode: Tell zlib the correct amount of memory we allocatedChris Wilson1-5/+4
2017-05-10intel_error_decode: Fix off-by-one when dumping the binary objectsChris Wilson1-1/+1
2017-05-04intel_reg: Use the drm device fd as a hint onlyChris Wilson1-2/+1
2017-04-22Fix build for intel_dp_complianceChris Wilson1-0/+1
2017-04-14aubdump: Don't bail if a GEM handle of 0 is passed into execbufJason Ekstrand1-3/+2
2017-04-08tools/intel_error_decode: Dump the GuC log if availableChris Wilson1-0/+1
2017-04-08tools/intel_error_decode: Don't try instruction decoding on data buffersChris Wilson1-15/+26
2017-04-06tools/intel_error_decode: Refactor matching known buffersChris Wilson1-81/+48
2017-04-06tools/intel_error_decode: Automatically open a pagerChris Wilson1-0/+27
2017-04-06tools/intel_error_decode: Add support for user specified boChris Wilson1-0/+21
2017-04-06tools/intel_error_decode: Do ascii85 decode firstChris Wilson1-15/+14
2017-03-28tools: Remove accidentally included binary intel_bios_readerRobert Foss1-0/+0
2017-03-24lib/debugfs: Phase out igt_debugfs_fopen()Chris Wilson1-3/+13
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson12-28/+71
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso12-71/+28
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso12-28/+71
2017-03-10tools/intel_vbt_decode: Remove unused codePetri Latvala1-22/+0
2017-03-09aubdump: Support EXECBUFFER2_WRJason Ekstrand1-1/+2
2017-03-09Add the new tool for create GVT-g Linux guest based on KVMGTTerrence Xu3-1/+357
2017-02-19tools/intel_guc_logger: Fix the assert for the verbosity levelOscar Mateo1-1/+1
2017-02-10tools/intel_reg: Dump SKL AUX_DIST registers for all planesVille Syrjälä1-3/+9
2017-01-31tests/kms_rotation_crc: Add support for dynamic number of planesRobert Foss1-0/+0
2017-01-31tools: rename intel_bios_reader to intel_vbt_decodeJani Nikula4-5/+5
2017-01-30intel_bios_reader: print more VBT and BDB header infoJani Nikula1-4/+14
2017-01-30intel_bios_reader: be more informative about unknown blocksJani Nikula1-1/+2
2017-01-30intel_bios_reader: add hex dumping of headersJani Nikula1-0/+4
2017-01-30intel_bios_reader: abstract a more generic hex dumperJani Nikula1-5/+10
2017-01-30intel_bios_reader: add more structured printout of headersJani Nikula1-4/+10
2017-01-25tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automationNavare, Manasi D6-1/+1276
2016-12-23tools/intel_display_poller: Add gen9+ supportVille Syrjälä1-2/+2
2016-12-19tools/intel_display_poller: Allow the tool to be used without i915 loadedVille Syrjälä1-4/+2
2016-12-19tools/intel_reg: Dump some interesting CCK regs on VLV/CHVVille Syrjälä3-0/+13
2016-12-19tools/intel_bios_reader: Dump the DSI video transfer mode and pixel overlapVille Syrjälä2-3/+8
2016-12-02tools: Add intel_gem_info to .gitignorePetri Latvala1-0/+1
2016-12-02tests/drv_module_reload: Convert sh script to C version.Marius Vlad2-0/+36
2016-12-01Silence a bunch of "const discard" warningsChris Wilson1-11/+11
2016-11-28aubdump: Add a PCI-ID= entry to the AUB file commentJason Ekstrand1-2/+9
2016-11-28aubdump: Set the application nameJason Ekstrand1-2/+6
2016-11-28Revert "aubdump: Bump the GTT size to 256MB"Jason Ekstrand1-3/+3
2016-11-24aubdump: Fix intel_aubdump -o <filename>Kenneth Graunke1-1/+1
2016-11-22aubdump: Bump the GTT size to 256MBJason Ekstrand1-2/+2
2016-11-22aubdump: Fix GTT setup for Gen8+Francisco Jerez1-5/+21