mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user