OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownHyst
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu71_discrete.h
71
uint8_t
DownHyst
;
132
uint8_t
DownHyst
;
431
uint8_t
DownHyst
;
smu72_discrete.h
69
uint8_t
DownHyst
;
124
uint8_t
DownHyst
;
433
uint8_t
DownHyst
;
smu73_discrete.h
67
uint8_t
DownHyst
;
118
uint8_t
DownHyst
;
427
uint8_t
DownHyst
;
smu74_discrete.h
99
uint8_t
DownHyst
;
147
uint8_t
DownHyst
;
427
uint8_t
DownHyst
;
smu75_discrete.h
100
uint8_t
DownHyst
;
152
uint8_t
DownHyst
;
434
uint8_t
DownHyst
;
smu71.h
162
uint8_t
DownHyst
;
smu72.h
246
uint8_t
DownHyst
;
smu73.h
244
uint8_t
DownHyst
;
smu74.h
273
uint8_t
DownHyst
;
smu75.h
207
uint8_t
DownHyst
;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c
93
/* Voltage, Frequency, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, Spectrum, Spectrum2, DynRm, DynRm1 Did, Watermark, ForActivity, ForThrottle, UpHyst,
DownHyst
,
DownHyst
, Throttle */
977
level->
DownHyst
= data->current_profile_setting.sclk_down_hyst;
1195
mem_level->
DownHyst
= data->current_profile_setting.mclk_down_hyst;
1413
table->MemoryACPILevel.
DownHyst
= 100;
2592
levels[i].
DownHyst
!= setting->sclk_down_hyst) {
2594
levels[i].
DownHyst
= setting->sclk_down_hyst;
2598
+ offsetof(SMU73_Discrete_GraphicsLevel,
DownHyst
);
2602
tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].
DownHyst
, sizeof(uint8_t));
2627
mclk_levels[i].
DownHyst
!= setting->mclk_down_hyst)
[
all
...]
amdgpu_polaris10_smumgr.c
87
/* Voltage, DpmLevel, DivId, Level, FuncCntl3, FuncCntl4, DynRm, DynRm1 Did, Padding,ForActivity, ForThrottle, UpHyst,
DownHyst
,
DownHyst
, Throttle */
946
level->
DownHyst
= data->current_profile_setting.sclk_down_hyst;
961
level->
DownHyst
= (uint8_t)data->down_hyst;
1105
mem_level->
DownHyst
= data->current_profile_setting.mclk_down_hyst;
1280
table->MemoryACPILevel.
DownHyst
= 100;
2508
levels[i].
DownHyst
!= setting->sclk_down_hyst) {
2510
levels[i].
DownHyst
= setting->sclk_down_hyst;
2514
+ offsetof(SMU74_Discrete_GraphicsLevel,
DownHyst
);
2518
tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].
DownHyst
, sizeof(uint8_t))
[
all
...]
amdgpu_tonga_smumgr.c
659
graphic_level->
DownHyst
= data->current_profile_setting.sclk_down_hyst;
1007
memory_level->
DownHyst
= data->current_profile_setting.mclk_down_hyst;
1297
table->MemoryACPILevel.
DownHyst
= 100;
3191
levels[i].
DownHyst
!= setting->sclk_down_hyst) {
3193
levels[i].
DownHyst
= setting->sclk_down_hyst;
3197
+ offsetof(SMU72_Discrete_GraphicsLevel,
DownHyst
);
3201
tmp = phm_set_field_to_u32(down_hyst_offset, tmp, levels[i].
DownHyst
, sizeof(uint8_t));
3226
mclk_levels[i].
DownHyst
!= setting->mclk_down_hyst) {
3228
mclk_levels[i].
DownHyst
= setting->mclk_down_hyst;
3232
+ offsetof(SMU72_Discrete_MemoryLevel,
DownHyst
);
[
all
...]
amdgpu_iceland_smumgr.c
932
graphic_level->
DownHyst
= data->current_profile_setting.sclk_down_hyst;
1273
memory_level->
DownHyst
= data->current_profile_setting.mclk_down_hyst;
1555
table->MemoryACPILevel.
DownHyst
= 100;
amdgpu_vegam_smumgr.c
900
levels[i].
DownHyst
= (uint8_t)
1064
levels[i].
DownHyst
= (uint8_t)
1185
table->MemoryACPILevel.
DownHyst
= 100;
Completed in 33 milliseconds
Indexes created Sat Oct 25 07:10:08 GMT 2025