summaryrefslogtreecommitdiff
path: root/tools/intel_reg.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29intel_reg: Move decoding behind an optionLucas De Marchi1-11/+30
2024-04-29intel_reg: Reorder commands and annotate ones needing reg specLucas De Marchi1-10/+14
2024-04-22tools/intel_reg: Fix mchbar register writeVille Syrjälä1-0/+3
2023-03-08igt: Remove duplicated macrosZbigniew Kempczyński1-1/+1
2023-01-27tools/intel_reg: Add support for reading indexed VGA registersVille Syrjälä1-0/+204
2023-01-27tools/intel_reg: Add support for register access via the MCHBAR mirrorVille Syrjälä1-0/+21
2023-01-27tools/intel_reg: Support 8 and 16 bit mmio registersVille Syrjälä1-15/+38
2021-05-27lib/i915/gem_create: Add gem_create_extAndrzej Turko1-1/+1
2021-01-11lib/i915: Split gem_create.c from ioctl_wrappers.cAndrzej Turko1-0/+1
2020-01-23intel_reg: Use static iteratorPetri Latvala1-2/+2
2019-08-29lib/intel_mmio: add additional api for multiple devicesDaniel Mrzyglod1-11/+12
2019-05-23i915: Improve static engine map for legacyChris Wilson1-3/+1
2019-03-29Revert "lib/igt_device: Move intel_get_pci_device under igt_device"Ville Syrjälä1-10/+13
2019-03-20lib/igt_device: Move intel_get_pci_device under igt_deviceMichał Winiarski1-13/+10
2018-09-05intel_reg: Fix truncate string in the snprintfRodrigo Siqueira1-2/+2
2018-01-31tools/intel_reg: Add reading and writing registers through engineMika Kuoppala1-7/+162
2017-11-21tools: Stop opening the driver just to find the debugfsChris Wilson1-7/+3
2017-09-15tools/intel_reg: s/PKGDATADIR/IGT_DATADIR/Ville Syrjälä1-1/+1
2017-05-04intel_reg: Use the drm device fd as a hint onlyChris Wilson1-2/+1
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-3/+9
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-9/+3
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-3/+9
2016-10-07tools/intel_reg: Return SUCCESS after a succesful dumpVille Syrjälä1-1/+1
2016-07-27lib: Update igt_chipset docsDaniel Vetter1-1/+1
2016-06-30lib: Start weaning off defunct intel_chipset.hChris Wilson1-20/+1
2016-05-02tools: Add missing Kabylake codename strings.Rodrigo Vivi1-0/+2
2015-09-11tools/intel_reg: Print the potential port names in the help textVille Syrjälä1-0/+5
2015-09-08tools/intel_reg: Use pci device from config on writeMika Kuoppala1-1/+1
2015-09-08build: fix unused-result warningsThomas Wood1-1/+2
2015-09-08intel_reg: ensure "intel_reg help" always worksThomas Wood1-1/+1
2015-09-08tools: install the register definition filesThomas Wood1-2/+2
2015-07-20intel_reg: support platforms without sys/io.hThomas Wood1-1/+16
2015-05-05rename global mmio variable to igt_global_mmioJani Nikula1-1/+1
2015-05-05intel_reg: switch to INREG and OUTREGJani Nikula1-6/+4
2015-04-23intel_reg: introduce one intel_reg tool to rule them allJani Nikula1-0/+899