mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
improve README
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
2e88c4ce34
commit
eafdf50044
24
README
24
README
@ -17,13 +17,30 @@ benchmarks/
|
|||||||
running, they must be run as root to avoid the authentication
|
running, they must be run as root to avoid the authentication
|
||||||
requirement.
|
requirement.
|
||||||
|
|
||||||
|
Note that a few other microbenchmarks are in tests (like gem_gtt_speed).
|
||||||
|
|
||||||
tests/
|
tests/
|
||||||
This is a set of automated tests to run against the DRM to validate
|
This is a set of automated tests to run against the DRM to validate
|
||||||
changes. Hopefully this can cover the relevant cases we need to
|
changes. Hopefully this can cover the relevant cases we need to
|
||||||
worry about, including backwards compatibility.
|
worry about, including backwards compatibility.
|
||||||
|
|
||||||
To run the tests, do "sudo make check" from this directory with
|
Run this tests with "make test" as root from this directory. Note that
|
||||||
KMS enabled.
|
no other drm clients (X server) may run.
|
||||||
|
|
||||||
|
"make test" only runs a default of test usefull for regression testing.
|
||||||
|
Other tests not run are:
|
||||||
|
- tests that might hang the gpu, see HANG in Makefile.am
|
||||||
|
- gem_stress, a stress test suite. Look at the source for all the
|
||||||
|
various options.
|
||||||
|
- testdisplay is only run in the default mode. testdisplay has tons of
|
||||||
|
options to test different kms functionality, again read the source of
|
||||||
|
the details.
|
||||||
|
|
||||||
|
lib/
|
||||||
|
Common helper functions and headers used by the other tools.
|
||||||
|
|
||||||
|
man/
|
||||||
|
Manpages, unfortunately rather incomplete.
|
||||||
|
|
||||||
tools/
|
tools/
|
||||||
This is a collection of debugging tools that had previously been
|
This is a collection of debugging tools that had previously been
|
||||||
@ -31,7 +48,8 @@ tools/
|
|||||||
up the 2D build to ship them. Instead, here's a separate package for
|
up the 2D build to ship them. Instead, here's a separate package for
|
||||||
people debugging the driver.
|
people debugging the driver.
|
||||||
|
|
||||||
These tools generally must be run as root.
|
These tools generally must be run as root, safe for the ones that just
|
||||||
|
decode dumps.
|
||||||
|
|
||||||
debugger/
|
debugger/
|
||||||
This tool is to be used to do shader debugging. It acts like a
|
This tool is to be used to do shader debugging. It acts like a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user