summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-22aubdump: Handle 48-bit relocations properlyJason Ekstrand1-3/+28
2016-11-09aubdump: add --command option to stream aubdump to another programLionel Landwerlin2-11/+98
2016-11-09tools: intel_aubdump: pass configuration through file descriptorLionel Landwerlin2-23/+59
2016-11-09lib: use the local intel_aub.h fileEmil Velikov2-154/+1
2016-11-03tools: Add intel_guc_logger to .gitignorePetri Latvala1-1/+2
2016-10-25This patch provides a test utility which helps capture GuC firmware logs andAkash Goel2-0/+439
2016-10-15tools/l3_parity: Skip on ivb with only a single sliceChris Wilson1-16/+14
2016-10-07tools/intel_reg: Return SUCCESS after a succesful dumpVille Syrjälä1-1/+1
2016-09-26tools/intel_bios_reader: Dump PSR block from VBTVille Syrjälä2-0/+69
2016-09-16tools/intel_reg: add kabylake register spec fileJani Nikula1-0/+2
2016-08-10intel_error_decode: Skip inflation for uncompressed ascii85 streamsChris Wilson1-3/+6
2016-08-10intel_error_decode: Fix buildChris Wilson1-2/+2
2016-08-05tools/intel_reg: Dump DP_BUFTRANS registers on ILK-IVBVille Syrjälä1-0/+32
2016-08-05tools/intel_reg: Dump fence registers on ILKVille Syrjälä1-3/+11
2016-08-05tools/intel_reg: Don't reuse stale decoded results for later registersVille Syrjälä1-86/+121
2016-08-04tools/Makefile: Replace automake specific name of listings in Makfile.sourcesRobert Foss3-1/+4
2016-08-04tools/Makefile: Format whitespaceRobert Foss1-28/+29
2016-08-04tools/Makefile: Don't build tools that depend on libdrm_intelRobert Foss3-10/+16
2016-07-27lib: Update igt_chipset docsDaniel Vetter2-2/+2
2016-07-25intel_chipset: Fixup HAS_PCH_SPLIT() to exclude AtomsChris Wilson2-5/+5
2016-07-14tools/intel_bios_reader: Dump out more of the eDP blockVille Syrjälä2-14/+120
2016-07-14tools/intel_bios_reader: Dump out more information from the child device stru...Ville Syrjälä2-13/+107
2016-07-14tools/intel_bios_reader: Dump more bits for general bit definitions block (1)Ville Syrjälä2-5/+47
2016-07-08aubdump: Only close aub file if we opened itKristian Høgsberg Kristensen1-1/+2
2016-07-08aubdump: Support softpin bosKristian Høgsberg Kristensen1-2/+6
2016-06-30intel_chipset: Replace lookup of GT size with computationChris Wilson2-18/+16
2016-06-30intel_chipset: Convert IS_PINEVIEW to device infoChris Wilson2-3/+3
2016-06-30lib: Start weaning off defunct intel_chipset.hChris Wilson3-32/+3
2016-05-13tools/intel_bios_reader: print errors to stderr, return EXIT_FAILUREJani Nikula1-15/+17
2016-05-13tools/intel_bios_reader: clean up VBT/BDB header dumpingJani Nikula1-13/+19
2016-05-13tools/intel_bios_reader: abstract header information dumpingJani Nikula1-22/+30
2016-05-12tools/intel_bios_reader: add helpMarius Vlad1-1/+17
2016-05-12tools/intel_bios_reader: free the block returned by find_sectionJani Nikula1-1/+3
2016-05-12tools/intel_bios_reader: add --all-panels option to dump all panelsJani Nikula1-0/+12
2016-05-12tools/intel_bios_reader: add support for dumping only specific sectionJani Nikula1-4/+26
2016-05-12tools/intel_bios_reader: add --hexdump option to dump hex, disable by defaultJani Nikula1-1/+8
2016-05-12tools/intel_bios_reader: dump the blocks in numerical orderJani Nikula1-21/+0