Searched refs:update_pipe_count (Results 1 – 1 of 1) sorted by relevance
2367 bool change_cdclk, update_pipe_count; in intel_cdclk_pcode_pre_notify() local2379 update_pipe_count = hweight8(new_cdclk_state->active_pipes) > in intel_cdclk_pcode_pre_notify()2397 if (update_pipe_count) in intel_cdclk_pcode_pre_notify()2401 change_cdclk, update_pipe_count); in intel_cdclk_pcode_pre_notify()2412 bool update_cdclk, update_pipe_count; in intel_cdclk_pcode_post_notify() local2418 update_pipe_count = hweight8(new_cdclk_state->active_pipes) < in intel_cdclk_pcode_post_notify()2434 if (update_pipe_count) in intel_cdclk_pcode_post_notify()2438 update_cdclk, update_pipe_count); in intel_cdclk_pcode_post_notify()