summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-06benchmarks/Android.mk, tools/Android.mk: Fix android build errorDerek Morton1-1/+1
2015-08-05tools: Use right #include path for i915_drm.hKristian Høgsberg Kristensen1-1/+1
2015-08-04tools/aubdump: Add --device option for overriding device IDKristian Høgsberg Kristensen2-6/+34
2015-08-04tools/aubdump.c: Also define struct drm_i915_gem_userptr for compatibilityKristian Høgsberg Kristensen1-0/+16
2015-07-31tools/aubdump: #define DRM_IOCTL_I915_GEM_USERPTR if kernel headers don'tKristian Høgsberg Kristensen1-0/+5
2015-07-31tools: Add LD_PRELOAD-based AUB dumper toolKristian Høgsberg Kristensen5-0/+754
2015-07-20Android.mk: Disable tools that do not build for androidDerek Morton1-0/+4
2015-07-20tools/Android.mk: add any extra program sourcesThomas Wood1-1/+5
2015-07-20intel_reg: support platforms without sys/io.hThomas Wood1-1/+16
2015-07-19tools: Add a simple stats generator 'igt_stats'Chris Wilson3-0/+107
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau1-1/+1
2015-06-30tools: Add an intel_firmware_decode toolDamien Lespiau3-0/+289
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau1-1/+1
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau1-0/+1
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau2-1/+2
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau1-1/+2
2015-06-25skl_compute_wrpll: Don't try other dividers if we find a 0 central freq devia...Damien Lespiau1-5/+18
2015-06-25skl_compute_wrpll: Sync a comment with from the kernel codeDamien Lespiau1-0/+1
2015-06-25skl_compute_wrpll: Fix the mininum deviation computationDamien Lespiau1-9/+13
2015-06-25skl_compute_wrpll: Cycle through dividers, then central freqsDamien Lespiau1-9/+9
2015-06-25skl_compute_wrpll: Print the average deviationDamien Lespiau1-0/+10
2015-06-11tools: print a warning for tools replaced by intel_regThomas Wood8-0/+25
2015-05-15intel_display_crc: A new tool to play with display CRCsDamien Lespiau3-0/+112
2015-05-12quick_dump: Expand the WM cursor registersDamien Lespiau1-6/+24
2015-05-11quick_dump/skl: Add more pipe/plane registersDamien Lespiau1-0/+97
2015-05-11build: Add missing line continuationDamien Lespiau1-1/+1
2015-05-08skl_compute_wrpll: Prefer even dividersDamien Lespiau1-0/+7
2015-05-08skl_compute_wrpll: Count how many even/odd dividers we computeDamien Lespiau1-1/+14
2015-05-08skl_compute_wrpll: Make sure we respect the DCO frequency constraintsDamien Lespiau1-0/+42
2015-05-08skl_compute_wrpll: Add a way to test the SKL WRPLL algorithmDamien Lespiau3-0/+850
2015-05-08compute_wrpll: Rename ddi_compute_wrpll to hsw_compute_wrpllDamien Lespiau3-2/+2
2015-05-05rename global mmio variable to igt_global_mmioJani Nikula2-2/+2
2015-05-05intel_vga_{read,write}: use INREG and OUTREGJani Nikula2-2/+2
2015-05-05intel_display_poller: use INREG and OUTREGJani Nikula1-4/+4
2015-05-05intel_watermark: switch to INREGJani Nikula1-1/+1
2015-05-05intel_reg_{read,write}: switch to INREG and OUTREGJani Nikula2-8/+5
2015-05-05intel_reg_checker: switch to INREGJani Nikula1-7/+1
2015-05-05intel_backlight: switch to INREG and OUTREGJani Nikula1-15/+5
2015-05-05intel_reg: switch to INREG and OUTREGJani Nikula1-6/+4
2015-04-27tools: add missing header to distributed sourcesThomas Wood1-1/+2
2015-04-27tools: update .gitignoreThomas Wood1-0/+1
2015-04-23intel_reg: introduce one intel_reg tool to rule them allJani Nikula5-0/+4040
2015-04-22tools/quick_dump/makefile.am: add -lrt to get clock_gettimeTim Gore1-0/+1
2015-04-16quick_dump: Fix undefined symbols from libunwindVille Syrjälä1-0/+1
2015-04-16quick_dump: Don't allow undefined symbols in _chipset.soVille Syrjälä1-1/+2
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