summaryrefslogtreecommitdiff
path: root/tools/aubdump.c
AgeCommit message (Expand)Author
2018-09-11Fix 32bit gcc warningsVille Syrjälä
2018-04-11tools/aubdump: Fix ISO C90 forbids mixed declarations and code warningTvrtko Ursulin
2018-03-19tools/aubdump: For gen10+ support addresses up to 4GBJordan Justen
2018-03-19tools/aubdump: Add bitmap to track gtt pages that have been mappedJordan Justen
2018-03-19tools/aubdump: Add gen8_map_ggtt_rangeJordan Justen
2018-02-22tools/aubdump: Signal drm sync objects when device override is usedJordan Justen
2018-02-22tools/aubdump: Note pinned BO in verbose outputJordan Justen
2018-02-22tools/aubdump: Support alignment of BO in execbuffer2Jordan Justen
2018-02-07tools/intel_aubdump: Simulate "enhanced execlist" submission for gen11+Scott D Phillips
2017-12-07tools/intel_aubdump: Add ability to simulate execlist submissionScott D Phillips
2017-12-07tools/intel_aubdump: Set addr_bits before write_headerScott D Phillips
2017-11-06tools/aubdump: Avoid ISO C90 warningThierry Reding
2017-10-10intel_aubdump: Default to 48-bit AUBs when the gen is unknownJordan Justen
2017-10-04Fix compilation on some distrosAusmus, James
2017-09-21intel_aubdump: Support I915_EXEC_BATCH_FIRST.Kenneth Graunke
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-08-24aubdump: Log some information about the execbuf callsJason Ekstrand
2017-08-24aubdump: Use write_reloc for filling out the ringbufferJason Ekstrand
2017-08-24aubdump: Reject execbuffer2 calls with bad BOsJason Ekstrand
2017-07-11igt: Add LOCAL defines for distro compatibilityArkadiusz Hiler
2017-04-14aubdump: Don't bail if a GEM handle of 0 is passed into execbufJason Ekstrand
2017-03-09aubdump: Support EXECBUFFER2_WRJason Ekstrand
2016-11-28aubdump: Add a PCI-ID= entry to the AUB file commentJason Ekstrand
2016-11-28aubdump: Set the application nameJason Ekstrand
2016-11-28Revert "aubdump: Bump the GTT size to 256MB"Jason Ekstrand
2016-11-22aubdump: Bump the GTT size to 256MBJason Ekstrand
2016-11-22aubdump: Fix GTT setup for Gen8+Francisco Jerez
2016-11-22aubdump: Handle 48-bit relocations properlyJason Ekstrand
2016-11-09aubdump: add --command option to stream aubdump to another programLionel Landwerlin
2016-11-09tools: intel_aubdump: pass configuration through file descriptorLionel Landwerlin
2016-07-08aubdump: Only close aub file if we opened itKristian Høgsberg Kristensen
2016-07-08aubdump: Support softpin bosKristian Høgsberg Kristensen
2016-02-13aubdump: Add a get_bo() lookup functionKristian Høgsberg Kristensen
2016-02-13aubdump: Don't use .so constructors for initializingKristian Høgsberg Kristensen
2016-02-13aubdump: Raise SIGTRAP on failureKristian Høgsberg Kristensen
2015-11-06igt/intel_aubdump: Use the right ringBen Widawsky
2015-09-11tools/aubdump: remove void pointer arithmeticThomas Wood
2015-08-12aubdump: Write header after figuring out the genKristian Høgsberg Kristensen
2015-08-12aubdump: Handle 48 bit ppgtt dumpingKristian Høgsberg Kristensen
2015-08-07tools/aubdump: Get PCI ID from getparam ioctl when we canKristian Høgsberg
2015-08-07tools/aubdump: Don't rely on open for discovering the drm fdKristian Høgsberg
2015-08-05tools: Use right #include path for i915_drm.hKristian Høgsberg Kristensen
2015-08-04tools/aubdump: Add --device option for overriding device IDKristian Høgsberg Kristensen
2015-08-04tools/aubdump.c: Also define struct drm_i915_gem_userptr for compatibilityKristian Høgsberg Kristensen
2015-07-31tools/aubdump: #define DRM_IOCTL_I915_GEM_USERPTR if kernel headers don'tKristian Høgsberg Kristensen
2015-07-31tools: Add LD_PRELOAD-based AUB dumper toolKristian Høgsberg Kristensen