Re: [Intel-gfx] [PATCH 5/6] tools/dpf: Tool to read and write l3 remap registers.

2012-05-28 Thread Paul Menzel
Dear Ben, Am Freitag, den 25.05.2012, 16:56 -0700 schrieb Ben Widawsky: an output of a working run of `dpf_test` with some explanation pasted into the commit message would be nice as there is no manual page. > Signed-off-by: Ben Widawsky > --- > tests/dpf_test |8 +++ > tools/Mak

[Intel-gfx] [PATCH 5/6] tools/dpf: Tool to read and write l3 remap registers.

2012-05-25 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- tests/dpf_test |8 +++ tools/Makefile.am |3 +- tools/intel_l3_parity.c | 159 +++ 3 files changed, 169 insertions(+), 1 deletion(-) create mode 100755 tests/dpf_test create mode 100644 tools/int