Home
last modified time | relevance | path

Searched refs:voltage_level (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
A Dintel_cdclk.c756 cdclk_config->voltage_level = in bdw_get_cdclk()
823 cdclk_config->voltage_level); in bdw_set_cdclk()
964 cdclk_config->voltage_level = in skl_get_cdclk()
1127 cdclk_config->voltage_level); in skl_set_cdclk()
1500 cdclk_config->voltage_level = in bxt_get_cdclk()
1724 dev_priv->cdclk.hw.voltage_level = cdclk_config->voltage_level; in bxt_set_cdclk()
1811 cdclk_config.voltage_level = in bxt_cdclk_init_hw()
1823 cdclk_config.voltage_level = in bxt_cdclk_uninit_hw()
1937 a->voltage_level != b->voltage_level; in intel_cdclk_changed()
1946 cdclk_config->voltage_level); in intel_dump_cdclk_config()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/calcs/
A Ddcn_calcs.c499 input->clks_cfg.voltage = v->voltage_level; in dcn_bw_calc_rq_dlg_ttu()
561 if (v->voltage_level < 2) {
591 if (v->voltage_level < 3) {
619 v->dcfclk = v->dcfclk_per_state[v->voltage_level];
630 if (v->voltage_level >= 2) {
634 if (v->voltage_level >= 3)
1081 if (v->voltage_level != 0 in dcn_validate_bandwidth()
1088 if (v->voltage_level == 0 && in dcn_validate_bandwidth()
1197 switch (v->voltage_level) { in dcn_validate_bandwidth()
1306 } else if (v->voltage_level == number_of_states_plus_one) { in dcn_validate_bandwidth()
[all …]
A Ddcn_calc_auto.c1000 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/drivers/gpu/drm/msm/edp/
A Dedp_ctrl.c467 u8 voltage_level, u8 pre_emphasis_level) in edp_lane_set_write() argument
472 if (voltage_level >= DPCD_LINK_VOLTAGE_MAX) in edp_lane_set_write()
473 voltage_level |= 0x04; in edp_lane_set_write()
481 buf[i] = voltage_level | pre_emphasis_level; in edp_lane_set_write()
483 DBG("%s: p|v=0x%x", __func__, voltage_level | pre_emphasis_level); in edp_lane_set_write()
/linux/drivers/firmware/arm_scmi/
A Dvoltage.c54 __le32 voltage_level; member
292 cmd->voltage_level = cpu_to_le32(volt_uV); in scmi_voltage_level_set()
/linux/drivers/gpu/drm/radeon/
A Dradeon_atombios.c3101 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type) in radeon_atom_set_voltage() argument
3105 u8 frev, crev, volt_index = voltage_level; in radeon_atom_set_voltage()
3111 if (voltage_level == 0xff01) in radeon_atom_set_voltage()
3123 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage()
3128 args.v3.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage()
3336 u16 voltage_level, u8 voltage_type, in radeon_atom_get_voltage_gpio_settings() argument
3352 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings()
3360 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings()
A Dradeon.h303 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type);
305 u16 voltage_level, u8 voltage_type,
A Dci_dpm.c2957 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local
3024 if (ci_populate_mvdd_value(rdev, 0, &voltage_level)) in ci_populate_smc_acpi_level()
3028 cpu_to_be32(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Ddcn_calcs.h211 int voltage_level; member
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Diceland_smumgr.c1430 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()
A Dci_smumgr.c1383 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local
1457 if (0 == ci_populate_mvdd_value(hwmgr, 0, &voltage_level)) in ci_populate_smc_acpi_level()
1459 PP_HOST_TO_SMC_UL(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
A Dtonga_smumgr.c1182 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()
/linux/drivers/gpu/drm/i915/
A Di915_drv.h823 u8 voltage_level; member

Completed in 102 milliseconds