summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-11igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/Ville Syrjälä3-7/+7
2021-10-08lib: Typechecking minmaxChris Wilson1-1/+2
2021-07-15tools/registers: Add missing registers relevant to debug PSR underrunsJosé Roberto de Souza3-0/+27
2021-07-15Nuke local versions of DRM_FORMAT and DRM_MODELucas De Marchi3-7/+7
2021-07-15Remove local copies of I915 macrosLucas De Marchi1-1/+1
2021-06-07lib/i915: Split 'gen' into graphics version and display versionMatt Roper3-6/+7
2021-05-27lib/i915/gem_create: Add gem_create_extAndrzej Turko1-1/+1
2021-05-21tools/i915-perf-recorder: print out oa formatLionel Landwerlin1-2/+3
2021-05-17tools/intel_display_poller: Add flipdone testsVille Syrjälä1-1/+186
2021-05-17tools/intel_display_poller: Add pipe D supportVille Syrjälä1-2/+8
2021-05-17tools/intel_display_poller: Use intel_gen()Ville Syrjälä1-10/+7
2021-05-17tools/intel_display_poller: Unify ilk+ and bdw+ codepathsVille Syrjälä1-25/+1
2021-05-17tools/intel_display_poller: Fix TILEOFF vs. LINOFF for skl+Ville Syrjälä1-2/+2
2021-05-14tools/intel_watermark: Widen register bitfieldsVille Syrjälä1-16/+16
2021-05-14tools/intel_watermark: Handle ADL-P dedicated SAGV watermarksVille Syrjälä1-4/+102
2021-05-14tools/intel_watermark: Make reg dump section less wideVille Syrjälä1-55/+43
2021-05-14tools/intel_watermark: TGL+ can have 4 pipesVille Syrjälä1-1/+6
2021-05-14tools/intel_watermark: Reduce the number of planes for rkl/adls/adlpVille Syrjälä1-2/+6
2021-05-14tools/intel_watermark: Deal with TGL planesVille Syrjälä1-4/+8
2021-05-14tools/intel_watermark: Use WM_SR_CNT to observe SR residencyVille Syrjälä1-1/+52
2021-05-14tools/intel_watermark: Parse WM_DBG to help diagnose watermark issuesVille Syrjälä1-0/+33
2021-04-23gitignore: Remove various .gitignore filesPetri Latvala2-38/+0
2021-04-09tools: Fix running intel_dp_compliance if it is found in the search path($PAT...Khaled Almahallawy1-14/+6
2021-04-07tool/lsgpu: Fix memory leak when no device is foundAyaz A Siddiqui1-4/+6
2021-04-06Get rid of GNU AutotoolsArkadiusz Hiler6-177/+1
2021-04-06Revert "Add eDP support in Link Layer Compliance Tool"Khaled Almahallawy1-2/+1
2021-04-01intel_gpu_top: Do not print client header if no client statsTvrtko Ursulin1-3/+18
2021-02-10intel_gpu_top: Interactive help screenTvrtko Ursulin1-8/+60
2021-02-10intel_gpu_top: Aggregate clients by PID by defaultTvrtko Ursulin1-13/+120
2021-02-10intel_gpu_top: Wrap interactive headerTvrtko Ursulin1-13/+68
2021-02-05intel_gpu_top: Include fresh clients in the hide inactive filterChris Wilson1-1/+1
2021-02-05intel_gpu_top: The return of the fractional barChris Wilson1-4/+3
2021-02-03intel_gpu_top: Add option to sort by PIDTvrtko Ursulin1-13/+32
2021-02-03intel_gpu_top: Show banner messages when cycling sort modesTvrtko Ursulin1-0/+22
2021-02-03intel_gpu_top: Always sort the clients array after updateTvrtko Ursulin1-66/+66
2021-02-01intel_gpu_top: Add option to hide inactive clientsTvrtko Ursulin1-0/+7
2021-01-30meson: Turn on -WerrorAshutosh Dixit1-9/+0
2021-01-23tools: Add -lm to intel_gpu_top meson buildChris Wilson1-1/+1
2021-01-23tools/intel_gpu_top: Add -lm for clangChris Wilson1-1/+1
2021-01-23intel-gpu-top: Support for client statsTvrtko Ursulin1-20/+699
2021-01-11lib/i915: Split gem_create.c from ioctl_wrappers.cAndrzej Turko1-0/+1
2020-12-20intel_gpu_top: Fix interactive mode on serial consoleTvrtko Ursulin1-0/+5
2020-12-20intel_gpu_top: Aggregate engine busyness per classTvrtko Ursulin1-13/+196
2020-12-20intel_gpu_top: Support exiting the tool by pressing 'q'Tvrtko Ursulin1-13/+67
2020-12-14tools: Use igt_device_get_pci_device() for known fdChris Wilson2-3/+8
2020-11-30tools/lsgpu: Add -n switch to list devices using vendor:device hex idZbigniew Kempczyński1-1/+7
2020-11-30tools/intel_gpu_top: Add generation info in headerZbigniew Kempczyński1-2/+6
2020-11-26tools/intel_gpu_top: Fixup imc event parsingChris Wilson1-5/+5
2020-11-25tools/intel_gpu_top: Consolidate imc to use pmu_counterChris Wilson1-183/+78
2020-11-25tools/intel_gpu_top: Include total package powerChris Wilson1-88/+130