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()
3521 if (dc->bb_overrides.min_dcfclk_mhz > 0) in dcn20_update_bounding_box()3522 min_dcfclk = dc->bb_overrides.min_dcfclk_mhz; in dcn20_update_bounding_box()3573 if ((int)(bb->sr_exit_time_us * 1000) != dc->bb_overrides.sr_exit_time_ns in dcn20_patch_bounding_box()3574 && dc->bb_overrides.sr_exit_time_ns) { in dcn20_patch_bounding_box()3575 bb->sr_exit_time_us = dc->bb_overrides.sr_exit_time_ns / 1000.0; in dcn20_patch_bounding_box()3579 != dc->bb_overrides.sr_enter_plus_exit_time_ns in dcn20_patch_bounding_box()3580 && dc->bb_overrides.sr_enter_plus_exit_time_ns) { in dcn20_patch_bounding_box()3582 dc->bb_overrides.sr_enter_plus_exit_time_ns / 1000.0; in dcn20_patch_bounding_box()3585 if ((int)(bb->urgent_latency_us * 1000) != dc->bb_overrides.urgent_latency_ns in dcn20_patch_bounding_box()3586 && dc->bb_overrides.urgent_latency_ns) { in dcn20_patch_bounding_box()[all …]
640 struct dc_bounding_box_overrides bb_overrides; member707 struct dc_bounding_box_overrides bb_overrides; member
803 memcpy(&dc->bb_overrides, &init_params->bb_overrides, sizeof(dc->bb_overrides)); in dc_construct()