Eugeni Dodonov
47a5bc505c
tools/intel_reg_dumper: retrieve rc6 residency values
...
This allows to check if rc6 works, and how long have we been in each
state.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2012-01-03 15:18:06 -02:00
Eugeni Dodonov
1649ab350f
tools/intel_reg_dumper: Add support for debug register
...
Right now, we only check for hardware DRRS support. But much more can be
done with it. Some day.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2012-01-03 15:18:06 -02:00
Jesse Barnes
2b484c16dd
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>
2011-10-28 08:54:50 -07:00
Ben Widawsky
e39b13d7e4
intel-gpu-tools/debugging: add important debug regs
...
Cc: Chris Wilson <chris@chris-wilson.co.uk>
2011-07-28 13:52:28 -07:00
Chris Wilson
719ffef7c3
gem_stress: Add render copyfunc for SandyBridge
...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-05-24 22:08:48 +01:00
Eric Anholt
253acc34af
intel_disable_clock_gating: New tool for turning off clock gating on ILK.
...
This is something I sometimes want to do in testing, to see if a
mystery bug (say, 29172) is due to broken clock gating. Sadly, in
this case it isn't. Note that it isn't supported on non-ILK chipsets
yet.
2010-12-16 16:48:29 -08:00
Jesse Barnes
7ab19ae6fe
intel_reg_dumper: eDP port is on the CPU, not PCH
...
Made me think there was another register until I checked the offset.
2010-09-20 14:37:07 -07:00
Chris Wilson
c09fa38c01
reg dumper: Dump ILK panel fitting control debug registers
...
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-09-05 12:05:52 +01:00
Jesse Barnes
b1e839d026
intel_reg_dumper: add some 945 MI reg dumping
2010-06-30 02:02:49 -07:00
Zhenyu Wang
eae80edbb3
reg dump update for SNB/CPT
...
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2010-04-15 15:25:07 +08:00
Eric Anholt
7682c42809
Fix INSTDONE1 bits on g4x, and use those on Ironlake too.
2010-03-24 12:01:38 -07:00
Eric Anholt
b0ddd0688c
Add Ironlake INSTDONE bits.
2010-03-24 12:01:38 -07:00
Eric Anholt
291a576d72
Add support for Sandybridge INSTDONE regs.
2010-02-25 10:41:49 -08:00
Zhao Yakui
7daa481bb7
reg_dump: Dump display port register on Ironlake
...
Dump the display port register on Ironlake.
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
2010-01-15 14:38:34 -08:00
Wu Fengguang
9e9c9f24f5
Add: tools/intel_audio_dump
...
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
2009-11-06 14:01:57 +08:00
Eric Anholt
40bff5071c
Add intel_gpu_dump from the 2D driver.
2009-10-06 17:49:05 -07:00
Eric Anholt
56bdcd1d6b
Add INSTDONE bits for 830-865.
2009-09-04 12:19:25 -07:00
Eric Anholt
a18af8ed43
Add more 965 INSTDONE bits.
...
This shows off the units that are stuck busy in the ut2004 hang.
2009-06-23 17:18:52 -07:00
Jesse Barnes
bbafc3d0bf
Four new tests for error handling
...
Add four new tests for error the error handling cases:
- gem_bad_address - store to a bad address, should generate a protection or
page table error
- gem_bad_batch - try to execute a bad batch, should generate a protection,
invalid instruction or page table error
- gem_bad_blit - blit to an invalid location, should generated a protection
or page table error
- gem_hang - hang the GPU on an event that will never happen, test hang
detection & recovery code
2009-06-18 18:10:23 -07:00
Eric Anholt
ce4782dc9d
Move i810_reg.h to lib/intel_reg.h and get it disted.
2009-03-27 16:11:50 -07:00