1INTEL_GPU_FREQUENCY(1)      General Commands Manual     INTEL_GPU_FREQUENCY(1)
2
3
4

NAME

6       intel_gpu_frequency - Manipulate Intel GPU frequencies
7

SYNOPSIS

9       intel_gpu_frequency [OPTIONS]
10

DESCRIPTION

12       A program to manipulate Intel GPU frequencies. Intel GPUs will automat‐
13       ically throttle the  frequencies  based  on  system  demands,  up  when
14       needed, down when not. This tool should only be used for debugging per‐
15       formance problems, or trying to get a stable frequency while benchmark‐
16       ing.
17
18       Intel  GPUs  only accept specific frequencies. The tool may, or may not
19       attempt to adjust requests to the proper frequency if they aren't  cor‐
20       rect.  This  may  lead  to non-obvious failures when setting frequency.
21       Multiples of 50MHz is usually a safe bet.
22

OPTIONS

24       -e     Lock frequency to the most efficient frequency.
25
26       -g, --get
27              Get all the current frequency settings.
28
29       -s FREQUENCY, --set=FREQUENCY
30              Lock frequency to an absolute value (MHz).
31
32       -c, --custom
33              Set a min, or max frequency "min=X | max=Y".
34
35       -m, --max
36              Lock frequency to max frequency.
37
38       -i, --min
39              Lock frequency to min (never a good idea, DEBUG ONLY).
40
41       -d, --defaults
42              Return the system to hardware defaults.
43
44       -h, --help
45              Show help.
46
47       -v, --version
48              Show version.
49

EXAMPLES

51       intel_gpu_frequency -gmin,cur
52              Get the current and minimum frequency.
53
54       intel_gpu_frequency -s 400
55              Lock frequency to 400Mhz.
56
57       intel_gpu_frequency -c max=750
58              Set the max frequency to 750MHz
59

REPORTING BUGS

61       Report bugs to https://bugs.freedesktop.org.
62

AUTHOR

64       IGT Developers <igt-dev@lists.freedesktop.org>
65
67       2015-2016 Intel Corporation
68
69
70
71
72igt-gpu-tools 1.26                2016-03-01            INTEL_GPU_FREQUENCY(1)
Impressum