summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-08lib: Add igt_pipe_crc_new_nonblock()Ville Syrjälä1-47/+93
2015-12-21lib: Use igt_assert_eq() to check for crc component countVille Syrjälä1-5/+4
2015-12-16gem_flink_race/prime_self_import: Improve test reliabilityDerek Morton1-0/+58
2015-09-25lib: fix fopen mode in igt_debugfs_searchThomas Wood1-1/+1
2015-09-24lib: add igt_debugfs_searchThomas Wood1-0/+31
2015-09-08lib: various documentation fixesThomas Wood1-1/+1
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter1-1/+1
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter1-2/+2
2015-08-05lib: add igt_debugfs_read()Paulo Zanoni1-0/+27
2015-07-02docs: various documentation fixesThomas Wood1-5/+5
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau1-1/+1
2015-05-14lib/debugfs: wait_for_keypress("crc") when collecting CRCPaulo Zanoni1-0/+6
2015-04-21docs: avoid escaping characters in documentation commentsThomas Wood1-2/+2
2015-03-26igt.cocci: check the return values of various functionsThomas Wood1-3/+3
2015-03-23lib: Only warn about suspicious CRCsDaniel Vetter1-17/+18
2015-03-23tests: Remove usage of igt_crc_equal and _non_nullDaniel Vetter1-33/+3
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter1-1/+20
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-122/+0
2014-12-09lib/igt_debugfs: Throw away the two first CRCsVille Syrjälä1-1/+4
2014-11-24lib/igt_debugfs: Don't setup crc in _newDaniel Vetter1-11/+6
2014-09-30doc: various spelling and typo fixesThomas Wood1-3/+3
2014-09-12lib: Try harder to drop-cachesChris Wilson1-1/+3
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson1-1/+1
2014-08-26lib/igt_* Use igt macros in igt libariesDaniel Vetter1-7/+7
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter1-4/+4
2014-07-07pipe_crc: Make collect_crc() ensure the CRC looks somewhat validDamien Lespiau1-0/+2
2014-07-07pipe_crc: Warn if the CRC values is 0xffffffffDamien Lespiau1-1/+6
2014-06-13lib/igt_debufs: Add IGT_NO_FORCEWAKE environment variableVille Syrjälä1-0/+2
2014-06-13lib/igt_debugfs: Don't fail if debugfs is already mountedVille Syrjälä1-1/+1
2014-06-05lib/igt_debugfs: Fix spelling docsDaniel Vetter1-1/+1
2014-05-14lib: set a timeout when reading crc valuesThomas Wood1-0/+3
2014-04-16lib: Fix potential out of bounds access in ring stop codeVille Syrjälä1-1/+1
2014-04-16lib: Fix assert failure in ring stop codeVille Syrjälä1-1/+1
2014-04-10lib: add igt_get_stop_rings and igt_set_stop_ringsMika Kuoppala1-0/+108
2014-03-26lib: fold igt_display into igt_kmsDaniel Vetter1-1/+1
2014-03-23lib: Use @include tag for include filesDaniel Vetter1-2/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 2Daniel Vetter1-0/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-0/+1
2014-03-22lib: add #include "foo.h" lines like in manpagesDaniel Vetter1-0/+2
2014-03-17lib/igt_debugfs: s/igt_pipe_crc_check/igt_require_pipe_crc/Daniel Vetter1-2/+2
2014-03-17lib/igt_debugfs: Remove igt_debugfs_initDaniel Vetter1-11/+5
2014-03-17lib/igt_debugfs: Remove debugfs from pipe crc functionsDaniel Vetter1-5/+2
2014-03-17lib/igt_debugfs: Remove debugfs from igt_debugfs_fopenDaniel Vetter1-3/+10
2014-03-17lib/igt_debugfs: Remove debugfs from igt_debugfs_openDaniel Vetter1-22/+15
2014-03-16lib/igt_debugfs: implement a singleton igt_debugfs_t instanceDaniel Vetter1-0/+16
2014-03-14lib: extract igt_open_forcewake_handleDaniel Vetter1-9/+36
2014-03-12lib/igt_debugfs: api docsDaniel Vetter1-6/+167
2014-03-12lib/igt_debugfs: drop drm_fd argument from igt_pipe_crc_newDaniel Vetter1-4/+1
2014-03-12lib: make igt_debugfs_open infallibleDaniel Vetter1-7/+6
2014-03-12lib: move prefault helpers to igt_debugfs.cDaniel Vetter1-0/+45