Searched refs:voltage_level (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_cdclk.c | 535 cdclk_config->voltage_level = (val & DSPFREQGUAR_MASK) >> in vlv_get_cdclk() 538 cdclk_config->voltage_level = (val & DSPFREQGUAR_MASK_CHV) >> in vlv_get_cdclk() 584 u32 val, cmd = cdclk_config->voltage_level; in vlv_set_cdclk() 673 u32 val, cmd = cdclk_config->voltage_level; in chv_set_cdclk() 766 cdclk_config->voltage_level = in bdw_get_cdclk() 832 cdclk_config->voltage_level); in bdw_set_cdclk() 973 cdclk_config->voltage_level = in skl_get_cdclk() 1136 cdclk_config->voltage_level); in skl_set_cdclk() 1207 cdclk_config.voltage_level = skl_calc_voltage_level(cdclk_config.cdclk); in skl_cdclk_init_hw() 1218 cdclk_config.voltage_level = skl_calc_voltage_level(cdclk_config.cdclk); in skl_cdclk_uninit_hw() [all …]
|
D | intel_cdclk.h | 20 u8 voltage_level; member
|
/Linux-v6.1/drivers/firmware/arm_scmi/ |
D | voltage.c | 57 __le32 voltage_level; member 62 __le32 voltage_level; member 339 cmd->voltage_level = cpu_to_le32(volt_uV); in scmi_voltage_level_set() 355 le32_to_cpu(resp->voltage_level)); in scmi_voltage_level_set()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | dcn_calcs.c | 499 input->clks_cfg.voltage = v->voltage_level; in dcn_bw_calc_rq_dlg_ttu() 560 if (v->voltage_level < 2) { 590 if (v->voltage_level < 3) { 614 v->fabric_and_dram_bandwidth = v->fabric_and_dram_bandwidth_per_state[v->voltage_level]; 618 v->dcfclk = v->dcfclk_per_state[v->voltage_level]; 629 if (v->voltage_level >= 2) { 633 if (v->voltage_level >= 3) 1062 if (v->voltage_level != 0 in dcn_validate_bandwidth() 1069 if (v->voltage_level == 0 && in dcn_validate_bandwidth() 1122 if (v->voltage_level != number_of_states_plus_one && !fast_validate) { in dcn_validate_bandwidth() [all …]
|
D | dcn_calc_auto.c | 1000 v->voltage_level = v->voltage_level_without_immediate_flip; in mode_support_and_system_configuration() 1004 v->voltage_level = v->voltage_level_with_immediate_flip; in mode_support_and_system_configuration() 1006 v->dcfclk = v->dcfclk_per_state[v->voltage_level]; in mode_support_and_system_configuration() 1007 v->fabric_and_dram_bandwidth = v->fabric_and_dram_bandwidth_per_state[v->voltage_level]; in mode_support_and_system_configuration() 1009 v->required_dispclk_per_ratio[j] = v->required_dispclk[v->voltage_level][j]; in mode_support_and_system_configuration() 1011 v->dpp_per_plane_per_ratio[j][k] = v->no_of_dpp[v->voltage_level][j][k]; in mode_support_and_system_configuration() 1013 v->dispclk_dppclk_support_per_ratio[j] = v->dispclk_dppclk_support[v->voltage_level][j]; in mode_support_and_system_configuration() 1015 v->max_phyclk = v->phyclk_per_state[v->voltage_level]; in mode_support_and_system_configuration()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | dcn_calcs.h | 211 int voltage_level; member
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 3099 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type) in radeon_atom_set_voltage() argument 3103 u8 frev, crev, volt_index = voltage_level; in radeon_atom_set_voltage() 3109 if (voltage_level == 0xff01) in radeon_atom_set_voltage() 3121 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage() 3126 args.v3.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage() 3334 u16 voltage_level, u8 voltage_type, in radeon_atom_get_voltage_gpio_settings() argument 3350 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings() 3358 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings()
|
D | radeon.h | 302 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type); 304 u16 voltage_level, u8 voltage_type,
|
D | ci_dpm.c | 2955 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local 3022 if (ci_populate_mvdd_value(rdev, 0, &voltage_level)) in ci_populate_smc_acpi_level() 3026 cpu_to_be32(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | iceland_smumgr.c | 1430 SMU71_Discrete_VoltageLevel voltage_level; in iceland_populate_smc_acpi_level() local 1504 if (0 == iceland_populate_mvdd_value(hwmgr, 0, &voltage_level)) in iceland_populate_smc_acpi_level() 1506 PP_HOST_TO_SMC_UL(voltage_level.Voltage * VOLTAGE_SCALE); in iceland_populate_smc_acpi_level()
|
D | ci_smumgr.c | 1385 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local 1459 if (0 == ci_populate_mvdd_value(hwmgr, 0, &voltage_level)) in ci_populate_smc_acpi_level() 1461 PP_HOST_TO_SMC_UL(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
|
D | tonga_smumgr.c | 1182 SMIO_Pattern voltage_level; in tonga_populate_smc_acpi_level() local 1246 if (0 == tonga_populate_mvdd_value(hwmgr, 0, &voltage_level)) in tonga_populate_smc_acpi_level() 1248 PP_HOST_TO_SMC_UL(voltage_level.Voltage * VOLTAGE_SCALE); in tonga_populate_smc_acpi_level()
|