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.c2730 bool change_cdclk, update_pipe_count; in intel_cdclk_pcode_pre_notify() local
2742 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) > in intel_cdclk_pcode_pre_notify()
2760 if (update_pipe_count) in intel_cdclk_pcode_pre_notify()
2764 change_cdclk, update_pipe_count); in intel_cdclk_pcode_pre_notify()
2775 bool update_cdclk, update_pipe_count; in intel_cdclk_pcode_post_notify() local
2781 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) < in intel_cdclk_pcode_post_notify()
2797 if (update_pipe_count) in intel_cdclk_pcode_post_notify()
2801 update_cdclk, update_pipe_count); in intel_cdclk_pcode_post_notify()