OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_entry
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c
406
int
max_entry
, i;
local in function:vegam_update_bif_smc_table
408
max_entry
= (SMU75_MAX_LEVELS_LINK < pcie_table->count) ?
412
for (i = 0; i <
max_entry
; i++)
882
uint32_t i,
max_entry
;
local in function:vegam_populate_all_graphic_levels
923
max_entry
= pcie_entry_cnt - 1;
926
(uint8_t) ((i <
max_entry
) ? i :
max_entry
);
amdgpu_fiji_smumgr.c
1023
uint32_t i,
max_entry
;
local in function:fiji_populate_all_graphic_levels
1057
max_entry
= pcie_entry_cnt - 1;
1060
(uint8_t) ((i <
max_entry
) ? i :
max_entry
);
amdgpu_polaris10_smumgr.c
998
uint32_t i,
max_entry
;
local in function:polaris10_populate_all_graphic_levels
1033
max_entry
= pcie_entry_cnt - 1;
1036
(uint8_t) ((i <
max_entry
) ? i :
max_entry
);
2252
int
max_entry
, i;
local in function:polaris10_update_bif_smc_table
2254
max_entry
= (SMU74_MAX_LEVELS_LINK < pcie_table->count) ?
2258
for (i = 0; i <
max_entry
; i++)
amdgpu_tonga_smumgr.c
707
uint32_t i,
max_entry
;
local in function:tonga_populate_all_graphic_levels
744
max_entry
= pcie_entry_count - 1; /* for indexing, we need to decrement by 1.*/
747
(uint8_t) ((i <
max_entry
) ? i :
max_entry
);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_hwmgr.c
543
uint32_t i,
max_entry
;
local in function:smu7_setup_default_pcie_table
568
/*
max_entry
is used to make sure we reserve one PCIE level
572
max_entry
= (tmp < pcie_table->count) ? tmp : pcie_table->count;
573
for (i = 1; i <
max_entry
; i++) {
580
data->dpm_table.pcie_speed_table.count =
max_entry
- 1;
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025