Searched refs:new_limits (Results 1 – 3 of 3) sorted by relevance
188 struct intel_link_bw_limits *new_limits, in intel_link_bw_set_bpp_limit_for_pipe() argument196 if (new_limits->max_bpp_x16[pipe] == in intel_link_bw_set_bpp_limit_for_pipe()201 new_limits->bpp_limit_reached_pipes & BIT(pipe))) in intel_link_bw_set_bpp_limit_for_pipe()204 new_limits->max_bpp_x16[pipe] = in intel_link_bw_set_bpp_limit_for_pipe()206 new_limits->bpp_limit_reached_pipes |= BIT(pipe); in intel_link_bw_set_bpp_limit_for_pipe()249 new_limits->max_bpp_x16[pipe] > in assert_link_limit_change_valid()253 if (new_limits->max_bpp_x16[pipe] < in assert_link_limit_change_valid()261 new_limits->force_fec_pipes == in assert_link_limit_change_valid()285 struct intel_link_bw_limits *new_limits) in intel_link_bw_atomic_check() argument288 struct intel_link_bw_limits old_limits = *new_limits; in intel_link_bw_atomic_check()[all …]
32 struct intel_link_bw_limits *new_limits,35 struct intel_link_bw_limits *new_limits);
6290 struct intel_link_bw_limits new_limits; in intel_atomic_check_config_and_link() local6294 intel_link_bw_init_limits(state, &new_limits); in intel_atomic_check_config_and_link()6295 old_limits = new_limits; in intel_atomic_check_config_and_link()6300 ret = intel_atomic_check_config(state, &new_limits, in intel_atomic_check_config_and_link()6310 &new_limits, in intel_atomic_check_config_and_link()6317 old_limits = new_limits; in intel_atomic_check_config_and_link()6319 ret = intel_link_bw_atomic_check(state, &new_limits); in intel_atomic_check_config_and_link()
Completed in 19 milliseconds