Searched refs:new_limits (Results 1 – 1 of 1) sorted by relevance
218 struct intel_link_bw_limits *new_limits, in intel_link_bw_set_bpp_limit_for_pipe() argument226 if (new_limits->max_bpp_x16[pipe] == in intel_link_bw_set_bpp_limit_for_pipe()231 new_limits->bpp_limit_reached_pipes & BIT(pipe))) in intel_link_bw_set_bpp_limit_for_pipe()234 new_limits->max_bpp_x16[pipe] = in intel_link_bw_set_bpp_limit_for_pipe()236 new_limits->bpp_limit_reached_pipes |= BIT(pipe); in intel_link_bw_set_bpp_limit_for_pipe()265 const struct intel_link_bw_limits *new_limits) in assert_link_limit_change_valid() argument272 (old_limits->link_dsc_pipes & new_limits->link_dsc_pipes) != in assert_link_limit_change_valid()279 new_limits->max_bpp_x16[pipe] > in assert_link_limit_change_valid()283 if (new_limits->max_bpp_x16[pipe] < in assert_link_limit_change_valid()291 new_limits->link_dsc_pipes == in assert_link_limit_change_valid()[all …]