Commit Graph

  • 0a38e977c0 lib: Add double versions of igt_assert_cmp() and igt_assert_eq() Damien Lespiau 2015-06-27 15:26:50 +01:00
  • 23888526c7 docs: Add documentation for igt_assert_cmpuint() Damien Lespiau 2015-06-27 15:26:13 +01:00
  • f660d0a054 docs: Add documentation for igt_assert_u32() Damien Lespiau 2015-06-27 15:16:22 +01:00
  • 4dca31b2d6 docs: Fix a "libraray" typo Damien Lespiau 2015-06-27 11:16:52 +01:00
  • 0e4c175e04 stats: Add igt_stats_get_range() Damien Lespiau 2015-06-27 11:12:01 +01:00
  • 4a89a841a1 stats: Add functions to retrieve min/max values of the dataset Damien Lespiau 2015-06-27 09:45:42 +01:00
  • 87009f3d7b stats: Factor out a fixture to initialize stats Damien Lespiau 2015-06-27 09:41:57 +01:00
  • 17ed69fbb8 stats: Add a note about the standard deviation derived from unbiased variance Damien Lespiau 2015-06-26 18:19:42 +01:00
  • da123adeae stats: Add a getter for the population property Damien Lespiau 2015-06-26 18:04:34 +01:00
  • 3a5cf84317 stats: Add a way to specify if the data set is a population or a sample Damien Lespiau 2015-06-26 17:02:09 +01:00
  • a2f6fd3725 stats: Add gtkdoc section for igt_stats Damien Lespiau 2015-06-26 16:57:55 +01:00
  • 087a8d1c63 stats: Add header gards Damien Lespiau 2015-06-26 14:31:58 +01:00
  • 6ebd8c2dc3 doc: Remove i-g-t/intel prefixes and capitalize section titles Damien Lespiau 2015-06-26 14:28:41 +01:00
  • 203c3841fc stats: Zero the whole structure at init() time Damien Lespiau 2015-06-26 13:55:01 +01:00
  • 76ea7b9133 tests/stats: Make sure we properly invalidate the cached mean Damien Lespiau 2015-06-26 00:20:44 +01:00
  • 515cec1210 stats: Add a way to retrieve the standard deviation Damien Lespiau 2015-06-25 23:59:21 +01:00
  • 05c10f940f stats: Use an algorithm popularised by Knuth to compute mean and variance Damien Lespiau 2015-06-25 23:57:49 +01:00
  • 9986282c2b tests/igt_stats: Call igt_stats_fini() to not leak the array Damien Lespiau 2015-06-26 00:16:48 +01:00
  • e55a11d3eb stats: Be more precise and talk about mean, not average Damien Lespiau 2015-06-25 23:44:20 +01:00
  • e86557ca9f lib/igt_draw: move to the GTT domain before using GTT mmaps Paulo Zanoni 2015-06-25 14:19:24 -03:00
  • 6cc553adf2 lib/igt_core: fflush stdout after printing subtest results Paulo Zanoni 2015-06-25 14:12:56 -03:00
  • f78574101f igt/gem_fenced_exec_thrash: Tidy testing of expected execbuf errors Chris Wilson 2015-06-26 11:41:44 +01:00
  • c69b135783 igt/gem_fenced_exec_thrash: Fix memory leak between tests Derek Morton 2015-06-26 11:36:00 +01:00
  • eeda401391 kms_frontbuffer_tracking: GTT mmap writes disable PSR Paulo Zanoni 2015-06-25 10:56:34 -03:00
  • 053f33ad1c kms_frontbuffer_tracking: use CPU mmaps for fill_fb_region() Paulo Zanoni 2015-06-25 10:47:09 -03:00
  • 7a4ded7b87 kms_frontbuffer_tracking: remove offscreen-{cur,spr} subtests Paulo Zanoni 2015-06-24 19:04:26 -03:00
  • ce3b47bac8 tests/kms_frontbuffer_tracking: add modesetfrombusy test Paulo Zanoni 2015-06-22 19:18:29 -03:00
  • de774ed31e skl_compute_wrpll: Don't try other dividers if we find a 0 central freq deviation Damien Lespiau 2015-06-25 17:38:19 +01:00
  • 26336385ac skl_compute_wrpll: Sync a comment with from the kernel code Damien Lespiau 2015-06-25 17:48:50 +01:00
  • dfebf08d9a skl_compute_wrpll: Fix the mininum deviation computation Damien Lespiau 2015-06-25 14:18:34 +01:00
  • afdaeabbcf skl_compute_wrpll: Cycle through dividers, then central freqs Damien Lespiau 2015-06-25 12:21:27 +01:00
  • efd2895f23 skl_compute_wrpll: Print the average deviation Damien Lespiau 2015-06-25 12:17:23 +01:00
  • 06f5f7065f lib: Add a tiny utility function to compute averages Damien Lespiau 2015-06-25 12:07:56 +01:00
  • 484e27542d tests/kms_fbc_crc: Don't force fbc on old platforms Daniel Vetter 2015-06-15 17:09:11 +02:00
  • 44d444acaa overlay: Enable locale Chris Wilson 2015-06-24 17:01:21 +01:00
  • 453792c501 lib: Enable locale dependent output to a terminal Chris Wilson 2015-06-24 11:26:33 +01:00
  • 7eb5f07949 tests/kms_frontbuffer_tracking: rename set_screens_for_test Paulo Zanoni 2015-06-23 12:55:04 -03:00
  • 7756e88445 tests/kms_frontbuffer_tracking: simplify flib_subtest fb handling Paulo Zanoni 2015-06-23 10:49:54 -03:00
  • 77e1bac6eb tests/kms_frontbuffer_tracking: simplify wait_user() calls Paulo Zanoni 2015-06-23 10:38:19 -03:00
  • 969cb3c575 tests/kms_frontbuffer_tracking: not all eDP panels support sink CRC Paulo Zanoni 2015-06-18 14:57:37 -03:00
  • 471ebbed53 igt/gem_fence_thrash: Reduce memory usage Derek Morton 2015-06-23 17:06:01 +01:00
  • 154192a680 NEWS: Post-release bump Thomas Wood 2015-06-19 09:22:55 +01:00
  • 0e528af623 igt: Add gem_exec_alignment Chris Wilson 2015-06-22 15:48:54 +01:00
  • eb7d60e430 igt: Add gem_eio for inducing expected EIO Chris Wilson 2015-06-17 18:29:49 +01:00
  • 4fbce7e462 testdisplay_hotplug: Add missing #include <sys/stat.h> Chris Wilson 2015-06-18 10:38:04 +01:00
  • c83299d1fd lib: Use HAS_GPU_RESET rather than opencode our guess Chris Wilson 2015-06-15 14:51:54 +01:00
  • a5633c406c lib/tests/igt_segfault Add unit test to test segfault handling Derek Morton 2015-05-28 13:02:30 +01:00
  • 4b944c92eb pm_rpm: Update the debugfs filename Damien Lespiau 2015-06-04 18:31:04 +01:00
  • b88212c036 Update version to 1.11 and add the release date Thomas Wood 2015-06-11 16:08:23 +01:00
  • 0cc16b37ab NEWS: Updates Thomas Wood 2015-06-11 16:06:33 +01:00
  • aa75f37397 tools: print a warning for tools replaced by intel_reg Thomas Wood 2015-06-08 16:41:34 +01:00
  • 87f15fc3da overlay: update .gitignore Thomas Wood 2015-06-08 10:16:00 +01:00
  • d8acd24bdb tests: add kms_frontbuffer_tracking Paulo Zanoni 2014-12-02 10:40:05 -02:00
  • 75b286e821 tests/kms_psr_sink_crc: test even if PSR is disabled by default Paulo Zanoni 2015-06-02 12:03:45 -03:00
  • a4dbdeffc2 tests/kms_fbc_crc: run even if FBC is disabled by default Paulo Zanoni 2015-06-02 10:54:27 -03:00
  • d9ff9b3971 lib/igt_aux: add functions to manipulate i915.ko parameters Paulo Zanoni 2015-06-01 19:06:10 -03:00
  • 46a1791958 tests/template: add IGT_TEST_DESCRIPTION Paulo Zanoni 2015-05-26 11:11:52 -03:00
  • 6b418f0264 tests/gem_storedw_batches_loop: add subtest for cached mappings Imre Deak 2015-06-08 19:08:06 +03:00
  • c5a6147a1b overlay: Fix parsing of gem-objects for '[k]' clients Chris Wilson 2015-06-08 15:56:33 +01:00
  • fd772e32a2 build: Add the automake subdir-objects option Damien Lespiau 2015-06-05 15:51:40 +01:00
  • c221e09420 tests/gem_reset_stats : mask off ring_stop bits Tim Gore 2015-06-03 09:20:21 +01:00
  • 834bd09e86 tests/vgem_fb_test: Use gbm_bo_import and gbm_bo_map gbm_bo_map Tiago Vignatti 2015-06-02 18:01:28 -03:00
  • a5a6d40ca8 igt/gem_streaming_writes: Reorder src/dst to avoid executing on snooped Chris Wilson 2015-06-03 13:57:21 +01:00
  • 4938e30751 tests/vgem_fb_test: Remove VGEM Tiago Vignatti 2015-06-02 16:32:52 -03:00
  • 2a849a1af3 tests/vgem_fb_test: Use GEM for creating objects and mapping Tiago Vignatti 2015-05-18 22:38:12 -03:00
  • 2eebb2b861 tests/vgem_fb_test: Use GEM for creating objects and mapping Tiago Vignatti 2015-05-18 22:38:12 -03:00
  • 0eee27c110 tests/vgem_fb_test: Put igt context to be initialized Tiago Vignatti 2015-05-18 21:48:24 -03:00
  • 4fa6cb5247 tests/vgem_fb_test: Add DRM-only running path Tiago Vignatti 2015-05-18 20:04:55 -03:00
  • 01ed12bd7e tests/vgem_fb_test: Add verbose mode to vgem_fb_test to print mmap time Tiago Vignatti 2015-05-15 20:09:49 -03:00
  • 761800f1e3 configure: Pull in GBM (or Mini GBM) library Tiago Vignatti 2015-05-15 19:20:01 -03:00
  • 3f976de684 tests: import Chrome OS vgem_fb_test.c Tiago Vignatti 2015-05-15 19:04:08 -03:00
  • 85ee6e7b36 gem_userptr_benchmark: Test overlapping bo mmu notifier performance impact Tvrtko Ursulin 2015-06-01 11:11:15 +01:00
  • 9777300846 igt/gem_streaming_writes: Map the whole batch for CPU accesses Chris Wilson 2015-06-02 11:15:16 +01:00
  • 0d16473df4 tests/kms_3d: Reduce the number of expected stereo 3D modes Ville Syrjälä 2015-05-08 17:46:21 +03:00
  • f386741932 tests/pm_backlight: Add backlight test Antti Koskipaa 2015-05-28 14:44:54 +03:00
  • b1e40e97c8 scripts/run-tests.sh: add option to not retry incomplete tests on resume Mike Mason 2015-05-27 08:25:06 -07:00
  • f49723872b lib/igt_core.c: Flag the test as failing after a segfault Derek Morton 2015-05-18 14:37:31 +01:00
  • 95019c2a3c debugger: remove unnecessary struct per_thread_data Yunlian Jiang 2015-05-26 10:22:31 -07:00
  • 88c9a82318 lib: Enable building unit tests on android Derek Morton 2015-05-26 15:19:17 +01:00
  • f2a5896bdd kms_rotation_crc: Update rotation direction for kernel changes Tvrtko Ursulin 2015-05-22 11:00:45 +01:00
  • 308b0e856b igt/gem_linear_blits: tidy Chris Wilson 2015-05-20 14:51:46 +01:00
  • e93fbc2873 igt/gem_streaming_write: Add a variant to exercise CS Chris Wilson 2015-05-19 22:03:04 +01:00
  • 3d1f9a2236 igt/gem_streaming_writes: Remember to markup the write target! Chris Wilson 2015-05-19 15:18:58 +01:00
  • 65fec5e583 igt/gem_streaming_writes: Add more validation steps Chris Wilson 2015-05-19 14:51:43 +01:00
  • c0a0725fad list-workarounds: Print the line where the parsing error occured Damien Lespiau 2015-05-19 15:04:03 +01:00
  • 554aac5f3e tests/pm_rc6_residency: fix check if RC6P or RC6PP is enabled Imre Deak 2015-05-15 17:30:58 +03:00
  • 2b47e219be tests/pm_rc6_residency: fix counter readout in case of wrap-around Imre Deak 2015-05-15 17:29:37 +03:00
  • 05e9edb2b9 tests/pm_rc6_residency: remove redundant idle loops Imre Deak 2015-05-15 16:58:30 +03:00
  • a2ce95eb9e tests/pm_rc6_residency: sanitize the RC6 enabled mask check Imre Deak 2015-05-15 16:31:09 +03:00
  • a76591a4be tests/pm_rc6_residency: factor out the code to measure residencies Imre Deak 2015-05-15 16:22:23 +03:00
  • 7883bc8c1c tetst/pm_rc6_residency: sanitize counter check function arguments Imre Deak 2015-05-15 16:15:33 +03:00
  • a572fb15f3 tests/pm_rc6_residency: simplify the residency counter check Imre Deak 2015-05-12 16:29:32 +03:00
  • 5253af92ad lib/bxt: Update the Broxton PCI IDs Damien Lespiau 2015-05-15 19:37:12 +01:00
  • d819b7ee35 tests/Android.mk: Treat all KMS tests as Cairo dependent Derek Morton 2015-05-15 11:24:55 +01:00
  • fa4396d091 gem_bad_blit: Make the BAD_GTT_TEST address more than 32 bits Damien Lespiau 2015-05-14 15:38:40 +01:00
  • 15f60217cc intel_display_crc: A new tool to play with display CRCs Damien Lespiau 2015-05-14 14:49:59 +01:00
  • fd6846c99f lib: Add a user data pointer to the argument parsing functions Damien Lespiau 2015-05-14 14:19:01 +01:00
  • 7a5e1c6f0a tests: match gem_create prototype in igt_eviction_test_ops create function Thomas Wood 2015-05-14 16:38:01 +01:00
  • aa6c63463f igt.cocci: don't use igt_assert_neq to compare pointers Thomas Wood 2015-05-14 16:24:01 +01:00
  • 6141aa2dad docs: various documentation fixes Thomas Wood 2015-05-14 16:00:25 +01:00