summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-02aux: Don't evaluate several times the arguments of min() and max()Damien Lespiau
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau
2015-07-02docs: various documentation fixesThomas Wood
2015-07-02docs: fix duplicated ID errorThomas Wood
2015-07-02docs: fix "no link" warningThomas Wood
2015-07-02docs: add the annotation glossaryThomas Wood
2015-07-02docs: override section id to avoid '/' in filenamesThomas Wood
2015-07-01igt/gem_exec_nop: Control boost/idle frequenciesChris Wilson
2015-07-01igt/gem_exec_nop: Wait between runsChris Wilson
2015-07-01stats: Add trimeanChris Wilson
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson
2015-06-30tools: Add an intel_firmware_decode toolDamien Lespiau
2015-06-29tests/gem_ringfill: Add {render,blitter}-forked-1 subtests.Joonas Lahtinen
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau
2015-06-27stats: Add a bulk version of _push()Damien Lespiau
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau
2015-06-27lib: Add double versions of igt_assert_cmp() and igt_assert_eq()Damien Lespiau
2015-06-27docs: Add documentation for igt_assert_cmpuint()Damien Lespiau
2015-06-27docs: Add documentation for igt_assert_u32()Damien Lespiau
2015-06-27docs: Fix a "libraray" typoDamien Lespiau
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau
2015-06-27stats: Add a getter for the population propertyDamien Lespiau
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau
2015-06-27stats: Add gtkdoc section for igt_statsDamien Lespiau
2015-06-27stats: Add header gardsDamien Lespiau
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau
2015-06-27stats: Use an algorithm popularised by Knuth to compute mean and varianceDamien Lespiau
2015-06-27tests/igt_stats: Call igt_stats_fini() to not leak the arrayDamien Lespiau
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau
2015-06-26lib/igt_draw: move to the GTT domain before using GTT mmapsPaulo Zanoni
2015-06-26lib/igt_core: fflush stdout after printing subtest resultsPaulo Zanoni
2015-06-26igt/gem_fenced_exec_thrash: Tidy testing of expected execbuf errorsChris Wilson
2015-06-26igt/gem_fenced_exec_thrash: Fix memory leak between testsDerek Morton
2015-06-25kms_frontbuffer_tracking: GTT mmap writes disable PSRPaulo Zanoni
2015-06-25kms_frontbuffer_tracking: use CPU mmaps for fill_fb_region()Paulo Zanoni
2015-06-25kms_frontbuffer_tracking: remove offscreen-{cur,spr} subtestsPaulo Zanoni
2015-06-25tests/kms_frontbuffer_tracking: add modesetfrombusy testPaulo Zanoni
2015-06-25skl_compute_wrpll: Don't try other dividers if we find a 0 central freq devia...Damien Lespiau
2015-06-25skl_compute_wrpll: Sync a comment with from the kernel codeDamien Lespiau