OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:level_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_navi10_ppt.c
1018
uint32_t
level_count
= 0, freq = 0;
local
1026
ret = smu_get_dpm_level_count(smu, clk_type, &
level_count
);
1030
level_count
= min(
level_count
, (uint32_t)MAX_NUM_CLOCKS);
1031
clocks->num_levels =
level_count
;
1033
for (i = 0; i <
level_count
; i++) {
1424
uint32_t
level_count
= 0;
local
1434
ret = smu_get_dpm_level_count(smu, SMU_SCLK, &
level_count
);
1437
*sclk_mask =
level_count
- 1;
1441
ret = smu_get_dpm_level_count(smu, SMU_MCLK, &
level_count
);
[
all
...]
amdgpu_smu.c
371
uint32_t
level_count
= 0;
local
384
ret = smu_get_dpm_level_count(smu, clk_type, &
level_count
);
388
ret = smu_get_dpm_freq_by_index(smu, clk_type,
level_count
- 1, max_value);
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026