User Tools

Site Tools


ubuntu:gpu:amd_gpu:monitor:manually:list_the_power_profiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ubuntu:gpu:amd_gpu:monitor:manually:list_the_power_profiles [2023/06/05 16:36] – created peterubuntu:gpu:amd_gpu:monitor:manually:list_the_power_profiles [2023/06/05 16:38] (current) peter
Line 1: Line 1:
 ====== Ubuntu - GPU - AMD GPU - Monitor - Manually - List the Power Profiles ====== ====== Ubuntu - GPU - AMD GPU - Monitor - Manually - List the Power Profiles ======
 +
 +AMDGPU offers several optimizations via power profiles.
 +
 +  * One of the most commonly used is the **Compute** mode for OpenCL intensive applications.
 +
 +----
 +
 +===== List Available Power Profiles =====
 +
 +<code bash>
 +cat /sys/class/drm/card0/device/pp_power_profile_mode
 +</code>
 +
 +returns:
 +
 +<code bash>
 +PROFILE_INDEX(NAME) CLOCK_TYPE(NAME) FPS MinActiveFreqType MinActiveFreq BoosterFreqType BoosterFreq PD_Data_limit_c PD_Data_error_coeff PD_Data_error_rate_coeff
 + 0 BOOTUP_DEFAULT*:
 +                    0(       GFXCLK)                             800 4587520  -65536       0
 +                    1(         FCLK)                               0 3276800  -65536   -6553
 + 1 3D_FULL_SCREEN :
 +                    0(       GFXCLK)                1200           650 3932160   -3276  -65536
 +                    1(         FCLK)                               0 1310720   -6553   -6553
 +   POWER_SAVING :
 +                    0(       GFXCLK)                               0 5898240  -65536       0
 +                    1(         FCLK)                               0 3407872  -65536   -6553
 +          VIDEO :
 +                    0(       GFXCLK)                             500 4587520  -65536       0
 +                    1(         FCLK)                               0 3473408  -65536   -6553
 +             VR :
 +                    0(       GFXCLK)                1000             0 3276800             0
 +                    1(         FCLK)                               0 1310720   -6553   -6553
 +        COMPUTE :
 +                    0(       GFXCLK)                1000             0 3932160             0
 +                    1(         FCLK)                               0 1310720   -6553   -6553
 +         CUSTOM :
 +                    0(       GFXCLK)                1000             0 3932160             0
 +                    1(         FCLK)                               0 1310720   -6553   -6553
 +</code>
 +
 +
 +----
 +
  
ubuntu/gpu/amd_gpu/monitor/manually/list_the_power_profiles.1685982973.txt.gz · Last modified: 2023/06/05 16:36 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki