Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_cdclk.c2517 bool change_cdclk, update_pipe_count; in intel_cdclk_pcode_pre_notify() local
2529 update_pipe_count = hweight8(new_cdclk_state->active_pipes) > in intel_cdclk_pcode_pre_notify()
2547 if (update_pipe_count) in intel_cdclk_pcode_pre_notify()
2551 change_cdclk, update_pipe_count); in intel_cdclk_pcode_pre_notify()
2562 bool update_cdclk, update_pipe_count; in intel_cdclk_pcode_post_notify() local
2568 update_pipe_count = hweight8(new_cdclk_state->active_pipes) < in intel_cdclk_pcode_post_notify()
2584 if (update_pipe_count) in intel_cdclk_pcode_post_notify()
2588 update_cdclk, update_pipe_count); in intel_cdclk_pcode_post_notify()