Searched refs:dram_sr_enter_exit_latency_100ns (Results 1 – 6 of 6) sorted by relevance
329 uint32_t dram_sr_enter_exit_latency_100ns; member
1119 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box()1121 bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box()
1045 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box()1047 bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box()
1520 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box()1521 dcn3_01_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box()
1748 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box()1749 dcn3_0_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box()
875 soc_bb_info->dram_sr_enter_exit_latency_100ns = disp_cntl_tbl->max_sr_enter_exit_lat; in get_soc_bb_info_v4_4()