HomeSort by: relevance | last modified time | path
    Searched refs:NumDiscreteLevels (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega20_processpptables.c 132 " .NumDiscreteLevels = 0x%02x\n"
138 pptable->DpmDescriptor[PPCLK_GFXCLK].NumDiscreteLevels,
149 " .NumDiscreteLevels = 0x%02x\n"
155 pptable->DpmDescriptor[PPCLK_VCLK].NumDiscreteLevels,
166 " .NumDiscreteLevels = 0x%02x\n"
172 pptable->DpmDescriptor[PPCLK_DCLK].NumDiscreteLevels,
183 " .NumDiscreteLevels = 0x%02x\n"
189 pptable->DpmDescriptor[PPCLK_ECLK].NumDiscreteLevels,
200 " .NumDiscreteLevels = 0x%02x\n"
206 pptable->DpmDescriptor[PPCLK_SOCCLK].NumDiscreteLevels,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 1581 " .NumDiscreteLevels = 0x%02x\n"
1589 pptable->DpmDescriptor[PPCLK_GFXCLK].NumDiscreteLevels,
1602 " .NumDiscreteLevels = 0x%02x\n"
1610 pptable->DpmDescriptor[PPCLK_VCLK].NumDiscreteLevels,
1623 " .NumDiscreteLevels = 0x%02x\n"
1631 pptable->DpmDescriptor[PPCLK_DCLK].NumDiscreteLevels,
1644 " .NumDiscreteLevels = 0x%02x\n"
1652 pptable->DpmDescriptor[PPCLK_SOCCLK].NumDiscreteLevels,
1665 " .NumDiscreteLevels = 0x%02x\n"
1673 pptable->DpmDescriptor[PPCLK_UCLK].NumDiscreteLevels,
    [all...]
amdgpu_navi10_ppt.c 1646 num_discrete_levels = driver_ppt->DpmDescriptor[PPCLK_UCLK].NumDiscreteLevels;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu11_driver_if.h 357 uint8_t NumDiscreteLevels;
smu11_driver_if_arcturus.h 458 uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwise set to # discrete levels used
smu11_driver_if_navi10.h 439 uint8_t NumDiscreteLevels; // Set to 2 (Fmin, Fmax) when using fine grained DPM, otherwise set to # discrete levels used
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/vega12/
smu9_driver_if.h 244 uint8_t NumDiscreteLevels;

Completed in 20 milliseconds