summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-20lib: Always set mismatching index for igt_find_crc_mismatchChris Wilson1-4/+8
2018-02-20lib: Cache the debugfs mountpointChris Wilson1-8/+18
2018-02-15lib/igt_debugfs: Fix igt_pipe_get_crcs.Maarten Lankhorst1-2/+3
2018-02-12lib/igt_debugfs: Add igt_pipe_crc_get_single and igt_pipe_crc_drain, v4.Maarten Lankhorst1-8/+69
2017-12-15lib/debug: Convert igt_drop_caches_set() to use common file writersChris Wilson1-13/+5
2017-12-05lib: avoid < in gtkdoc commentsDaniel Vetter1-1/+1
2017-11-29igt: Remove Android supportArkadiusz Hiler1-24/+1
2017-11-21tools: Stop opening the driver just to find the debugfsChris Wilson1-10/+13
2017-11-16lib/debugfs: Make is_mountpoint() non-fatalChris Wilson1-13/+20
2017-11-02lib/igt_debugfs: Remove support for legacy CRC api.Maarten Lankhorst1-204/+23
2017-11-02lib/igt_debugfs: Use fstat instead of open for testing CRC support.Maarten Lankhorst1-3/+9
2017-10-19lib: Flush the driver's internal cache of objects before countingChris Wilson1-1/+2
2017-10-04Fix compilation on some distrosAusmus, James1-0/+1
2017-09-06igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walkChris Wilson1-15/+35
2017-09-05Use PATH_MAX to fix some sprintf-into-short-buffers warnings.Eric Anholt1-2/+2
2017-08-30lib/igt_debugfs: Open DRM driver without master for hpd storm exitPaul Kocialkowski1-1/+1
2017-08-01lib/igt_debugfs: Prevent compiler warning on unchecked printf formatGabriel Krisman Bertazi1-5/+8
2017-07-19lib/igt_debugfs: Add extended helper to format crc to stringPaul Kocialkowski1-4/+23
2017-07-19lib/igt_debugfs: Introduce CRC check function, with logic made commonPaul Kocialkowski1-3/+50
2017-07-18lib/igt_debugfs: Update documentation and cleanupArkadiusz Hiler1-5/+7
2017-06-09lib/igt_debugfs: Only use valid values in igt_crc_to_str()Brian Starkey1-3/+4
2017-06-09lib/igt_debugfs: Remove igt_debugfs_tBrian Starkey1-5/+0
2017-04-07lib/pipe_crc: Cache debugfs directoryChris Wilson1-7/+13
2017-04-07lib/debugfs: Close dir before returning open debugs fileAnder Conselvan de Oliveira1-2/+6
2017-03-24lib/debugfs: Phase out igt_debugfs_fopen()Chris Wilson1-30/+5
2017-03-24Improve utilisation of igt_debugfs_dir()Chris Wilson1-35/+22
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-129/+186
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-121/+76
2017-03-21lib/debugfs: Only inspect errno after a confirmed errorChris Wilson1-6/+11
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-76/+121
2017-03-14lib: Squelch a pair of ignore result warningsChris Wilson1-1/+1
2017-03-10igt: Exercise the shrinkerChris Wilson1-0/+22
2017-02-28lib/igt_debugfs: Add functions/tests for controlling/testing HPD storm logicLyude1-0/+111
2017-01-20lib/igt_debugfs: Prevent buffer overflowRobert Foss1-2/+4
2016-12-19lib/debugfs: Check if debufs is already mounted before attempting to mount itVille Syrjälä1-2/+19
2016-12-17igt_kms: Use const parameters for igt_assert_crc_equalLyude1-1/+1
2016-12-14lib/debugfs: Support new generic ABI for CRC captureTomeu Vizoso1-50/+140
2016-11-07igt: Add a test for reordering execbufsChris Wilson1-0/+14
2016-09-19lib: Add support for DROP_FREED in igt_drop_caches_set()Chris Wilson1-1/+1
2016-09-16lib: Export igt_debugfs_mount()Chris Wilson1-3/+14
2016-07-27lib/debugs: nuke igt_crc_equal againDaniel Vetter1-17/+0
2016-07-27lib: update docs for igt_debugfsDaniel Vetter1-4/+4
2016-07-09lib/debugfs: Adjust path creation for opening /debugfs/.../dir/%dChris Wilson1-1/+2
2016-06-28lib: Fix reporting of debugfs mountpointChris Wilson1-4/+4
2016-06-20lib/debugfs: Fix probe path for opening i915 debugfs dirChris Wilson1-2/+1
2016-06-20igt/vgem_basic: Exercise opening sysfs/debugfsChris Wilson1-13/+38
2016-05-23lib/crc: Update doc for igt_pipe_crc_get_crcsDaniel Vetter1-7/+16
2016-03-21lib: add crc comparison function without an assertLionel Landwerlin1-0/+17
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