summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-04-08tools/intel_reg_dumper: fix PIPECONF decodeImre Deak1-30/+63
2015-04-08tools/intel_reg_dumper: fix DSPCNTR decode for BXTImre Deak1-1/+1
2015-04-08tools/intel_bios_read: fix SSC freq for BXTImre Deak1-1/+2
2015-04-08tools/intel_bios_reader: fix SSC freq for VLV/CHVImre Deak1-1/+3
2015-03-26lib: print a stack trace when a test assertion failsThomas Wood1-2/+2
2015-03-26tools/intel_error_decode: Add gen8+ fault data encodingsMika Kuoppala1-1/+18
2015-03-26tools/intel_error_decode: Add decodings for FAULT_REGMika Kuoppala1-0/+42
2015-03-26tools/intel_error_decode: Add ERROR decodings for gen8Mika Kuoppala1-0/+19
2015-03-25tools: Update .gitignoreVille Syrjälä1-2/+1
2015-03-24tools/intel_watermark: Tool to decode watermark registersVille Syrjälä2-1/+900
2015-03-24tools/intel_iosf_sb_read: Support different register stridesVille Syrjälä1-14/+18
2015-03-24tools/intel_iosf_sb_read: Add -c command line option like intel_reg_readVille Syrjälä1-4/+17
2015-03-24tools/intel_iosf_sb_*: Support reading/writing multiple registers at onceVille Syrjälä2-15/+18
2015-03-24tools/intel_iosf_sb_*: Use getopt() to parse the optionsVille Syrjälä2-18/+78
2015-03-24tools/intel_iosf_sb_*: Replace if ladder with an array and bsearch()Ville Syrjälä2-40/+78
2015-03-24tools: Remove intel_dpio_{read,write} toolsVille Syrjälä3-141/+0
2015-03-24toos/intel_iosf_sb_*: Fix DPIO IOSF SB port numberVille Syrjälä2-2/+2
2015-03-24quick_dump/skl: Add power well registersDamien Lespiau2-0/+5
2015-03-12Remove old entries from .gitignore filesThomas Wood1-6/+0
2015-03-04tools/intel_gtt: Add support for gen8Mika Kuoppala1-17/+64
2015-02-16tools/intel_audio_dump: add support for SkylakeLu, Han1-2/+65
2015-02-13quick_dump: Add interrupt and PPAT registers to the SKL dumpDamien Lespiau1-0/+2
2015-01-26tools/intel_audio_dump: add details dump for CherryviewLibin Yang1-0/+50
2015-01-16tools/intel_gpu_frequency: remove use of getsuboptTim Gore1-28/+6
2015-01-15tools: add intel_gpu_frequency to .gitignoreThomas Wood1-0/+1
2015-01-15intel_gpu_frequency: fix array bounds warningThomas Wood1-4/+4
2015-01-12intel_gpu_frequency: A tool to manipulate Intel GPU frequencyBen Widawsky2-0/+382
2015-01-12tools/intel_audio_dump: add support for CherryviewYang, Libin1-3/+90
2015-01-11tools/Makefile: Alphabetize the listBen Widawsky1-13/+13
2014-12-31tools/intel_gpu_abrt: Fix bashismVincent Cheng1-1/+1
2014-12-12Android.mk: replace std=c99 with std=gnu99Tim Gore1-1/+1
2014-12-10tools: add missing copyright headersThomas Wood4-0/+92
2014-12-09tools: terminate getopt_long long option arrays properlyJani Nikula2-1/+3
2014-12-05intel_error_decode: Decode the ERROR register on Sandybridge and IvybridgeChris Wilson1-0/+57
2014-11-06tools/quick_dump: don't include generated sources in the distributionThomas Wood1-5/+6
2014-10-29Move watermark code from tests to toolsDaniel Vetter4-0/+1057
2014-10-17quick_dump: fix distcheckThomas Wood1-1/+1
2014-10-17lib: add common min and max macrosThomas Wood1-3/+1
2014-10-10tools/null_state_gen: Add copyright notice to state outputMika Kuoppala1-2/+10
2014-10-10tools/null_state_gen: Add GEN9 golden context batch buffer creationArmin Reese3-3/+485
2014-10-09tools/null_state_gen: Add Gen8 golden stateMika Kuoppala2-574/+278
2014-10-09tools/null_state_gen: Add macro to emit commands with null stateMika Kuoppala2-0/+22
2014-10-09tools/null_state_gen: Limit the total state len to 4096 bytesMika Kuoppala1-1/+1
2014-10-09tools/null_state_gen: Add more debug outputMika Kuoppala1-8/+28
2014-10-09tools/null_state_gen: Add copyrightsMika Kuoppala4-4/+84
2014-10-08quick_dump: Drop common_display.txt from VLV/CHVDamien Lespiau2-2/+0
2014-10-06quick_dump/skl: Make quick_dump SKL awareDamien Lespiau4-0/+10
2014-10-06quick_dump/skl: Add some display registersDamien Lespiau1-0/+285
2014-10-06quick_dump: Move base_display.txt to indivual platformsDamien Lespiau7-0/+6
2014-10-06quick-dump: Make quick dump link against libintel_toolsDamien Lespiau2-21/+8