OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_limit_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c
3451
uint32_t
high_limit_count
;
local in function:vega10_trim_dpm_states
3457
high_limit_count
= (vega10_ps->performance_level_count == 1) ? 0 : 1;
3462
vega10_ps->performance_levels[
high_limit_count
].soc_clock);
3467
vega10_ps->performance_levels[
high_limit_count
].gfx_clock,
3473
vega10_ps->performance_levels[
high_limit_count
].mem_clock);
amdgpu_smu7_hwmgr.c
3831
uint32_t
high_limit_count
;
local in function:smu7_trim_dpm_states
3837
high_limit_count
= (1 == smu7_ps->performance_level_count) ? 0 : 1;
3842
smu7_ps->performance_levels[
high_limit_count
].engine_clock);
3847
smu7_ps->performance_levels[
high_limit_count
].memory_clock);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c
3760
u32
high_limit_count
;
local in function:ci_trim_dpm_states
3766
high_limit_count
= 0;
3768
high_limit_count
= 1;
3773
state->performance_levels[
high_limit_count
].sclk);
3778
state->performance_levels[
high_limit_count
].mclk);
3783
state->performance_levels[
high_limit_count
].pcie_gen,
3784
state->performance_levels[
high_limit_count
].pcie_lane);
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025