Searched refs:fclks (Results 1 – 1 of 1) sorted by relevance
1484 struct dm_pp_clock_levels_with_voltage fclks = {0}, dcfclks = {0}; in dcn_bw_update_from_pplib() local1490 ctx, DM_PP_CLOCK_TYPE_FCLK, &fclks); in dcn_bw_update_from_pplib()1495 res = verify_clock_values(&fclks); in dcn_bw_update_from_pplib()1498 ASSERT(fclks.num_levels); in dcn_bw_update_from_pplib()1501 vmid0p72_idx = fclks.num_levels - in dcn_bw_update_from_pplib()1502 (fclks.num_levels > 2 ? 3 : (fclks.num_levels > 1 ? 2 : 1)); in dcn_bw_update_from_pplib()1503 vnom0p8_idx = fclks.num_levels - (fclks.num_levels > 1 ? 2 : 1); in dcn_bw_update_from_pplib()1504 vmax0p9_idx = fclks.num_levels - 1; in dcn_bw_update_from_pplib()1507 32 * (fclks.data[vmin0p65_idx].clocks_in_khz / 1000.0) / 1000.0; in dcn_bw_update_from_pplib()1510 (fclks.data[vmid0p72_idx].clocks_in_khz / 1000.0) in dcn_bw_update_from_pplib()[all …]