Home
last modified time | relevance | path

Searched refs:boot_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dcypress_dpm.c1119 struct rv7xx_ps *boot_state = rv770_get_ps(radeon_boot_state); in cypress_force_mc_use_s1() local
1127 radeon_atom_set_ac_timing(rdev, boot_state->low.mclk); in cypress_force_mc_use_s1()
1146 boot_state->low.mclk); in cypress_force_mc_use_s1()
1180 struct rv7xx_ps *boot_state = rv770_get_ps(radeon_boot_state); in cypress_force_mc_use_s0() local
1204 boot_state->low.mclk); in cypress_force_mc_use_s0()
1668 struct rv7xx_ps *boot_state = rv770_get_ps(radeon_boot_state); in cypress_populate_mc_reg_table() local
1677 &boot_state->low, in cypress_populate_mc_reg_table()
Dci_dpm.c2559 struct ci_ps *boot_state = ci_get_ps(radeon_boot_state); in ci_populate_smc_initial_state() local
2565 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state()
2573 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state()
5600 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument
5613 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values()
5614 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values()
5615 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values()
5616 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(rdev); in ci_get_vbios_boot_values()
5617 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(rdev); in ci_get_vbios_boot_values()
5618 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values()
[all …]
Drv770_dpm.c1166 struct rv7xx_ps *boot_state = rv770_get_ps(radeon_boot_state); in rv770_init_smc_table() local
1172 pi->boot_sclk = boot_state->low.sclk; in rv770_init_smc_table()
Dni_dpm.c2998 struct ni_ps *boot_state = ni_get_ps(radeon_boot_state); in ni_populate_mc_reg_table() local
3007 ni_convert_mc_reg_table_entry_to_smc(rdev, &boot_state->performance_levels[0], in ni_populate_mc_reg_table()
Dsi_dpm.c5666 struct ni_ps *boot_state = ni_get_ps(radeon_boot_state); in si_populate_mc_reg_table() local
5677 si_convert_mc_reg_table_entry_to_smc(rdev, &boot_state->performance_levels[0], in si_populate_mc_reg_table()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2689 struct ci_ps *boot_state = ci_get_ps(amdgpu_boot_state); in ci_populate_smc_initial_state() local
2695 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state()
2703 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state()
5746 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument
5759 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values()
5760 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values()
5761 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values()
5762 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(adev); in ci_get_vbios_boot_values()
5763 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(adev); in ci_get_vbios_boot_values()
5764 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values()
[all …]