OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socClockInKhz
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_pp_smu.h
164
unsigned int
socClockInKhz
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
3172
if ((bb->clock_limits[i].socclk_mhz > (max_clocks.
socClockInKhz
/ 1000))
3173
&& max_clocks.
socClockInKhz
!= 0)
3174
bb->clock_limits[i].socclk_mhz = (max_clocks.
socClockInKhz
/ 1000);
3242
calculated_states[i].socclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->
socClockInKhz
/ 1000) ?
3243
max_clocks->
socClockInKhz
/ 1000 : calculated_states[i].fabricclk_mhz;
3257
calculated_states[num_calculated_states - 1].socclk_mhz = max_clocks->
socClockInKhz
/ 1000;
3258
calculated_states[num_calculated_states - 1].fabricclk_mhz = max_clocks->
socClockInKhz
/ 1000;
3465
if (max_clocks.dcfClockInKhz >= max_clocks.
socClockInKhz
)
3466
max_clocks.dcfClockInKhz = max_clocks.
socClockInKhz
- 1000;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c
1621
max_clocks->
socClockInKhz
=
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025