Searched refs:sr_exit_time_ns (Results 1 – 4 of 4) sorted by relevance
556 int sr_exit_time_ns; member608 int sr_exit_time_ns; member
644 if ((int)(dc->dcn_soc->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns in dcn_bw_apply_registry_override()645 && dc->debug.sr_exit_time_ns) { in dcn_bw_apply_registry_override()647 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()
3603 if ((int)(bb->sr_exit_time_us * 1000) != dc->bb_overrides.sr_exit_time_ns in dcn20_patch_bounding_box()3604 && dc->bb_overrides.sr_exit_time_ns) { in dcn20_patch_bounding_box()3605 bb->sr_exit_time_us = dc->bb_overrides.sr_exit_time_ns / 1000.0; in dcn20_patch_bounding_box()
Completed in 22 milliseconds