Searched refs:sr_exit_time_ns (Results 1 – 4 of 4) sorted by relevance
502 int sr_exit_time_ns; member553 int sr_exit_time_ns; member
641 if ((int)(dc->dcn_soc->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns in dcn_bw_apply_registry_override()642 && dc->debug.sr_exit_time_ns) { in dcn_bw_apply_registry_override()644 dc->dcn_soc->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0; in dcn_bw_apply_registry_override()
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()
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()