summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-26Add default debug flags for testsThomas Wood
2015-03-26lib: print a stack trace when a test assertion failsThomas Wood
2015-03-26igt/gem_exec_(nop|blt): Repeat measurements at min/max GPU frequenciesChris Wilson
2015-03-26igt/gem_concurrent_blit: Separate out the combinatorial explosionChris Wilson
2015-03-26igt/gem_exec_blt: Repeat measurement and averageChris Wilson
2015-03-26igt/gem_exec_nop: Repeat and average to stabilize measurementsChris Wilson
2015-03-26igt/gem_exec_blt: Do a warmup run firstChris Wilson
2015-03-26igt/gem_exec_blt: Repeat measurements for stablityChris Wilson
2015-03-26lib/core: Silence internally used signalsChris Wilson
2015-03-26tools/intel_error_decode: Add gen8+ fault data encodingsMika Kuoppala
2015-03-26tools/intel_error_decode: Add decodings for FAULT_REGMika Kuoppala
2015-03-26tools/intel_error_decode: Add ERROR decodings for gen8Mika Kuoppala
2015-03-25tools: Update .gitignoreVille Syrjälä
2015-03-25tests/pm_sseu: Create new test pm_sseuJeff McGee
2015-03-25lib: Add media spinJeff McGee
2015-03-25tests/drv_getparams: Skip instead of fail on EINVALJeff McGee
2015-03-25tests/gem_tiled_fence_blits: split into subtestsTim Gore
2015-03-24tools/intel_watermark: Tool to decode watermark registersVille Syrjälä
2015-03-24lib: Add i854 PCI IDVille Syrjälä
2015-03-24tools/intel_iosf_sb_read: Support different register stridesVille Syrjälä
2015-03-24tools/intel_iosf_sb_read: Add -c command line option like intel_reg_readVille Syrjälä
2015-03-24tools/intel_iosf_sb_*: Support reading/writing multiple registers at onceVille Syrjälä
2015-03-24tools/intel_iosf_sb_*: Use getopt() to parse the optionsVille Syrjälä
2015-03-24tools/intel_iosf_sb_*: Replace if ladder with an array and bsearch()Ville Syrjälä
2015-03-24tools: Remove intel_dpio_{read,write} toolsVille Syrjälä
2015-03-24toos/intel_iosf_sb_*: Fix DPIO IOSF SB port numberVille Syrjälä
2015-03-24lib: Allow 32bit addresses for IOSF-SB registersVille Syrjälä
2015-03-24lib: Change IOSF SB devfn to 0.0Ville Syrjälä
2015-03-24quick_dump/skl: Add power well registersDamien Lespiau
2015-03-23tests/pm_rps: add test descriptionsJesse Barnes
2015-03-23tests/gem_tiled_swapping: Fix up L-shaped testingDaniel Vetter
2015-03-23tests/gem_exec_lut_handleDaniel Vetter
2015-03-23tests/kms_cursor_crc: Add dpms and suspend testsDaniel Vetter
2015-03-23lib: Only warn about suspicious CRCsDaniel Vetter
2015-03-23tests: Remove usage of igt_crc_equal and _non_nullDaniel Vetter
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter
2015-03-23lib/core: add interactive debug point to igt_failDaniel Vetter
2015-03-19igt/kms_vblank: Simple harness for measuring speed of drmWaitVBlankChris Wilson
2015-03-19igt/gem_concurrent_blit: Test copying over itselfChris Wilson
2015-03-19igt/gem_wait: When waiting for infinity, an infinity remainsChris Wilson
2015-03-18igt/gem_exec_nop: Enlighten the failure error messageChris Wilson
2015-03-18igt/gem_read_read_speed: Speed up batch submissionChris Wilson
2015-03-18lib/batch: Fix range checks for blitsChris Wilson
2015-03-18lib/batch: Trivial compile fix for 32-bit buildsChris Wilson
2015-03-17igt/gem_concurrent_blt: Test overwrite source used for read-read optimisationChris Wilson
2015-03-17igt/gem_concurrent_blit: Exercise concurrent readsChris Wilson
2015-03-17igt/gem_concurrent_blit: Move buffer allocation after requiresChris Wilson
2015-03-17igt: Add benchmark for read-read optimisationChris Wilson
2015-03-13tests: Rename core_getparams to drv_getparamsDaniel Vetter
2015-03-13tests/core_getparams: Create new test core_getparamsJeff McGee