We have intel_de_wait_*() functions for waiting for register bits to reach a value. Use them instead of depending on the i915 helpers from i915_utils.h.
Jani Nikula (8): drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() drm/i915/dpll: use intel_de_wait_custom() instead of wait_for_us() drm/i915/cdclk: use intel_de_wait_custom() instead of wait_for_us() drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() drm/i915/power: use intel_de_wait_custom() instead of wait_for_us() drm/i915/pch: use intel_de_wait_custom() instead of wait_for_us() drm/i915/dsi: use intel_de_wait_custom() instead of wait_for_us() drivers/gpu/drm/i915/display/icl_dsi.c | 41 +++++++++++++------ drivers/gpu/drm/i915/display/intel_cdclk.c | 12 ++++-- drivers/gpu/drm/i915/display/intel_ddi.c | 14 ++++++- .../drm/i915/display/intel_display_power.c | 14 +++++-- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 20 ++++++--- drivers/gpu/drm/i915/display/intel_hdcp.c | 10 +++-- drivers/gpu/drm/i915/display/intel_hdmi.c | 6 +-- .../gpu/drm/i915/display/intel_pch_refclk.c | 14 +++++-- 8 files changed, 91 insertions(+), 40 deletions(-) -- 2.39.5