summaryrefslogtreecommitdiff
path: root/man/intel_gpu_frequency.rst
blob: 8b7c7860ea3b79eae6bc8491c6381fcab5203d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
===================
intel_gpu_frequency
===================

--------------------------------
Manipulate Intel GPU frequencies
--------------------------------
.. include:: defs.rst
:Author: IGT Developers <igt-dev@lists.freedesktop.org>
:Date: 2016-03-01
:Version: |PACKAGE_STRING|
:Copyright: 2015-2016 Intel Corporation
:Manual section: |MANUAL_SECTION|
:Manual group: |MANUAL_GROUP|

SYNOPSIS
========

**intel_gpu_frequency** [*OPTIONS*]

DESCRIPTION
===========

A program to manipulate Intel GPU frequencies. Intel GPUs will automatically
throttle the frequencies based on system demands, up when needed, down when
not. This tool should only be used for debugging performance problems, or trying
to get a stable frequency while benchmarking.

Intel GPUs only accept specific frequencies. The tool may, or may not attempt to
adjust requests to the proper frequency if they aren't correct. This may lead to
non-obvious failures when setting frequency. Multiples of 50MHz is usually a
safe bet.

OPTIONS
=======

-e
    Lock frequency to the most efficient frequency.

-g, --get
    Get all the current frequency settings.

-s FREQUENCY, --set=FREQUENCY
    Lock frequency to an absolute value (MHz).

-c, --custom
    Set a min, or max frequency "min=X | max=Y".

-m, --max
    Lock frequency to max frequency.

-i, --min
    Lock frequency to min (never a good idea, DEBUG ONLY).

-d, --defaults
    Return the system to hardware defaults.

-h, --help
    Show help.

-v, --version
    Show version.

EXAMPLES
========

intel_gpu_frequency -gmin,cur
    Get the current and minimum frequency.

intel_gpu_frequency -s 400
    Lock frequency to 400Mhz.

intel_gpu_frequency -c max=750
    Set the max frequency to 750MHz

REPORTING BUGS
==============

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