Searched refs:dg2_power_well_count (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_cdclk.c | 2718 static int dg2_power_well_count(struct intel_display *display, in dg2_power_well_count() function 2736 dg2_power_well_count(display, old_cdclk_state) == in intel_cdclk_pcode_pre_notify() 2737 dg2_power_well_count(display, new_cdclk_state)) in intel_cdclk_pcode_pre_notify() 2744 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) > in intel_cdclk_pcode_pre_notify() 2745 dg2_power_well_count(display, old_cdclk_state); in intel_cdclk_pcode_pre_notify() 2763 num_active_pipes = dg2_power_well_count(display, new_cdclk_state); in intel_cdclk_pcode_pre_notify() 2783 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) < in intel_cdclk_pcode_post_notify() 2784 dg2_power_well_count(display, old_cdclk_state); in intel_cdclk_pcode_post_notify() 2800 num_active_pipes = dg2_power_well_count(display, new_cdclk_state); in intel_cdclk_pcode_post_notify() 3458 if (dg2_power_well_count(display, old_cdclk_state) != in intel_cdclk_modeset_checks() [all …]
|