Re: [Intel-gfx] [PATCH 4/5] intel_reg_dumper: Add dumping of GPU turbo regs.

2012-02-21 Thread Eric Anholt
On Mon, 20 Feb 2012 23:53:26 +0100, Paul Menzel wrote: > Dear Eric, > > > Am Montag, den 20.02.2012, 10:04 -0800 schrieb Eric Anholt: > > I was interested in finding why my IVB system is not getting GPU turbo > > after suspend/resume. The piece that looks weird to me is that > > INTERRUPT_THRE

Re: [Intel-gfx] [PATCH 4/5] intel_reg_dumper: Add dumping of GPU turbo regs.

2012-02-20 Thread Paul Menzel
Dear Eric, Am Montag, den 20.02.2012, 10:04 -0800 schrieb Eric Anholt: > I was interested in finding why my IVB system is not getting GPU turbo > after suspend/resume. The piece that looks weird to me is that > INTERRUPT_THRESHOLD is sitting at 0, whereas pre-suspend it's > 0x1200. are all

[Intel-gfx] [PATCH 4/5] intel_reg_dumper: Add dumping of GPU turbo regs.

2012-02-20 Thread Eric Anholt
I was interested in finding why my IVB system is not getting GPU turbo after suspend/resume. The piece that looks weird to me is that INTERRUPT_THRESHOLD is sitting at 0, whereas pre-suspend it's 0x1200. --- lib/intel_reg.h | 31 +++ tools/intel_reg_dump