Searched refs:vddc_dly (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | rv770_dpm.c | 1704 u32 vddc_dly, bb_dly, acpi_dly, vbi_dly; in rv770_program_response_times() local 1721 vddc_dly = (voltage_response_time * reference_clock) / 1600; in rv770_program_response_times() 1727 RV770_SMC_SOFT_REGISTER_delay_vreg, vddc_dly); in rv770_program_response_times()
|
D | ni_dpm.c | 1225 u32 vddc_dly, bb_dly, acpi_dly, vbi_dly, mclk_switch_limit; in ni_program_response_times() local 1244 vddc_dly = (voltage_response_time * reference_clock) / 1600; in ni_program_response_times() 1251 rv770_write_smc_soft_register(rdev, NI_SMC_SOFT_REGISTER_delay_vreg, vddc_dly); in ni_program_response_times()
|
D | si_dpm.c | 3644 u32 vddc_dly, acpi_dly, vbi_dly; in si_program_response_times() local 3660 vddc_dly = (voltage_response_time * reference_clock) / 100; in si_program_response_times() 3664 si_write_smc_soft_register(rdev, SI_SMC_SOFT_REGISTER_delay_vreg, vddc_dly); in si_program_response_times()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | si_dpm.c | 4104 u32 vddc_dly, acpi_dly, vbi_dly; in si_program_response_times() local 4119 vddc_dly = (voltage_response_time * reference_clock) / 100; in si_program_response_times() 4123 si_write_smc_soft_register(adev, SI_SMC_SOFT_REGISTER_delay_vreg, vddc_dly); in si_program_response_times()
|