logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

intel_gpu_frequency - Manipulate Intel GPU frequencies

Author

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.

Examples

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

       intel_gpu_frequency-s400
              Lock frequency to 400Mhz.

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

Name

       intel_gpu_frequency - Manipulate Intel GPU frequencies

Options

-e     Lock frequency to the most efficient frequency.

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

       -sFREQUENCY, --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.

Reporting Bugs

       Report bugs on fd.o GitLab:  <https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues>

Synopsis

intel_gpu_frequency [OPTIONS]

See Also