platform/upstream/intel-gpu-tools.git
12 years agoRelease 1.1 1.1
Daniel Vetter [Sat, 24 Dec 2011 00:23:59 +0000 (01:23 +0100)]
Release 1.1

12 years agotestdisplay: shut up compiler
Daniel Vetter [Sat, 17 Dec 2011 23:24:45 +0000 (00:24 +0100)]
testdisplay: shut up compiler

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: move drm_fourcc.h include under the #ifdef protection
Daniel Vetter [Sat, 17 Dec 2011 23:21:39 +0000 (00:21 +0100)]
testdisplay: move drm_fourcc.h include under the #ifdef protection

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/testdisplay.c: make the 3th pipe finish all the mode setting.
Yi Sun [Thu, 1 Dec 2011 10:57:16 +0000 (18:57 +0800)]
tests/testdisplay.c: make the 3th pipe finish all the mode setting.

If test all modes rather than preferred mode, remove framebuffer and
set CRTC to zero after each connector mode setting.

Signed-off-by: Sun Yi <yi.sun@intel.com>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agointel-decode: fix flush dword post sync parse
Ben Widawsky [Thu, 15 Dec 2011 21:54:30 +0000 (13:54 -0800)]
intel-decode: fix flush dword post sync parse

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
12 years agotests/gem_double_irq_loop: silence the compiler
Chris Wilson [Wed, 14 Dec 2011 17:43:37 +0000 (17:43 +0000)]
tests/gem_double_irq_loop: silence the compiler

gem_double_irq_loop.c: In function ‘dummy_reloc_loop’:
gem_double_irq_loop.c:62:9: warning: unused variable ‘j’ [-Wunused-variable]

12 years agotests/gem_exec_blt: silence the compiler by failing on error
Chris Wilson [Wed, 14 Dec 2011 17:41:34 +0000 (17:41 +0000)]
tests/gem_exec_blt: silence the compiler by failing on error

gem_exec_blt.c: In function ‘gem_exec’:
gem_exec_blt.c:174:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Propagate the failure and exit(1).

12 years agotests/gem_exec_nop: silence the compiler by failing on error
Chris Wilson [Wed, 14 Dec 2011 17:41:34 +0000 (17:41 +0000)]
tests/gem_exec_nop: silence the compiler by failing on error

gem_exec_nop.c: In function ‘exec’:
gem_exec_nop.c:101:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]

Propagate the failure and exit(1).

12 years agotests/gem_stress: silence the compiler by using '%zu' for size_t
Chris Wilson [Wed, 14 Dec 2011 17:39:42 +0000 (17:39 +0000)]
tests/gem_stress: silence the compiler by using '%zu' for size_t

gem_stress.c: In function ‘main’:
gem_stress.c:980:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Wformat]

12 years agotests/gem_largeobject: silence the compiler
Chris Wilson [Wed, 14 Dec 2011 17:37:53 +0000 (17:37 +0000)]
tests/gem_largeobject: silence the compiler

gem_largeobject.c: In function ‘test_large_object’:
gem_largeobject.c:95:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

12 years agotestdisplay: don't test planes if i915 color key ioctl is not available
Jesse Barnes [Wed, 14 Dec 2011 16:14:45 +0000 (08:14 -0800)]
testdisplay: don't test planes if i915 color key ioctl is not available

12 years agoscripts/who: Add the process id to the output
Chris Wilson [Mon, 12 Dec 2011 20:19:03 +0000 (20:19 +0000)]
scripts/who: Add the process id to the output

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
12 years agoscripts: Add a trivial script to show which programs are using the GPU
Chris Wilson [Mon, 12 Dec 2011 17:44:58 +0000 (17:44 +0000)]
scripts: Add a trivial script to show which programs are using the GPU

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
12 years agodecode: Fix interpretation of i915 8bit formats
Chris Wilson [Sat, 10 Dec 2011 12:49:10 +0000 (12:49 +0000)]
decode: Fix interpretation of i915 8bit formats

2/3 are reserved with the correct values for A8/I8 being 4/5
respectively.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
12 years agotestdisplay: update for final plane & fb ABI
Jesse Barnes [Wed, 7 Dec 2011 16:22:41 +0000 (08:22 -0800)]
testdisplay: update for final plane & fb ABI

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 years agotests/gem_partial_pwrite_pread: don't trash gtt unnecessarily
Daniel Vetter [Tue, 6 Dec 2011 15:57:53 +0000 (16:57 +0100)]
tests/gem_partial_pwrite_pread: don't trash gtt unnecessarily

On chips that don't have a unmappable gtt part it's utterly pointless.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_partial_pwrite_pread
Daniel Vetter [Sun, 4 Dec 2011 20:42:31 +0000 (21:42 +0100)]
tests: add gem_partial_pwrite_pread

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_reloc_vs_gpu: fixup this mess
Daniel Vetter [Sun, 4 Dec 2011 12:57:56 +0000 (13:57 +0100)]
tests/gem_reloc_vs_gpu: fixup this mess

- fixup pitch mess noticed by Chris Wilson.
- we need to diable bo reuse otherwise the kernel won't do the relocs
  (we might get an already gtt-bound batch from the dummy load).

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_reloc_vs_gpu: emit special batch on blt ring on gen6+
Daniel Vetter [Sun, 4 Dec 2011 12:49:24 +0000 (13:49 +0100)]
tests/gem_reloc_vs_gpu: emit special batch on blt ring on gen6+

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_reloc_vs_gpu: switch to COLOR_BLT instead of PIPE_CONTROL
Daniel Vetter [Sun, 4 Dec 2011 12:02:35 +0000 (13:02 +0100)]
tests/gem_reloc_vs_gpu: switch to COLOR_BLT instead of PIPE_CONTROL

Less fancy command that works everywhere. Suggested by Chris Wilons.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_tiled_pread_pwrite: kill set-but-unsed warning
Daniel Vetter [Sat, 3 Dec 2011 18:57:36 +0000 (19:57 +0100)]
tests/gem_tiled_pread_pwrite: kill set-but-unsed warning

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_reloc_vs_gpu
Daniel Vetter [Sun, 4 Dec 2011 11:08:59 +0000 (12:08 +0100)]
tests: add gem_reloc_vs_gpu

Tests whether the kernel properly waits for the gpu before
applying a reloc.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoRevert some accidental things
Daniel Vetter [Fri, 2 Dec 2011 19:40:03 +0000 (20:40 +0100)]
Revert some accidental things

... somehow slipped in.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_exec_faulting_reloc
Daniel Vetter [Fri, 2 Dec 2011 19:36:06 +0000 (20:36 +0100)]
tests: add gem_exec_faulting_reloc

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_exec_bad_domains
Daniel Vetter [Fri, 2 Dec 2011 17:41:34 +0000 (18:41 +0100)]
tests: add gem_exec_bad_domains

To check whether the kernel properly rejects non-gpu domains in
relocs.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_tiled_pread_pwrite
Daniel Vetter [Fri, 2 Dec 2011 09:55:56 +0000 (10:55 +0100)]
tests: add gem_tiled_pread_pwrite

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoimprove README
Daniel Vetter [Tue, 1 Nov 2011 13:33:53 +0000 (14:33 +0100)]
improve README

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_gtt_speed: Add modes that force that to the gtt domain
Daniel Vetter [Wed, 30 Nov 2011 11:36:29 +0000 (12:36 +0100)]
tests/gem_gtt_speed: Add modes that force that to the gtt domain

No sane userspace doesn't upload data to the gpu without actually
using it there ...

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoAdd missing executables to .gitignore.
Paul Berry [Wed, 30 Nov 2011 17:47:56 +0000 (09:47 -0800)]
Add missing executables to .gitignore.

12 years agotests: implement snb+ XY_SETUP_CLIP_BLT workaround
Daniel Vetter [Sun, 27 Nov 2011 01:39:14 +0000 (02:39 +0100)]
tests: implement snb+ XY_SETUP_CLIP_BLT workaround

Better safe than sorry.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/sysfs_edit_reader: posixify
Daniel Vetter [Sun, 27 Nov 2011 00:55:42 +0000 (01:55 +0100)]
tests/sysfs_edit_reader: posixify

Debian's default sh complains ...

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: properly terminate tests when values mismatch
Daniel Vetter [Sun, 27 Nov 2011 00:37:59 +0000 (01:37 +0100)]
tests: properly terminate tests when values mismatch

Not much use running them in the test rig otherwise.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_hang: fix copy-paste problem
Eugeni Dodonov [Fri, 11 Nov 2011 13:17:59 +0000 (11:17 -0200)]
tests/gem_hang: fix copy-paste problem

I suspect that we should do different things for different pipes..

Spotted by Thomas Jarosh on #intel-gfx freenode.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agotests: add a test for checking edid reading delays
Eugeni Dodonov [Thu, 10 Nov 2011 13:27:27 +0000 (11:27 -0200)]
tests: add a test for checking edid reading delays

With base on EDID timing testing, when we take more than 1s to run
xrandr command, something is wrong.. So add this test for testing the time
we take to read the status of all the connectors from sysfs. It should do
us an average picture of how long we'd take to run xrandr (roughtly 2x
that value).

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agotests: add test for kernel segmentation fault
Eugeni Dodonov [Thu, 10 Nov 2011 13:12:10 +0000 (11:12 -0200)]
tests: add test for kernel segmentation fault

As asked by Daniel Vetter, this is a tech which checks if we can cause
division by zero in kernel by reading the i915_emon_status debugfs
entry repeatably.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agointel_gpu_top: use debugfs interface for forcewake
Eugeni Dodonov [Tue, 8 Nov 2011 17:47:03 +0000 (15:47 -0200)]
intel_gpu_top: use debugfs interface for forcewake

Using debugfs facilities for forcewake-related stuff.

Acked-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agotests: disable pipe_control on i965g
Daniel Vetter [Tue, 8 Nov 2011 11:36:24 +0000 (12:36 +0100)]
tests: disable pipe_control on i965g

That hw is broken.

Reported-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoCall Arrandale gen5 not gen4.
Chris Wilson [Fri, 4 Nov 2011 17:10:06 +0000 (17:10 +0000)]
Call Arrandale gen5 not gen4.

12 years agotestdisplay: Round tiled allocations up to pot stride and fence size
Chris Wilson [Fri, 4 Nov 2011 13:26:13 +0000 (13:26 +0000)]
testdisplay: Round tiled allocations up to pot stride and fence size

Be simple and use the strictest requirements from gen2/3 with old
kernels so that this simply works everywhere.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42585

12 years agotestdisplay: find planes for each pipe
Jesse Barnes [Wed, 2 Nov 2011 19:57:40 +0000 (12:57 -0700)]
testdisplay: find planes for each pipe

Fixes a bug where we were masking against the wrong value.

12 years agotestdisplay: update to new addfb2 definition
Jesse Barnes [Wed, 2 Nov 2011 19:57:20 +0000 (12:57 -0700)]
testdisplay: update to new addfb2 definition

12 years agocargo-cult the build system into shape
Daniel Vetter [Tue, 1 Nov 2011 16:20:01 +0000 (17:20 +0100)]
cargo-cult the build system into shape

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoalways require libdrm
Daniel Vetter [Tue, 1 Nov 2011 16:04:44 +0000 (17:04 +0100)]
always require libdrm

... and also add the missing files to lib/Makefile.am

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_tiled_pread: fixup detiler for gen2
Daniel Vetter [Tue, 1 Nov 2011 11:10:35 +0000 (12:10 +0100)]
tests/gem_tiled_pread: fixup detiler for gen2

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_largeobject: accomodate for puny apertures
Daniel Vetter [Tue, 1 Nov 2011 10:52:53 +0000 (11:52 +0100)]
tests/gem_largeobject: accomodate for puny apertures

... like on my i855gm.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoi-g-t/debugger - make the debugger work with distcheck
Ben Widawsky [Tue, 1 Nov 2011 00:19:54 +0000 (17:19 -0700)]
i-g-t/debugger - make the debugger work with distcheck

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
12 years agoi-g-t/debugger: Only allow the shader debugger if the user has specified a gen4asm
Ben Widawsky [Mon, 31 Oct 2011 20:36:50 +0000 (13:36 -0700)]
i-g-t/debugger: Only allow the shader debugger if the user has specified a gen4asm

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
12 years agotests: mark gem_bad_address as HANG
Daniel Vetter [Mon, 31 Oct 2011 22:19:08 +0000 (23:19 +0100)]
tests: mark gem_bad_address as HANG

Kills my little i855gm.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/debugfs_reader: fight bashism
Daniel Vetter [Mon, 31 Oct 2011 16:40:37 +0000 (17:40 +0100)]
tests/debugfs_reader: fight bashism

debian's dash doesn't like this.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: actually add the drm client check script
Daniel Vetter [Mon, 31 Oct 2011 15:08:02 +0000 (16:08 +0100)]
tests: actually add the drm client check script

Ooops.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: check for other drm clients
Daniel Vetter [Mon, 31 Oct 2011 15:04:34 +0000 (16:04 +0100)]
tests: check for other drm clients

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_bad_length: disable broken batchbuffer
Daniel Vetter [Sun, 30 Oct 2011 22:20:12 +0000 (23:20 +0100)]
tests/gem_bad_length: disable broken batchbuffer

Submitting random crap hangs the gpu. Suprise!

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: don't run kernel check from make check
Daniel Vetter [Sun, 30 Oct 2011 21:27:19 +0000 (22:27 +0100)]
tests: don't run kernel check from make check

Add a new target test for that.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools: script to gather bug report data
Daniel Vetter [Sun, 30 Oct 2011 21:04:39 +0000 (22:04 +0100)]
tools: script to gather bug report data

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agomake distcheck fixes
Daniel Vetter [Sun, 30 Oct 2011 20:24:12 +0000 (21:24 +0100)]
make distcheck fixes

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add test to read all debugfs files
Daniel Vetter [Sun, 30 Oct 2011 19:51:03 +0000 (20:51 +0100)]
tests: add test to read all debugfs files

Catches a bunch of forcewake warnings on snb+

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: compile fix for !DRM_PLANES
Daniel Vetter [Sun, 30 Oct 2011 19:45:42 +0000 (20:45 +0100)]
testdisplay: compile fix for !DRM_PLANES

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_unref_active_buffers
Daniel Vetter [Fri, 28 Oct 2011 15:39:14 +0000 (17:39 +0200)]
tests: add gem_unref_active_buffers

The crucial trick to reproduce the bug is that we need to have
a decent pile of active bos to retire. Because we unref the bo
after having it moved off the active list, our recursion depth
in fdo bug #42180 is limited by the number of active objects that
can retire at the same time.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42180
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: allow overlay plane to be moved & scaled at runtime
Jesse Barnes [Fri, 28 Oct 2011 03:25:53 +0000 (05:25 +0200)]
testdisplay: allow overlay plane to be moved & scaled at runtime

For additional testing.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 years agointel_reg_dumper: handle 3 pipe configs when dumping HDMI config
Jesse Barnes [Fri, 28 Oct 2011 15:53:48 +0000 (08:53 -0700)]
intel_reg_dumper: handle 3 pipe configs when dumping HDMI config

Could be on pipe A, B, or C.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 years agotestdisplay: add stub disable_planes() function
Jesse Barnes [Fri, 28 Oct 2011 00:47:58 +0000 (17:47 -0700)]
testdisplay: add stub disable_planes() function

To fix the compile with non-plane libdrms.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 years agotools/decode: decode XY_SCANLINES_BLT
Daniel Vetter [Tue, 25 Oct 2011 10:24:17 +0000 (12:24 +0200)]
tools/decode: decode XY_SCANLINES_BLT

12 years agotools/decode: decode XY_SETUP_* cmds
Daniel Vetter [Tue, 25 Oct 2011 10:15:27 +0000 (12:15 +0200)]
tools/decode: decode XY_SETUP_* cmds

And extract decode code for br00 and br01.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: add sprite scaling and location support
Jesse Barnes [Mon, 24 Oct 2011 15:15:34 +0000 (17:15 +0200)]
testdisplay: add sprite scaling and location support

Allow testdisplay to locate the sprite on the screen and potentially
scale it using different crtc width/height vs the source width/height
(determined by the resolution on the target pipe).

Also fix exit, making sure we properly disable all the planes.

Signed-off-by: Jesse Barnes <jbarnes@virtuougseek.org>
12 years agotools/intel_error_decode: decode gen4+ fences
Daniel Vetter [Fri, 21 Oct 2011 17:06:08 +0000 (19:06 +0200)]
tools/intel_error_decode: decode gen4+ fences

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools/decode: properly decode gen6+ PIPE_CONTROL flags
Daniel Vetter [Fri, 21 Oct 2011 08:09:14 +0000 (10:09 +0200)]
tools/decode: properly decode gen6+ PIPE_CONTROL flags

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotop: Avoid FPE by removing meaningless metric
Chris Wilson [Tue, 18 Oct 2011 13:05:54 +0000 (14:05 +0100)]
top: Avoid FPE by removing meaningless metric

12 years agointel_reg_checker: New tool to accumulate checks for HW workarounds.
Eric Anholt [Fri, 23 Sep 2011 21:47:44 +0000 (14:47 -0700)]
intel_reg_checker: New tool to accumulate checks for HW workarounds.

The goal of this tool is to be usable as a test for whether something
(suspend/resume, GPU reset, bugs, whatever) may have lost various
required hardware setup specified in the docs.

Reviewed-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agointel/decode: print out chipset gen
Daniel Vetter [Tue, 18 Oct 2011 14:30:56 +0000 (16:30 +0200)]
intel/decode: print out chipset gen

... instead of i965+ for almost everything that Intel is still selling.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools/decode: don't move around the display register section
Daniel Vetter [Tue, 18 Oct 2011 13:54:31 +0000 (15:54 +0200)]
tools/decode: don't move around the display register section

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools/decode: don't forget to print the name of the last ring
Daniel Vetter [Tue, 18 Oct 2011 13:49:41 +0000 (15:49 +0200)]
tools/decode: don't forget to print the name of the last ring

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoAllow intel_dump_decode to read data from stdin.
Eugeni Dodonov [Mon, 17 Oct 2011 19:48:18 +0000 (17:48 -0200)]
Allow intel_dump_decode to read data from stdin.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agotools/intel_dump_decode: make devid parsing more useful
Daniel Vetter [Mon, 17 Oct 2011 17:41:42 +0000 (19:41 +0200)]
tools/intel_dump_decode: make devid parsing more useful

We use hex for these!

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools/decode: retain the ring name
Daniel Vetter [Tue, 11 Oct 2011 11:14:02 +0000 (13:14 +0200)]
tools/decode: retain the ring name

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: add gem_hangcheck_forcewake
Daniel Vetter [Sun, 16 Oct 2011 19:13:34 +0000 (21:13 +0200)]
tests: add gem_hangcheck_forcewake

Provokes the forcewake warning when the hangcheck runs and no
one waits for the gpu (and hence holds the dev->struct_mutex).

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_fence_trash: some retuning
Daniel Vetter [Sat, 15 Oct 2011 11:46:19 +0000 (13:46 +0200)]
tests/gem_fence_trash: some retuning

We actually want to test lru behaviour, so do a bit of work with
the fence before yielding to the next thread (we use twice as many
fences as there are, so yielding always is pretty bad, no matter how
clever our fence stealing).

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_*_blits: reduce buffer count to not trash swap
Daniel Vetter [Sat, 15 Oct 2011 11:09:36 +0000 (13:09 +0200)]
tests/gem_*_blits: reduce buffer count to not trash swap

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoAllow to output statistics to stdout.
Eugeni Dodonov [Fri, 14 Oct 2011 18:26:13 +0000 (15:26 -0300)]
Allow to output statistics to stdout.

This allows intel_gpu_top to run both in statistics-collecting mode
(collecting the per-ring statistics in gnuplot-friendly format) and
ncurses top-like mode at the same time.

It also allows to output the statistics directly to stdout, by using "-o
-", so the results can be parsed directly via a popen() parsing.

If you are using intel_gpu_top as previously (without any command-line
arguments), it should change nothing for you. If you were using its
logging facilities (e.g., the '-o file'), note that the logging will keep
running, but the detailed top-like interface will be on the screen at the
same time.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
12 years agobios_reader: Allow forcing the device ID with DEVICE=0xNNNN
Adam Jackson [Tue, 11 Oct 2011 22:25:26 +0000 (18:25 -0400)]
bios_reader: Allow forcing the device ID with DEVICE=0xNNNN

As a pleasant side effect you can now feed it an opregion dump and it'll
decode without crashing.

Signed-off-by: Adam Jackson <ajax@redhat.com>
12 years agointel_reg_dumper: use none instead of NULL if no port is assigned to TRANS_DP
Jesse Barnes [Tue, 11 Oct 2011 18:37:25 +0000 (11:37 -0700)]
intel_reg_dumper: use none instead of NULL if no port is assigned to TRANS_DP

Makes the output a little more readable.

12 years agoTreat PPT like CPT as we do in the kernel
Jesse Barnes [Mon, 10 Oct 2011 18:24:42 +0000 (11:24 -0700)]
Treat PPT like CPT as we do in the kernel

Set the pch type to CPT if we detect a PPT as well.

12 years agotests: disable storedw tests on !render
Daniel Vetter [Wed, 28 Sep 2011 08:05:56 +0000 (10:05 +0200)]
tests: disable storedw tests on !render

According to docs, this should work with ppgtt and just convert to
noops otherwise. In reality, it hangs the machine.

So just disable these for the moment.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools/decode: add missing shift to MI_SEM_MBOX decoder
Daniel Vetter [Wed, 28 Sep 2011 08:02:57 +0000 (10:02 +0200)]
tools/decode: add missing shift to MI_SEM_MBOX decoder

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: return 0 when successful
Paulo Zanoni [Fri, 16 Sep 2011 21:06:27 +0000 (18:06 -0300)]
testdisplay: return 0 when successful

We use the "ret" variable to check function return values, and these
values are not necessarily 0 on the successful cases, so we need to
reset "ret" after we finish using it.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agogetstats: remove useless assertion
Paulo Zanoni [Thu, 15 Sep 2011 18:18:40 +0000 (15:18 -0300)]
getstats: remove useless assertion

getstats.c:48:2: warning: comparison of unsigned expression >= 0 is
always true

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agodrm_open_any: explain why we are abort()ing
Paulo Zanoni [Thu, 15 Sep 2011 18:17:46 +0000 (15:17 -0300)]
drm_open_any: explain why we are abort()ing

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
[danvet: pimped error msg]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: remove wrong return statement
Paulo Zanoni [Thu, 15 Sep 2011 18:16:33 +0000 (15:16 -0300)]
testdisplay: remove wrong return statement

It seems that the kernel patches required by the TEST_PLANES feature are
still not upstream, so I didn't test this patch.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: don't enter the main loop if dump_info or test_all_modes
Paulo Zanoni [Thu, 15 Sep 2011 18:14:18 +0000 (15:14 -0300)]
testdisplay: don't enter the main loop if dump_info or test_all_modes

If calls inside update_display fail, the function returns and we don't
quit the program if dump_info or test_all_modes. So we enter the main
loop and keep waiting for user input, even on cases where we are not
supposed to require user input. To fix this, we move the check to
outside the update_display function.  As a side effect, we also do
cleanup instead of just exit(0) and we return 1 in case update_display
failed.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: test all modes if no option is provided
Paulo Zanoni [Thu, 15 Sep 2011 18:13:41 +0000 (15:13 -0300)]
testdisplay: test all modes if no option is provided

Previously, when called without any arguments, the application required
user input to finish.  However, testdisplay is ran by "make check", and
it is not a good idea to run a program that requires user input in "make
check". So we change the default behavior to something that doesn't
require user input. You can still access the previous behavior using the
"-m" argument.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agoAdd missing files to .gitignore
Paulo Zanoni [Thu, 15 Sep 2011 18:12:48 +0000 (15:12 -0300)]
Add missing files to .gitignore

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotestdisplay: fix compiler warnings
Paulo Zanoni [Thu, 15 Sep 2011 18:10:52 +0000 (15:10 -0300)]
testdisplay: fix compiler warnings

testdisplay.c:117:1: warning: comparison between signed and unsigned
integer expressions
testdisplay.c:125:1: warning: comparison between signed and unsigned
integer expressions
testdisplay.c:145:1: warning: comparison between signed and unsigned
integer expressions
testdisplay.c:1060:16: warning: comparison between signed and unsigned
integer expressions

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_mmap_gtt: also test gtt pwrite paths
Daniel Vetter [Thu, 15 Sep 2011 16:47:21 +0000 (18:47 +0200)]
tests/gem_mmap_gtt: also test gtt pwrite paths

This needs a properly pre-faulted dst bo.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: build all tests by default
Daniel Vetter [Wed, 14 Sep 2011 12:58:55 +0000 (14:58 +0200)]
tests: build all tests by default

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: separate testcases in gem_bad_length
Daniel Vetter [Wed, 14 Sep 2011 12:48:45 +0000 (14:48 +0200)]
tests: separate testcases in gem_bad_length

Creating a zero-length bo should fail, so check that. Still run
the minimal batchbuffer, but without the zero-length reloc.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests: disable gem_bad_blit
Daniel Vetter [Wed, 14 Sep 2011 09:06:03 +0000 (11:06 +0200)]
tests: disable gem_bad_blit

Hangs gen3 and simply writes garbage into the unmappable part of
gtt on gen4+, which might cause issues later on.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotests/gem_bad_length: dont throw garbage at the gpu
Daniel Vetter [Tue, 13 Sep 2011 18:57:04 +0000 (20:57 +0200)]
tests/gem_bad_length: dont throw garbage at the gpu

It doesn't like it. Really.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agointel: we don't do distcheck for the debugger
Ben Widawsky [Tue, 13 Sep 2011 15:54:33 +0000 (08:54 -0700)]
intel: we don't do distcheck for the debugger

12 years agointel_gpu_dump: really kill it
Daniel Vetter [Tue, 13 Sep 2011 15:20:12 +0000 (17:20 +0200)]
intel_gpu_dump: really kill it

This is getting a bit hilarious ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agointel_gpu_dump: also kill manpage
Daniel Vetter [Tue, 13 Sep 2011 10:05:58 +0000 (12:05 +0200)]
intel_gpu_dump: also kill manpage

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
12 years agotools: remove intel_gpu_dump
Daniel Vetter [Tue, 13 Sep 2011 09:43:06 +0000 (11:43 +0200)]
tools: remove intel_gpu_dump

Superseded by the kernel's i915_error_state dumping facility.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>