OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcie_table
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
arcturus_ppt.h
69
struct arcturus_pcie_table
pcie_table
;
member in struct:arcturus_dpm_table
vega20_ppt.h
123
struct vega20_pcie_table
pcie_table
;
member in struct:vega20_dpm_table
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_processpptables.c
816
struct phm_ppt_v1_pcie_table *
pcie_table
;
local in function:get_pcie_table
830
pcie_table
= kzalloc(table_size, GFP_KERNEL);
832
if (!
pcie_table
)
843
pcie_table
->count = pcie_count;
846
pcie_table
->entries[i].gen_speed =
848
pcie_table
->entries[i].lane_width =
850
pcie_table
->entries[i].pcie_sclk =
854
*vega10_pcie_table =
pcie_table
;
943
const Vega10_PPTable_Generic_SubTable_Header *
pcie_table
=
local in function:init_powerplay_extended_tables
1020
&pp_table_info->
pcie_table
,
[
all
...]
amdgpu_process_pptables_v1_0.c
503
phm_ppt_v1_pcie_table *
pcie_table
;
local in function:get_pcie_table
518
pcie_table
= kzalloc(table_size, GFP_KERNEL);
520
if (
pcie_table
== NULL)
533
pcie_table
->count = pcie_count;
537
entries,
pcie_table
, i);
545
*pp_tonga_pcie_table =
pcie_table
;
557
pcie_table
= kzalloc(table_size, GFP_KERNEL);
559
if (
pcie_table
== NULL)
572
pcie_table
->count = pcie_count;
577
entries,
pcie_table
, i)
792
const PPTable_Generic_SubTable_Header *
pcie_table
=
local in function:init_clock_voltage_dependency
[
all
...]
amdgpu_vega10_hwmgr.c
1255
struct vega10_pcie_table *
pcie_table
= &(data->dpm_table.
pcie_table
);
local in function:vega10_setup_default_pcie_table
1259
table_info->
pcie_table
;
1268
pcie_table
->pcie_gen[i] =
1271
pcie_table
->pcie_gen[i] =
1275
pcie_table
->pcie_lane[i] = (uint8_t)encode_pcie_lane_width(
1278
pcie_table
->pcie_lane[i] = (uint8_t)encode_pcie_lane_width(
1281
pcie_table
->lclk[i] =
1284
pcie_table
->lclk[i] =
1288
pcie_table
->count = NUM_LINK_LEVELS
1519
struct vega10_
pcie_table
*
pcie_table
=
local in function:vega10_populate_smc_link_levels
4541
struct vega10_
pcie_table
*
pcie_table
= &(data->dpm_table.
pcie_table
);
local in function:vega10_print_clock_levels
[
all
...]
vega10_hwmgr.h
159
struct vega10_pcie_table
pcie_table
;
member in struct:vega10_dpm_table
vega12_hwmgr.h
138
struct vega12_pcie_table
pcie_table
;
member in struct:vega12_dpm_table
amdgpu_smu7_hwmgr.c
541
struct phm_ppt_v1_pcie_table *
pcie_table
= NULL;
local in function:smu7_setup_default_pcie_table
551
pcie_table
= table_info->
pcie_table
;
567
if (
pcie_table
!= NULL) {
572
max_entry = (tmp <
pcie_table
->count) ? tmp :
pcie_table
->count;
576
pcie_table
->entries[i].gen_speed),
578
pcie_table
->entries[i].lane_width));
4456
struct smu7_single_dpm_table *
pcie_table
= &(data->dpm_table.pcie_speed_table);
local in function:smu7_print_clock_levels
4498
for (i = 0; i <
pcie_table
->count; i++)
[
all
...]
vega20_hwmgr.h
191
struct vega20_pcie_table
pcie_table
;
member in struct:vega20_dpm_table
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_v11_0.h
112
struct smu_11_0_pcie_table
pcie_table
;
member in struct:smu_11_0_dpm_tables
hwmgr.h
547
struct phm_ppt_v1_pcie_table *
pcie_table
;
member in struct:phm_ppt_v1_information
586
struct phm_ppt_v1_pcie_table *
pcie_table
;
member in struct:phm_ppt_v2_information
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c
405
struct phm_ppt_v1_pcie_table *
pcie_table
= table_info->
pcie_table
;
local in function:vegam_update_bif_smc_table
408
max_entry = (SMU75_MAX_LEVELS_LINK <
pcie_table
->count) ?
410
pcie_table
->count;
413
smu_data->bif_sclk_table[i] =
pcie_table
->entries[i].pcie_sclk;
873
struct phm_ppt_v1_pcie_table *
pcie_table
= table_info->
pcie_table
;
local in function:vegam_populate_all_graphic_levels
919
if (
pcie_table
!= NULL) {
amdgpu_fiji_smumgr.c
1014
struct phm_ppt_v1_pcie_table *
pcie_table
= table_info->
pcie_table
;
local in function:fiji_populate_all_graphic_levels
1053
if (
pcie_table
!= NULL) {
amdgpu_polaris10_smumgr.c
989
struct phm_ppt_v1_pcie_table *
pcie_table
= table_info->
pcie_table
;
local in function:polaris10_populate_all_graphic_levels
1029
if (
pcie_table
!= NULL) {
2251
struct phm_ppt_v1_pcie_table *
pcie_table
= table_info->
pcie_table
;
local in function:polaris10_update_bif_smc_table
2254
max_entry = (SMU74_MAX_LEVELS_LINK <
pcie_table
->count) ?
2256
pcie_table
->count;
2259
smu_data->bif_sclk_table[i] =
pcie_table
->entries[i].pcie_sclk;
amdgpu_tonga_smumgr.c
697
struct phm_ppt_v1_pcie_table *
pcie_table
= pptable_info->
pcie_table
;
local in function:tonga_populate_all_graphic_levels
740
if (
pcie_table
!= NULL) {
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c
3729
struct ci_single_dpm_table *
pcie_table
= &pi->dpm_table.pcie_speed_table;
local in function:ci_trim_pcie_dpm_states
3732
for (i = 0; i <
pcie_table
->count; i++) {
3733
if ((
pcie_table
->dpm_levels[i].value < speed_low) ||
3734
(
pcie_table
->dpm_levels[i].param1 < lanes_low) ||
3735
(
pcie_table
->dpm_levels[i].value > speed_high) ||
3736
(
pcie_table
->dpm_levels[i].param1 > lanes_high))
3737
pcie_table
->dpm_levels[i].enabled = false;
3739
pcie_table
->dpm_levels[i].enabled = true;
3742
for (i = 0; i <
pcie_table
->count; i++) {
3743
if (
pcie_table
->dpm_levels[i].enabled)
[
all
...]
Completed in 122 milliseconds
Indexes created Thu Sep 25 15:09:46 GMT 2025