OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_clocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c
1085
struct pp_clock_info
hw_clocks
;
local in function:pp_get_current_clocks
1099
&
hw_clocks
, PHM_PerformanceLevelDesignation_PowerContainment);
1102
&
hw_clocks
, PHM_PerformanceLevelDesignation_Activity);
1110
clocks->min_engine_clock =
hw_clocks
.min_eng_clk;
1111
clocks->max_engine_clock =
hw_clocks
.max_eng_clk;
1112
clocks->min_memory_clock =
hw_clocks
.min_mem_clk;
1113
clocks->max_memory_clock =
hw_clocks
.max_mem_clk;
1114
clocks->min_bus_bandwidth =
hw_clocks
.min_bus_bandwidth;
1115
clocks->max_bus_bandwidth =
hw_clocks
.max_bus_bandwidth;
1117
clocks->max_engine_clock_in_sr =
hw_clocks
.max_eng_clk
[
all
...]
amdgpu_smu.c
1615
struct smu_clock_info
hw_clocks
;
local in function:smu_get_current_clocks
1626
ret = smu_get_clock_info(smu, &
hw_clocks
,
1629
ret = smu_get_clock_info(smu, &
hw_clocks
, PERF_LEVEL_ACTIVITY);
1636
clocks->min_engine_clock =
hw_clocks
.min_eng_clk;
1637
clocks->max_engine_clock =
hw_clocks
.max_eng_clk;
1638
clocks->min_memory_clock =
hw_clocks
.min_mem_clk;
1639
clocks->max_memory_clock =
hw_clocks
.max_mem_clk;
1640
clocks->min_bus_bandwidth =
hw_clocks
.min_bus_bandwidth;
1641
clocks->max_bus_bandwidth =
hw_clocks
.max_bus_bandwidth;
1642
clocks->max_engine_clock_in_sr =
hw_clocks
.max_eng_clk
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025