Re: [Intel-gfx] [PATCH i-g-t 1/2] lib: Generalise rapl interface

2019-10-15 Thread Andi Shyti
Hi Chris, On Sun, Oct 13, 2019 at 02:50:20PM +0100, Chris Wilson wrote: > We can use our existing rapl interface that monitors gpu power, to also > sample the other rapl domains such as package, cores and ram. > > Signed-off-by: Chris Wilson > Cc: Andi Shyti looks good, Reviewed-by: Andi

[Intel-gfx] [PATCH i-g-t 1/2] lib: Generalise rapl interface

2019-10-13 Thread Chris Wilson
We can use our existing rapl interface that monitors gpu power, to also sample the other rapl domains such as package, cores and ram. Signed-off-by: Chris Wilson Cc: Andi Shyti --- lib/Makefile.sources| 4 +- lib/igt_gpu_power.c | 87