diff options
author | Tim Gore <tim.gore@intel.com> | 2015-01-16 09:12:15 +0000 |
---|---|---|
committer | Ben Widawsky <benjamin.widawsky@intel.com> | 2015-01-16 10:23:34 -0800 |
commit | 20d6e0f41b3b70a89946e5271bc4ffa7695be1b0 (patch) | |
tree | a626e1cf102c448f883610805f38661eb4b1d0c8 /man | |
parent | 0167619bbcc6b45b4045a85468007ecc9f606c71 (diff) |
tools/intel_gpu_frequency: remove use of getsubopt
getsubopt is not available in android. The "get" option
doesn't really need sub-options, just display all the
current frequency settings (as per discussion with
Ben Widawsky)
Ben v2: Remove the -geff example in the header
Fixed another typo for the --set while there (found by Dave Gordon)
Signed-off-by: Tim Gore <tim.gore@intel.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel_gpu_frequency.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/intel_gpu_frequency.man b/man/intel_gpu_frequency.man index 60e4e0c8..71448481 100644 --- a/man/intel_gpu_frequency.man +++ b/man/intel_gpu_frequency.man @@ -3,7 +3,7 @@ intel_gpu_frequency: \- manual page for intel_gpu_frequency .SH SYNOPSIS .B intel_gpu_frequency -[\fI\,-e\/\fR] [\fI\,--min | --max\/\fR] [\fI\,-g (min|max|efficient)\/\fR] [\fI\,-s frequency_mhz\/\fR] +[\fI\,-e\/\fR] [\fI\,--min | --max\/\fR] [\fI\,-g\/\fR] [\fI\,-s frequency_mhz\/\fR] .SH DESCRIPTION \&A program to manipulate Intel GPU frequencies. Intel GPUs will automatically throttle the frequencies based on system demands, up when @@ -19,8 +19,8 @@ safe bet. \fB\-e\fR Lock frequency to the most efficient frequency .TP -\fB\-g\fR, \fB\-\-get=\fR -Get the frequency comma separated list of ("cur"|"min"|"max"|"eff") +\fB\-g\fR, \fB\-\-get\fR +Get all the current frequency settings .TP \fB\-s\fR, \fB\-\-set\fR Lock frequency to an absolute value (MHz) |