index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aubdump.c
Age
Commit message (
Expand
)
Author
2017-12-07
tools/intel_aubdump: Add ability to simulate execlist submission
Scott D Phillips
2017-12-07
tools/intel_aubdump: Set addr_bits before write_header
Scott D Phillips
2017-11-06
tools/aubdump: Avoid ISO C90 warning
Thierry Reding
2017-10-10
intel_aubdump: Default to 48-bit AUBs when the gen is unknown
Jordan Justen
2017-10-04
Fix compilation on some distros
Ausmus, James
2017-09-21
intel_aubdump: Support I915_EXEC_BATCH_FIRST.
Kenneth Graunke
2017-09-08
build: remove _GNU_SOURCE from source files
Daniel Vetter
2017-08-24
aubdump: Log some information about the execbuf calls
Jason Ekstrand
2017-08-24
aubdump: Use write_reloc for filling out the ringbuffer
Jason Ekstrand
2017-08-24
aubdump: Reject execbuffer2 calls with bad BOs
Jason Ekstrand
2017-07-11
igt: Add LOCAL defines for distro compatibility
Arkadiusz Hiler
2017-04-14
aubdump: Don't bail if a GEM handle of 0 is passed into execbuf
Jason Ekstrand
2017-03-09
aubdump: Support EXECBUFFER2_WR
Jason Ekstrand
2016-11-28
aubdump: Add a PCI-ID= entry to the AUB file comment
Jason Ekstrand
2016-11-28
aubdump: Set the application name
Jason Ekstrand
2016-11-28
Revert "aubdump: Bump the GTT size to 256MB"
Jason Ekstrand
2016-11-22
aubdump: Bump the GTT size to 256MB
Jason Ekstrand
2016-11-22
aubdump: Fix GTT setup for Gen8+
Francisco Jerez
2016-11-22
aubdump: Handle 48-bit relocations properly
Jason Ekstrand
2016-11-09
aubdump: add --command option to stream aubdump to another program
Lionel Landwerlin
2016-11-09
tools: intel_aubdump: pass configuration through file descriptor
Lionel Landwerlin
2016-07-08
aubdump: Only close aub file if we opened it
Kristian Høgsberg Kristensen
2016-07-08
aubdump: Support softpin bos
Kristian Høgsberg Kristensen
2016-02-13
aubdump: Add a get_bo() lookup function
Kristian Høgsberg Kristensen
2016-02-13
aubdump: Don't use .so constructors for initializing
Kristian Høgsberg Kristensen
2016-02-13
aubdump: Raise SIGTRAP on failure
Kristian Høgsberg Kristensen
2015-11-06
igt/intel_aubdump: Use the right ring
Ben Widawsky
2015-09-11
tools/aubdump: remove void pointer arithmetic
Thomas Wood
2015-08-12
aubdump: Write header after figuring out the gen
Kristian Høgsberg Kristensen
2015-08-12
aubdump: Handle 48 bit ppgtt dumping
Kristian Høgsberg Kristensen
2015-08-07
tools/aubdump: Get PCI ID from getparam ioctl when we can
Kristian Høgsberg
2015-08-07
tools/aubdump: Don't rely on open for discovering the drm fd
Kristian Høgsberg
2015-08-05
tools: Use right #include path for i915_drm.h
Kristian Høgsberg Kristensen
2015-08-04
tools/aubdump: Add --device option for overriding device ID
Kristian Høgsberg Kristensen
2015-08-04
tools/aubdump.c: Also define struct drm_i915_gem_userptr for compatibility
Kristian Høgsberg Kristensen
2015-07-31
tools/aubdump: #define DRM_IOCTL_I915_GEM_USERPTR if kernel headers don't
Kristian Høgsberg Kristensen
2015-07-31
tools: Add LD_PRELOAD-based AUB dumper tool
Kristian Høgsberg Kristensen