Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2600 const struct intel_cdclk_state *new_cdclk_state = in intel_cdclk_pcode_pre_notify() local
2606 &new_cdclk_state->actual) && in intel_cdclk_pcode_pre_notify()
2607 new_cdclk_state->active_pipes == in intel_cdclk_pcode_pre_notify()
2614 change_cdclk = new_cdclk_state->actual.cdclk != old_cdclk_state->actual.cdclk; in intel_cdclk_pcode_pre_notify()
2615 update_pipe_count = hweight8(new_cdclk_state->active_pipes) > in intel_cdclk_pcode_pre_notify()
2625 cdclk = max(new_cdclk_state->actual.cdclk, old_cdclk_state->actual.cdclk); in intel_cdclk_pcode_pre_notify()
2634 num_active_pipes = hweight8(new_cdclk_state->active_pipes); in intel_cdclk_pcode_pre_notify()
2643 const struct intel_cdclk_state *new_cdclk_state = in intel_cdclk_pcode_post_notify() local
2651 voltage_level = new_cdclk_state->actual.voltage_level; in intel_cdclk_pcode_post_notify()
2653 update_cdclk = new_cdclk_state in intel_cdclk_pcode_post_notify()
2681 const struct intel_cdclk_state *new_cdclk_state = intel_cdclk_is_decreasing_later() local
2701 const struct intel_cdclk_state *new_cdclk_state = intel_set_cdclk_pre_plane_update() local
2754 const struct intel_cdclk_state *new_cdclk_state = intel_set_cdclk_post_plane_update() local
3182 const struct intel_cdclk_state *new_cdclk_state; intel_cdclk_atomic_check() local
3243 intel_cdclk_need_serialize(struct intel_display * display,const struct intel_cdclk_state * old_cdclk_state,const struct intel_cdclk_state * new_cdclk_state) intel_cdclk_need_serialize() argument
3260 struct intel_cdclk_state *new_cdclk_state; intel_modeset_calc_cdclk() local
3901 const struct intel_cdclk_state *new_cdclk_state, *old_cdclk_state; intel_cdclk_pmdemand_needs_update() local
[all...]
H A Dintel_pmdemand.c322 const struct intel_cdclk_state *new_cdclk_state; in intel_pmdemand_atomic_check() local
358 new_cdclk_state = intel_atomic_get_cdclk_state(state); in intel_pmdemand_atomic_check()
359 if (IS_ERR(new_cdclk_state)) in intel_pmdemand_atomic_check()
360 return PTR_ERR(new_cdclk_state); in intel_pmdemand_atomic_check()
363 intel_cdclk_actual_voltage_level(new_cdclk_state); in intel_pmdemand_atomic_check()
365 DIV_ROUND_UP(intel_cdclk_actual(new_cdclk_state), 1000); in intel_pmdemand_atomic_check()