Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c32 limits->bpp_limit_reached_pipes = 0; in intel_link_bw_init_limits()
81 if (limits->bpp_limit_reached_pipes & BIT(crtc->pipe)) in intel_link_bw_reduce_bpp()
149 new_limits->bpp_limit_reached_pipes & BIT(pipe))) in intel_link_bw_set_bpp_limit_for_pipe()
154 new_limits->bpp_limit_reached_pipes |= BIT(pipe); in intel_link_bw_set_bpp_limit_for_pipe()
H A Dintel_link_bw.h18 u8 bpp_limit_reached_pipes; member