summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26lib/igt_debugfs: handle xe driver as wellKunal Joshi1-1/+1
2023-06-07lib: Shut some excessive debug messages upJanusz Krzysztofik1-3/+6
2023-04-26lib/debugfs: Add per GT debugfs helpersVinay Belgaumkar1-0/+60
2023-03-17lib/igt_debugfs: set provision to ignore long HPDsVinod Govindapillai1-0/+26
2023-03-17Revert "lib/igt_kms: handle spurious HPDs - IGT part" v2Imre Deak1-22/+0
2023-03-16lib/igt_debugfs: set provision to ignore long HPDsVinod Govindapillai1-0/+22
2023-01-19lib/igt_debugfs: Fixup docsPetri Latvala1-2/+12
2022-11-01lib/crc: Move pipe CRC stuff out from igt_debugfsVille Syrjälä1-564/+0
2022-11-01lib/crc: s/INTEL_PIPE_CRC_SOURCE_AUTO/IGT_PIPE_CRC_SOURCE_AUTO/Ville Syrjälä1-2/+2
2022-10-11Ifdef out linux-specific headersJake Freeland1-0/+2
2022-06-14lib/igt_debugfs: Add IGT_CRC_SOURCE environmental variableJessica Zhang1-1/+7
2022-05-31lib/igt_debugfs: Drop-caches support for msmRob Clark1-2/+14
2021-11-29lib/igt_debugfs: Add helper for detecting debugfs filesRob Clark1-0/+21
2021-11-29lib/igt_debugfs: Add helper for writing debugfs filesRob Clark1-0/+17
2021-09-28lib/igt_debugfs: Handle memory allocation failures for CRCBhanuprakash Modem1-0/+1
2020-10-12lib: Don't fail debugfs lookup on an expected absent drm deviceChris Wilson1-1/+1
2020-09-30lib/igt_debugfs: Add igt_debugfs_pipe_dir()Lyude Paul1-0/+21
2020-05-07lib/i915: Split igt_require_gem() into i915/Chris Wilson1-4/+1
2020-04-29tests/kms_fbcon_fbt: Make FBC wait_until_update() more reliableJosé Roberto de Souza1-2/+11
2020-02-28lib/igt_debugfs: Add igt_crc_get_for_frame()Ville Syrjälä1-7/+24
2020-01-29i915: Drop prefault controlsChris Wilson1-59/+0
2019-07-03lib: Add --skip-crc-compare optionMatt Roper1-3/+10
2019-05-15lib: Show other clients when SETMASTER failsChris Wilson1-2/+2
2019-03-27lib/debugfs: Don't do CRC sanity checks on amdgpuNicholas Kazlauskas1-3/+7
2019-03-11lib/debugfs: Nuke enum intel_pipe_crc_sourceVille Syrjälä1-24/+10
2019-03-11lib/debugfs: Fix wraparound handling for crc frame counter checkVille Syrjälä1-1/+1
2019-03-08lib/debugfs: Ensure null-termination in igt_hpd_storm_detectedPetri Latvala1-1/+1
2019-02-20lib/crc: Reset fifo underrun reporting for every crc captureDaniel Vetter1-0/+21
2019-02-01debugfs: Fix writing an extra zero out of bounds in igt_crc_to_string_extended()Maarten Lankhorst1-4/+4
2019-01-18lib/igt_debugfs: Unify crc collectionMika Kahola1-30/+28
2018-10-25lib/debugfs: function to open connector debugfs dirRamalingam C1-0/+27
2018-09-27lib/debugfs: Use a blocking read in igt_pipe_crc_get_single()Ville Syrjälä1-26/+12
2018-09-05lib/debugfs: Function to read debugfs with the directory already openDhinakaran Pandiyan1-9/+30
2018-08-14lib/igt_debugfs: Add igt_pipe_crc_get_current() to get a crc.Maarten Lankhorst1-1/+31
2018-08-14lib/igt_debugfs: explicitly wait for first crc in igt_pipe_crc_startMahesh Kumar1-2/+9
2018-04-11lib/igt_debugfs: Add timeouts to opening pipe CRC fd.Maarten Lankhorst1-0/+3
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