Searched defs:vddc_table (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/radeon/
H A Drv770_dpm.h105 struct vddc_table_entry vddc_table[MAX_NO_VREG_STEPS]; member in struct:rv7xx_power_info
H A Dci_dpm.h69 struct ci_single_dpm_table vddc_table; member in struct:ci_dpm_table
H A Dci_dpm.c2975 &pi->dpm_table.vddc_table,
3009 pi->dpm_table.vddc_table.dpm_levels[i].value =
3011 pi->dpm_table.vddc_table.dpm_levels[i].param1 =
3013 pi->dpm_table.vddc_table.dpm_levels[i].enabled = true;
3015 pi->dpm_table.vddc_table.count = allowed_sclk_vddc_table->count;
3290 struct radeon_clock_voltage_dependency_table *vddc_table = local
3305 for (i = 0; i < vddc_table->count; i++) {
3306 if (requested_voltage <= vddc_table->entries[i].v) {
3307 requested_voltage = vddc_table->entries[i].v;

Completed in 123 milliseconds