Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2672 static bool dg2_power_well_count(struct intel_display *display, in dg2_power_well_count() function
2690 dg2_power_well_count(display, old_cdclk_state) == in intel_cdclk_pcode_pre_notify()
2691 dg2_power_well_count(display, new_cdclk_state)) in intel_cdclk_pcode_pre_notify()
2698 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) > in intel_cdclk_pcode_pre_notify()
2699 dg2_power_well_count(display, old_cdclk_state); in intel_cdclk_pcode_pre_notify()
2717 num_active_pipes = dg2_power_well_count(display, new_cdclk_state); in intel_cdclk_pcode_pre_notify()
2737 update_pipe_count = dg2_power_well_count(display, new_cdclk_state) < in intel_cdclk_pcode_post_notify()
2738 dg2_power_well_count(display, old_cdclk_state); in intel_cdclk_pcode_post_notify()
2754 num_active_pipes = dg2_power_well_count(display, new_cdclk_state); in intel_cdclk_pcode_post_notify()
3366 if (dg2_power_well_count(display, old_cdclk_state) != in intel_cdclk_modeset_checks()
[all …]