Re: [Intel-gfx] [PATCH] quick_dump: Add dpio read

2013-04-17 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 08:49:51AM -0700, Jesse Barnes wrote: > On Tue, 16 Apr 2013 23:09:25 -0700 > Ben Widawsky wrote: > > > The sample usage is in reg_access.dpio_read(). We should add some > > semantics to the text files to detect DPIO registers, and do the right > > thing. > > > > Cc: Jesse

Re: [Intel-gfx] [PATCH] quick_dump: Add dpio read

2013-04-17 Thread Jesse Barnes
On Tue, 16 Apr 2013 23:09:25 -0700 Ben Widawsky wrote: > The sample usage is in reg_access.dpio_read(). We should add some > semantics to the text files to detect DPIO registers, and do the right > thing. > > Cc: Jesse Barnes > Signed-off-by: Ben Widawsky > --- > tools/quick_dump/Makefile.am

[Intel-gfx] [PATCH] quick_dump: Add dpio read

2013-04-16 Thread Ben Widawsky
The sample usage is in reg_access.dpio_read(). We should add some semantics to the text files to detect DPIO registers, and do the right thing. Cc: Jesse Barnes Signed-off-by: Ben Widawsky --- tools/quick_dump/Makefile.am | 3 ++- tools/quick_dump/chipset.i | 2 ++ tools/quick_dump/reg_ac