summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-14kms_frontbuffer_tracking: improve checks for disabled featuresPaulo Zanoni1-2/+2
2015-07-14kms_frontbuffer_tracking: rename enum fbsPaulo Zanoni1-17/+17
2015-07-14kms_frontbuffer_tracking: add different ways to flipPaulo Zanoni1-7/+90
2015-07-14kms_frontbuffer_tracking: fix fullscreen subtest assertionsPaulo Zanoni1-2/+91
2015-07-14kms_frontbuffer_tracking: avoid huge strides during normal operationPaulo Zanoni1-21/+33
2015-07-14kms_frontbuffer_tracking: don't hardcode the X/Y big FB offsetPaulo Zanoni1-10/+12
2015-07-14pm_rpm: remove pm_status_fd declarationPaulo Zanoni1-1/+1
2015-07-08kms_universal_plane.c: Update sanity checks for gen9Matt Roper1-7/+14
2015-07-06tests/gem_exec_params: check invalid flags for Resource StreamerAbdiel Janulgue1-1/+26
2015-07-02build: Don't use automake's conditional in a Makefile.sourcesDamien Lespiau2-4/+5
2015-07-02build: Add -lm to testsDamien Lespiau1-1/+1
2015-07-02build: Add an option to not use the git hash in versionDamien Lespiau2-0/+12
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau2-2/+2
2015-07-02aux: Don't evaluate several times the arguments of min() and max()Damien Lespiau1-2/+10
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau1-2/+7
2015-07-02docs: various documentation fixesThomas Wood13-37/+37
2015-07-02docs: fix duplicated ID errorThomas Wood1-1/+1
2015-07-02docs: fix "no link" warningThomas Wood1-1/+1
2015-07-02docs: add the annotation glossaryThomas Wood1-0/+2
2015-07-02docs: override section id to avoid '/' in filenamesThomas Wood1-0/+1
2015-07-01igt/gem_exec_nop: Control boost/idle frequenciesChris Wilson1-1/+11
2015-07-01igt/gem_exec_nop: Wait between runsChris Wilson1-28/+18
2015-07-01stats: Add trimeanChris Wilson2-0/+17
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson2-0/+38
2015-06-30tools: Add an intel_firmware_decode toolDamien Lespiau3-0/+289
2015-06-29tests/gem_ringfill: Add {render,blitter}-forked-1 subtests.Joonas Lahtinen1-44/+67
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau1-0/+24
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau4-17/+35
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau1-4/+42
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau1-0/+19
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau3-1/+20
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau3-0/+177
2015-06-27stats: Add a bulk version of _push()Damien Lespiau2-0/+19
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau1-6/+6
2015-06-27lib: Add double versions of igt_assert_cmp() and igt_assert_eq()Damien Lespiau1-0/+27
2015-06-27docs: Add documentation for igt_assert_cmpuint()Damien Lespiau1-0/+9
2015-06-27docs: Add documentation for igt_assert_u32()Damien Lespiau1-0/+8
2015-06-27docs: Fix a "libraray" typoDamien Lespiau1-1/+1
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau3-0/+28
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau3-0/+48
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau1-13/+11
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau1-0/+5
2015-06-27stats: Add a getter for the population propertyDamien Lespiau3-0/+30
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau4-1/+38
2015-06-27stats: Add gtkdoc section for igt_statsDamien Lespiau3-1/+83
2015-06-27stats: Add header gardsDamien Lespiau1-0/+5
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau10-10/+10
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau2-1/+14
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau1-0/+25
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau6-2/+46