Re: [Intel-gfx] [PATCH 2/2] intel_frequency: A tool to manipulate Intel GPU frequency

2015-01-10 Thread Ben Widawsky
Ken gave me the good idea of -d, --defaults to go back to the hardware specified defaults. I will send out a v2 if nobody else has any complaints. On Sat, Jan 10, 2015 at 08:19:29PM -0800, Ben Widawsky wrote: > WARNING: very minimally tested > > In general you should not need this tool. It's prim

[Intel-gfx] [PATCH 1/2] tools/Makefile: Alphabetize the list

2015-01-10 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- tools/Makefile.sources | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/Makefile.sources b/tools/Makefile.sources index 48b89db..b85a6b8 100644 --- a/tools/Makefile.sources +++ b/tools/Makefile.sources @@ -8,32

[Intel-gfx] [PATCH 2/2] intel_frequency: A tool to manipulate Intel GPU frequency

2015-01-10 Thread Ben Widawsky
WARNING: very minimally tested In general you should not need this tool. It's primary purpose is for benchmarking, and for debugging performance issues. For many kernel releases now sysfs has supported reading and writing the GPU frequency. Therefore, this tool provides no new functionality. What

[Intel-gfx] [PATCH] drm/i915: fix inconsistent brightness after resume

2015-01-10 Thread Jeremiah Mahler
Commit 6dda730e55f4 introduced a bug which resulted in inconsistent brightness levels on different machines. If a suspended was entered with the screen off some machines would resume with the screen at minimum brightness and others at maximum brightness. The following commands can be used to produ