Searched refs:boot_state (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.c | 225 static int a6xx_hfi_send_gmu_init(struct a6xx_gmu *gmu, int boot_state) in a6xx_hfi_send_gmu_init() argument 231 msg.boot_state = boot_state; in a6xx_hfi_send_gmu_init() 325 int a6xx_hfi_start(struct a6xx_gmu *gmu, int boot_state) in a6xx_hfi_start() argument 329 ret = a6xx_hfi_send_gmu_init(gmu, boot_state); in a6xx_hfi_start()
|
D | a6xx_hfi.h | 80 u32 boot_state; member
|
D | a6xx_gmu.h | 157 int a6xx_hfi_start(struct a6xx_gmu *gmu, int boot_state);
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | cypress_dpm.c | 1119 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()
|
D | ci_dpm.c | 2587 struct ci_ps *boot_state = ci_get_ps(radeon_boot_state); in ci_populate_smc_initial_state() local 2593 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state() 2601 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state() 5632 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument 5645 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values() 5646 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values() 5647 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values() 5648 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(rdev); in ci_get_vbios_boot_values() 5649 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(rdev); in ci_get_vbios_boot_values() 5650 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values() [all …]
|
D | rv770_dpm.c | 1166 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()
|
D | ni_dpm.c | 2996 struct ni_ps *boot_state = ni_get_ps(radeon_boot_state); in ni_populate_mc_reg_table() local 3005 ni_convert_mc_reg_table_entry_to_smc(rdev, &boot_state->performance_levels[0], in ni_populate_mc_reg_table()
|
D | si_dpm.c | 5651 struct ni_ps *boot_state = ni_get_ps(radeon_boot_state); in si_populate_mc_reg_table() local 5662 si_convert_mc_reg_table_entry_to_smc(rdev, &boot_state->performance_levels[0], in si_populate_mc_reg_table()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | ci_dpm.c | 2725 struct ci_ps *boot_state = ci_get_ps(amdgpu_boot_state); in ci_populate_smc_initial_state() local 2731 boot_state->performance_levels[0].sclk) { in ci_populate_smc_initial_state() 2739 boot_state->performance_levels[0].mclk) { in ci_populate_smc_initial_state() 5741 struct ci_vbios_boot_state *boot_state) in ci_get_vbios_boot_values() argument 5754 boot_state->mvdd_bootup_value = le16_to_cpu(firmware_info->usBootUpMVDDCVoltage); in ci_get_vbios_boot_values() 5755 boot_state->vddc_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCVoltage); in ci_get_vbios_boot_values() 5756 boot_state->vddci_bootup_value = le16_to_cpu(firmware_info->usBootUpVDDCIVoltage); in ci_get_vbios_boot_values() 5757 boot_state->pcie_gen_bootup_value = ci_get_current_pcie_speed(adev); in ci_get_vbios_boot_values() 5758 boot_state->pcie_lane_bootup_value = ci_get_current_pcie_lane_number(adev); in ci_get_vbios_boot_values() 5759 boot_state->sclk_bootup_value = le32_to_cpu(firmware_info->ulDefaultEngineClock); in ci_get_vbios_boot_values() [all …]
|
D | si_dpm.c | 6107 struct si_ps *boot_state = si_get_ps(amdgpu_boot_state); in si_populate_mc_reg_table() local 6118 si_convert_mc_reg_table_entry_to_smc(adev, &boot_state->performance_levels[0], in si_populate_mc_reg_table()
|