Searched refs:voltage_level (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_cdclk.c | 621 cdclk_config->voltage_level = (val & DSPFREQGUAR_MASK) >> in vlv_get_cdclk() 624 cdclk_config->voltage_level = (val & DSPFREQGUAR_MASK_CHV) >> in vlv_get_cdclk() 670 u32 val, cmd = cdclk_config->voltage_level; in vlv_set_cdclk() 760 u32 val, cmd = cdclk_config->voltage_level; in chv_set_cdclk() 854 cdclk_config->voltage_level = in bdw_get_cdclk() 922 cdclk_config->voltage_level); in bdw_set_cdclk() 1063 cdclk_config->voltage_level = in skl_get_cdclk() 1225 cdclk_config->voltage_level); in skl_set_cdclk() 1296 cdclk_config.voltage_level = skl_calc_voltage_level(cdclk_config.cdclk); in skl_cdclk_init_hw() 1307 cdclk_config.voltage_level = skl_calc_voltage_level(cdclk_config.cdclk); in skl_cdclk_uninit_hw() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A 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/drivers/gpu/drm/radeon/ |
| H A D | radeon_atombios.c | 3095 void radeon_atom_set_voltage(struct radeon_device *rdev, u16 voltage_level, u8 voltage_type) in radeon_atom_set_voltage() argument 3099 u8 frev, crev, volt_index = voltage_level; in radeon_atom_set_voltage() 3105 if (voltage_level == 0xff01) in radeon_atom_set_voltage() 3117 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage() 3122 args.v3.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_set_voltage() 3330 u16 voltage_level, u8 voltage_type, in radeon_atom_get_voltage_gpio_settings() argument 3346 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings() 3354 args.v2.usVoltageLevel = cpu_to_le16(voltage_level); in radeon_atom_get_voltage_gpio_settings()
|
| H A D | ci_dpm.c | 2951 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local 3018 if (ci_populate_mvdd_value(rdev, 0, &voltage_level)) in ci_populate_smc_acpi_level() 3022 cpu_to_be32(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4.c | 751 …in_out->programming->informative.voltage_level = in_out->instance->scratch.mode_programming_locals… in core_dcn4_populate_informative() 753 …in_out->programming->informative.voltage_level = in_out->instance->scratch.mode_support_locals.mod… in core_dcn4_populate_informative()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A 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()
|
| H A 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()
|
| H A D | ci_smumgr.c | 1392 SMU7_Discrete_VoltageLevel voltage_level; in ci_populate_smc_acpi_level() local 1466 if (0 == ci_populate_mvdd_value(hwmgr, 0, &voltage_level)) in ci_populate_smc_acpi_level() 1468 PP_HOST_TO_SMC_UL(voltage_level.Voltage * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
|