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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sumo_dpm.c 764 u32 n_current_state_levels = (old_ps == NULL) ? 1 : old_ps->num_levels; local in function:sumo_program_power_levels_0_to_n
771 for (i = new_ps->num_levels; i < n_current_state_levels; i++)
radeon_trinity_dpm.c 851 u32 n_current_state_levels = (old_ps == NULL) ? 1 : old_ps->num_levels; local in function:trinity_program_power_levels_0_to_n
858 for (i = new_ps->num_levels; i < n_current_state_levels; i++)

Completed in 14 milliseconds