Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2686 bool change_cdclk, update_pipe_count; in intel_cdclk_pcode_pre_notify() local
2698 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) > in intel_cdclk_pcode_pre_notify()
2716 if (update_pipe_count) in intel_cdclk_pcode_pre_notify()
2720 change_cdclk, update_pipe_count); in intel_cdclk_pcode_pre_notify()
2731 bool update_cdclk, update_pipe_count; in intel_cdclk_pcode_post_notify() local
2737 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) < in intel_cdclk_pcode_post_notify()
2753 if (update_pipe_count) in intel_cdclk_pcode_post_notify()
2757 update_cdclk, update_pipe_count); in intel_cdclk_pcode_post_notify()