diff options
author | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | 2015-08-04 15:00:50 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | 2015-08-04 15:00:50 -0700 |
commit | 220c7d1f91e590be74866710d786833938c18c40 (patch) | |
tree | 1926a8fb14f89ac4f4b3b930e848e889e0684913 /man | |
parent | f47bdba8b0504661b5d291a8639f156cda993379 (diff) |
tools/aubdump: Add --device option for overriding device ID
This lets us capture AUB traces for platforms different from the one
we're running on.
Signed-off-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel_aubdump.man | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/intel_aubdump.man b/man/intel_aubdump.man index ea1c852e..a77947e7 100644 --- a/man/intel_aubdump.man +++ b/man/intel_aubdump.man @@ -25,7 +25,12 @@ Write the trace output to the file .IR FILE . Default is .IR COMMAND .aub. - +.TP +.BI \-\^\-device= ID +Override the PCI ID of the drm device. This is useful for getting an +aub dump for a different generation of GPU. In this mode intel_aubdump +will intercept but not forward the execbuffer2 ioctl, as that would +typically cause a GPU hang. .SH EXAMPLES .TP intel_aubdump -v --output=stuff.aub -- glxgears -geometry 500x500 |