Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c4159 static struct drm_i915_private *i915_mch_dev; variable
5879 if (!i915_mch_dev) in i915_read_mch_val()
5881 dev_priv = i915_mch_dev; in i915_read_mch_val()
5906 if (!i915_mch_dev) { in i915_gpu_raise()
5910 dev_priv = i915_mch_dev; in i915_gpu_raise()
5934 if (!i915_mch_dev) { in i915_gpu_lower()
5938 dev_priv = i915_mch_dev; in i915_gpu_lower()
5963 if (!i915_mch_dev) in i915_gpu_busy()
5965 dev_priv = i915_mch_dev; in i915_gpu_busy()
5989 if (!i915_mch_dev) { in i915_gpu_turbo_disable()
[all …]