Symbol: ci_single_dpm_table
sys/dev/drm/amd/amdgpu/ci_dpm.c
2746
static u32 ci_get_dpm_level_enable_mask_value(struct ci_single_dpm_table *dpm_table)
sys/dev/drm/amd/amdgpu/ci_dpm.c
3516
struct ci_single_dpm_table* dpm_table,
sys/dev/drm/amd/amdgpu/ci_dpm.c
3526
static void ci_setup_pcie_table_entry(struct ci_single_dpm_table* dpm_table,
sys/dev/drm/amd/amdgpu/ci_dpm.c
3684
static int ci_find_boot_level(struct ci_single_dpm_table *table,
sys/dev/drm/amd/amdgpu/ci_dpm.c
3849
struct ci_single_dpm_table *dpm_table,
sys/dev/drm/amd/amdgpu/ci_dpm.c
3868
struct ci_single_dpm_table *pcie_table = &pi->dpm_table.pcie_speed_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
4007
struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
4009
struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6543
struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6544
struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6545
struct ci_single_dpm_table *pcie_table = &pi->dpm_table.pcie_speed_table;
sys/dev/drm/amd/amdgpu/ci_dpm.c
6658
struct ci_single_dpm_table *sclk_table = &(pi->dpm_table.sclk_table);
sys/dev/drm/amd/amdgpu/ci_dpm.c
6659
struct ci_single_dpm_table *golden_sclk_table =
sys/dev/drm/amd/amdgpu/ci_dpm.c
6676
struct ci_single_dpm_table *golden_sclk_table =
sys/dev/drm/amd/amdgpu/ci_dpm.c
6694
struct ci_single_dpm_table *mclk_table = &(pi->dpm_table.mclk_table);
sys/dev/drm/amd/amdgpu/ci_dpm.c
6695
struct ci_single_dpm_table *golden_mclk_table =
sys/dev/drm/amd/amdgpu/ci_dpm.c
6712
struct ci_single_dpm_table *golden_mclk_table =
sys/dev/drm/amd/amdgpu/ci_dpm.h
69
struct ci_single_dpm_table sclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.h
70
struct ci_single_dpm_table mclk_table;
sys/dev/drm/amd/amdgpu/ci_dpm.h
71
struct ci_single_dpm_table pcie_speed_table;
sys/dev/drm/amd/amdgpu/ci_dpm.h
72
struct ci_single_dpm_table vddc_table;
sys/dev/drm/amd/amdgpu/ci_dpm.h
73
struct ci_single_dpm_table vddci_table;
sys/dev/drm/amd/amdgpu/ci_dpm.h
74
struct ci_single_dpm_table mvdd_table;
sys/dev/drm/radeon/ci_dpm.c
2644
static u32 ci_get_dpm_level_enable_mask_value(struct ci_single_dpm_table *dpm_table)
sys/dev/drm/radeon/ci_dpm.c
3409
struct ci_single_dpm_table* dpm_table,
sys/dev/drm/radeon/ci_dpm.c
3419
static void ci_setup_pcie_table_entry(struct ci_single_dpm_table* dpm_table,
sys/dev/drm/radeon/ci_dpm.c
3573
static int ci_find_boot_level(struct ci_single_dpm_table *table,
sys/dev/drm/radeon/ci_dpm.c
3738
struct ci_single_dpm_table *dpm_table,
sys/dev/drm/radeon/ci_dpm.c
3757
struct ci_single_dpm_table *pcie_table = &pi->dpm_table.pcie_speed_table;
sys/dev/drm/radeon/ci_dpm.c
3894
struct ci_single_dpm_table *sclk_table = &pi->dpm_table.sclk_table;
sys/dev/drm/radeon/ci_dpm.c
3896
struct ci_single_dpm_table *mclk_table = &pi->dpm_table.mclk_table;
sys/dev/drm/radeon/ci_dpm.h
68
struct ci_single_dpm_table sclk_table;
sys/dev/drm/radeon/ci_dpm.h
69
struct ci_single_dpm_table mclk_table;
sys/dev/drm/radeon/ci_dpm.h
70
struct ci_single_dpm_table pcie_speed_table;
sys/dev/drm/radeon/ci_dpm.h
71
struct ci_single_dpm_table vddc_table;
sys/dev/drm/radeon/ci_dpm.h
72
struct ci_single_dpm_table vddci_table;
sys/dev/drm/radeon/ci_dpm.h
73
struct ci_single_dpm_table mvdd_table;