HomeSort by: relevance | last modified time | path
    Searched defs:acpi_delay_time (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770_dpm.c 1708 u32 acpi_delay_time, vbi_time_out; local in function:rv770_program_response_times
1721 acpi_delay_time = 15000;
1728 acpi_dly = (acpi_delay_time * reference_clock) / 1600;
radeon_ni_dpm.c 1228 u32 voltage_response_time, backbias_response_time, acpi_delay_time, vbi_time_out; local in function:ni_program_response_times
1243 acpi_delay_time = 15000;
1250 acpi_dly = (acpi_delay_time * reference_clock) / 1600;
radeon_si_dpm.c 3647 u32 voltage_response_time, acpi_delay_time, vbi_time_out; local in function:si_program_response_times
3658 acpi_delay_time = 15000;
3664 acpi_dly = (acpi_delay_time * reference_clock) / 100;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 4108 u32 voltage_response_time, acpi_delay_time, vbi_time_out; local in function:si_program_response_times
4119 acpi_delay_time = 15000;
4125 acpi_dly = (acpi_delay_time * reference_clock) / 100;

Completed in 25 milliseconds