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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c 3791 struct radeon_clock_voltage_dependency_table *disp_voltage_table = local in function:ci_apply_disp_minimum_voltage_request
3798 if (disp_voltage_table == NULL)
3800 if (!disp_voltage_table->count)
3803 for (i = 0; i < disp_voltage_table->count; i++) {
3804 if (rdev->clock.current_dispclk == disp_voltage_table->entries[i].clk)
3805 requested_voltage = disp_voltage_table->entries[i].v;
radeon_ci_dpm.c 3791 struct radeon_clock_voltage_dependency_table *disp_voltage_table = local in function:ci_apply_disp_minimum_voltage_request
3798 if (disp_voltage_table == NULL)
3800 if (!disp_voltage_table->count)
3803 for (i = 0; i < disp_voltage_table->count; i++) {
3804 if (rdev->clock.current_dispclk == disp_voltage_table->entries[i].clk)
3805 requested_voltage = disp_voltage_table->entries[i].v;

Completed in 28 milliseconds