Home
last modified time | relevance | path

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

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