OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_sclk
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_hwmgr.c
2741
int32_t
tmp_sclk
;
local in function:smu7_get_profiling_clk
2759
tmp_sclk
= tmp_mclk * percentage / 100;
2764
if (
tmp_sclk
>= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) {
2765
tmp_sclk
= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk;
2772
tmp_sclk
= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].clk;
2782
if (
tmp_sclk
>= table_info->vdd_dep_on_sclk->entries[count].clk) {
2783
tmp_sclk
= table_info->vdd_dep_on_sclk->entries[count].clk;
2790
tmp_sclk
= table_info->vdd_dep_on_sclk->entries[0].clk;
2803
hwmgr->pstate_sclk =
tmp_sclk
;
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025