Searched refs:bb_overrides (Results 1 – 4 of 4) sorted by relevance
1070 if (dc->bb_overrides.sr_exit_time_ns) { in patch_bounding_box()1073 dc->bb_overrides.sr_exit_time_ns / 1000.0; in patch_bounding_box()1077 if (dc->bb_overrides.sr_enter_plus_exit_time_ns) { in patch_bounding_box()1080 dc->bb_overrides.sr_enter_plus_exit_time_ns / 1000.0; in patch_bounding_box()1084 if (dc->bb_overrides.urgent_latency_ns) { in patch_bounding_box()1085 bb->urgent_latency_us = dc->bb_overrides.urgent_latency_ns / 1000.0; in patch_bounding_box()1088 if (dc->bb_overrides.dram_clock_change_latency_ns) { in patch_bounding_box()1091 dc->bb_overrides.dram_clock_change_latency_ns / 1000.0; in patch_bounding_box()
3523 if (dc->bb_overrides.min_dcfclk_mhz > 0) in dcn20_update_bounding_box()3524 min_dcfclk = dc->bb_overrides.min_dcfclk_mhz; in dcn20_update_bounding_box()3575 if ((int)(bb->sr_exit_time_us * 1000) != dc->bb_overrides.sr_exit_time_ns in dcn20_patch_bounding_box()3576 && dc->bb_overrides.sr_exit_time_ns) { in dcn20_patch_bounding_box()3577 bb->sr_exit_time_us = dc->bb_overrides.sr_exit_time_ns / 1000.0; in dcn20_patch_bounding_box()3581 != dc->bb_overrides.sr_enter_plus_exit_time_ns in dcn20_patch_bounding_box()3582 && dc->bb_overrides.sr_enter_plus_exit_time_ns) { in dcn20_patch_bounding_box()3584 dc->bb_overrides.sr_enter_plus_exit_time_ns / 1000.0; in dcn20_patch_bounding_box()3587 if ((int)(bb->urgent_latency_us * 1000) != dc->bb_overrides.urgent_latency_ns in dcn20_patch_bounding_box()3588 && dc->bb_overrides.urgent_latency_ns) { in dcn20_patch_bounding_box()[all …]
646 struct dc_bounding_box_overrides bb_overrides; member713 struct dc_bounding_box_overrides bb_overrides; member
804 memcpy(&dc->bb_overrides, &init_params->bb_overrides, sizeof(dc->bb_overrides)); in dc_construct()