Ben Widawsky
4c9abd5aa4
reg_read: use good offset, and errno
...
The test was bonghits.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-07-22 16:30:04 -07:00
Ben Widawsky
58cfeabb90
reg_read: skip older kernels
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-07-18 11:47:42 -07:00
Ben Widawsky
4fe7869539
reg_read: basic register read ioctl test
...
This will need to get modified when the ioctl expands, and so is only
here for reference/to make Daniel happy.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-07-18 11:30:12 -07:00
Daniel Vetter
d9fb72e266
tests: improve concurrent blit tests
...
By adding another testcase that follows up with a gpu read. This
checks whether the kernel properly tracks the pending write and
doesn't lose it (or sync up to the wrong seqno).
For some odd reason only the cpu mmap variant blows up, the gtt one
works here. I need to look into that some more.
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-07-13 10:35:11 +02:00
Ben Widawsky
fbd6d04959
gem_ctx_basic: fixes
...
I must have checked in the wrong version the first time.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-07-03 11:04:05 -07:00
Ben Widawsky
e843c55370
ctx_basic: we stopped using rendercopy
...
so get rid of the remants. perhaps we'll use it again someday.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-07-03 10:40:32 -07:00
Ben Widawsky
afcffe783a
context_basic: the most stressful context test to date.
...
this context test requiring libdrm updates
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-29 11:25:03 -07:00
Ben Widawsky
beb1bb8fd2
gem_stress: use the gen7 rendercopy
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-28 22:52:04 -07:00
Ben Widawsky
ab0460eaac
ctx_bad_destroy: danvet changed to ENOENT
...
In all fairness if the test worked, he would have found this earlier
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-27 11:13:23 -07:00
Ben Widawsky
278e53b5c4
ctx_bad_destroy - ioctl is 2e, not 23
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-27 11:13:06 -07:00
Ben Widawsky
1136f61298
ctx_bad_destroy: a little more description is nice
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-27 11:07:09 -07:00
Daniel Vetter
76b53ef68d
tests/gem_wait_rendering_timeout: needs more fudge
...
Due to the way we calculate the workload by doubling it each time we
might end up with almost twice as much as we want. Hence increase our
fudge by 1.5 to account for that.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50666
2012-06-26 19:47:30 +02:00
Ben Widawsky
f7e356d9cd
context tests not requiring libdrm
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-18 12:06:45 -07:00
Ben Widawsky
5a28ef8580
context: update for new execbuf2 element
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-06-14 10:15:42 -07:00
Daniel Vetter
b015a25e89
tests/debgufs_emon_crash: make it quiet
2012-06-08 19:35:19 +02:00
Chris Wilson
77586dcdf7
test/gem_gtt_speed: Add a baseline test for the performance of a CPU mmap
...
When looking at the pwrite/pread/wc performance, it is useful to judge
that against the performance of an ordinary CPU mmap.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-06-04 17:50:51 +01:00
Daniel Vetter
b558877f6e
test/sysfs_l3_parity: skip test if the sysfs interface doesn't exist
2012-05-31 15:58:29 +02:00
Daniel Vetter
4cf1b02e96
test/sysfs_l3_parity: fixup logic
...
It didn't fail properly.
2012-05-31 15:45:17 +02:00
Daniel Vetter
55fdd7f1bb
cleanups after l3_parity merge
...
- call it sysfs_l3_parity for more consistency
- add .gitignore for intel_l3_parity
2012-05-31 15:20:12 +02:00
Ben Widawsky
dac1a2ceda
tests/dpf: simple dpf test
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-05-31 15:20:12 +02:00
Ben Widawsky
8f7ea34751
tools/dpf: Tool to read and write l3 remap registers.
...
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-05-31 15:20:12 +02:00
Daniel Vetter
a35dcac0ff
tests/gem_wait_rendering_timeout: check polling behaviour
...
... with timeout=0. We have special code in the kernel to optimize
that one.
2012-05-30 20:16:24 +02:00
Daniel Vetter
b8e00110a0
lib/gem_wait_rendering_timeout: sprinkle busy_ioctl checks
...
While we have that testcase, let's cross-check the busy ioctl.
2012-05-29 22:23:14 +02:00
Daniel Vetter
04dfa492d1
tests/gem_wait_rendering_timeout: test the timeout case
...
When I've first tried this it somehow failed, but I can't reproduce
this any more. I guess I've hunted a ghost.
2012-05-29 17:35:21 +02:00
Daniel Vetter
b711bfe54f
tests/gem_wait_rendering_timeout: fix up the autotuner
...
duuh
2012-05-29 16:49:41 +02:00
Daniel Vetter
95877ab9ce
tests/gem_wait_rendering_timout: adjust .gitignore
2012-05-29 16:35:35 +02:00
Daniel Vetter
2952feb23f
tests/get_wait_rendering_timeout: fixup the auto-tuner
...
- start at 1 iterations
- actually adjust the number of iterations like the comment claims
2012-05-29 16:35:30 +02:00
Daniel Vetter
cf979c2063
tests/gem_wait_rendering_timeout: some fixes for the blt function
...
- widht/height are in pixel, and the cmd uses 32bit, so we need to
adjust this.
- we write to the buffer, set the right reloc domain.
2012-05-29 16:34:32 +02:00
Daniel Vetter
25bf5574a2
tests/gem_wait_rendering_timeout: properly skip test
...
also assign the timeout value unconditionally, we want to know it even
when we've timeout out.
2012-05-29 16:24:04 +02:00
Daniel Vetter
f14a045137
tests/gem_wait_rendering_timeout: make it compile
...
... we need to do this libdrm depency dance. Or just copy&paste it.
2012-05-29 16:14:31 +02:00
Ben Widawsky
9cfcb75b79
tests/wait render timeout test
...
Assures that signals interrupting the wait works properly. Because of
the scheduling around signals, interrupted waits will *seem* faster as
the GPU continues to work while all the CPU scheduling stuff happens.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-05-25 13:08:28 +02:00
Daniel Vetter
c26b5ee72f
tests: fixup type in module_reload
...
Oops, I've frobbed this to test the check but committed the wrong
version.
2012-05-25 11:29:28 +02:00
root
3985d9b976
tests: add some help to module_reload
...
... so that it's easier to get the kernel configuration right.
2012-05-25 11:28:38 +02:00
root
a628d56470
tests: add module reload testcase
...
We've broken this way too often in the past.
2012-05-25 11:02:09 +02:00
Daniel Vetter
2448a75ff6
tests/hangman: fix when run with absolute path
...
QA's test rig does that.
2012-05-23 11:37:04 +02:00
Daniel Vetter
96c2fc82ba
test/flip_test: fail harder
...
We want testcase to return non-zero if they fail ...
2012-05-22 19:54:22 +02:00
Daniel Vetter
17787f30c6
lib: extract kmstest_dump_mode
2012-05-22 16:15:15 +02:00
Daniel Vetter
b7aa6756ce
test/flip_test: use kmstest_create_fb
...
And bring back some frame indication that actually works.
2012-05-22 16:12:04 +02:00
Daniel Vetter
662d732199
lib: extract kmstest_create_fb
...
We should get more kms tests soon, and not needing to copy-paste a
nice test pattern should be useful.
That establishes a firm depency of i-g-t on cairo over everything, but
I don't care so much about that.
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-05-22 15:56:29 +02:00
Daniel Vetter
0732cc59ab
tests: use drm_open_any more
...
And fix it up to not leak open fds, which kills all the master only
stuff.
2012-05-22 12:01:36 +02:00
Daniel Vetter
a5e6897d10
tests/flip_test: rip out usage
...
Totally useless if the only option is "-h"
2012-05-22 10:57:17 +02:00
Daniel Vetter
1fedd1db41
tests: add flip_test to .gitignore
2012-05-22 10:53:38 +02:00
Daniel Vetter
9e620146f7
tests/flip_test: rip out funny pictures
...
The path isn't properly autodetected and it yells stupid stuff into
stderr. Which causes spurious failures.
And really, these are automated tests. If you need to look at the output,
something is wrong.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-05-22 10:51:29 +02:00
Daniel Vetter
544e357851
tests/gtt_speed: try to outwit gcc
...
It optimized away the read loops ;-)
Also fix up the size to not be 1/4th of the one we want for tiled
buffer tests.
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-05-10 20:25:33 +02:00
Chris Wilson
78c38dcddb
tests/gem_tiled_pread_pwrite fix progname for pretty print progress
...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-05-09 14:06:28 +01:00
Jesse Barnes
e70b7de8ce
tests/flip_test: test on each CRTC for each detected output
...
This allows us to test on 3 pipe configs for example.
2012-05-07 12:57:05 -07:00
Jesse Barnes
362599ac10
tests: add simple flip test
...
Add a simple flip test to test flipping on a single output with the
preferred mode.
TODO: test each crtc for 3s and print pass/fail results
2012-05-07 12:36:28 -07:00
Daniel Vetter
97198ccbe1
test/ZZ_hangman: adjust to new error_state reset semantics
...
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-27 14:08:34 +02:00
Daniel Vetter
bb40c7e8df
test: fix up hangman script and enable by default
...
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-25 13:21:38 +02:00
Daniel Vetter
cf72da57dc
tests: add gem_unfence_active_buffers
...
Unfortunately this requires slab poisoning to catch anything :(
Also add a new helper to drmtest to get the available fence count.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-22 12:35:23 +02:00