Re: [Intel-gfx] [PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging

2018-09-04 Thread Imre Deak
On Tue, Sep 04, 2018 at 03:21:09PM +0100, Chris Wilson wrote: > Quoting Imre Deak (2018-09-04 15:14:06) > > On Tue, Sep 04, 2018 at 11:20:04AM +0100, Chris Wilson wrote: > > > Our unclaimed mmio access debugging is lazy, doing cheap checks > > > periodically and only if they fail do a full check ar

Re: [Intel-gfx] [PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging

2018-09-04 Thread Chris Wilson
Quoting Imre Deak (2018-09-04 15:14:06) > On Tue, Sep 04, 2018 at 11:20:04AM +0100, Chris Wilson wrote: > > Our unclaimed mmio access debugging is lazy, doing cheap checks > > periodically and only if they fail do a full check around every mmio > > access. When testing for runtime pm, enable the fu

Re: [Intel-gfx] [PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging

2018-09-04 Thread Imre Deak
On Tue, Sep 04, 2018 at 11:20:04AM +0100, Chris Wilson wrote: > Our unclaimed mmio access debugging is lazy, doing cheap checks > periodically and only if they fail do a full check around every mmio > access. When testing for runtime pm, enable the full mmio debugging from > the initial load. > >

[Intel-gfx] [PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging

2018-09-04 Thread Chris Wilson
Our unclaimed mmio access debugging is lazy, doing cheap checks periodically and only if they fail do a full check around every mmio access. When testing for runtime pm, enable the full mmio debugging from the initial load. Signed-off-by: Chris Wilson Cc: Imre Deak --- tests/pm_rpm.c | 7 +-

[Intel-gfx] [PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging

2018-08-17 Thread Chris Wilson
Our unclaimed mmio access debugging is lazy, doing cheap checks periodically and only if they fail do a full check around every mmio access. When testing for runtime pm, enable the full mmio debugging from the initial load. Signed-off-by: Chris Wilson Cc: Imre Deak --- tests/pm_rpm.c | 7 +-