Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.h92 #define intel_atomic_get_old_cdclk_state(state) \ macro
H A Dintel_cdclk.c2572 intel_atomic_get_old_cdclk_state(state); in intel_cdclk_pcode_pre_notify()
2619 intel_atomic_get_old_cdclk_state(state); in intel_cdclk_pcode_post_notify()
2653 intel_atomic_get_old_cdclk_state(state); in intel_cdclk_is_decreasing_later()
2673 intel_atomic_get_old_cdclk_state(state); in intel_set_cdclk_pre_plane_update()
2726 intel_atomic_get_old_cdclk_state(state); in intel_set_cdclk_post_plane_update()
3177 old_cdclk_state = intel_atomic_get_old_cdclk_state(state); in intel_cdclk_atomic_check()
3242 old_cdclk_state = intel_atomic_get_old_cdclk_state(state); in intel_modeset_calc_cdclk()
H A Dintel_pmdemand.c323 old_cdclk_state = intel_atomic_get_old_cdclk_state(state); in intel_pmdemand_needs_update()