Home
last modified time | relevance | path

Searched refs:new_limits (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c218 struct intel_link_bw_limits *new_limits, in intel_link_bw_set_bpp_limit_for_pipe() argument
226 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() argument
272 (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 …]