Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dp.c3392 static void assert_edp_pll(struct drm_i915_private *dev_priv, bool state) in assert_edp_pll() function
3400 #define assert_edp_pll_enabled(d) assert_edp_pll((d), true)
3401 #define assert_edp_pll_disabled(d) assert_edp_pll((d), false)