Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c3700 static struct drm_i915_private *i915_mch_dev; variable
5392 if (!i915_mch_dev) in i915_read_mch_val()
5394 dev_priv = i915_mch_dev; in i915_read_mch_val()
5419 if (!i915_mch_dev) { in i915_gpu_raise()
5423 dev_priv = i915_mch_dev; in i915_gpu_raise()
5447 if (!i915_mch_dev) { in i915_gpu_lower()
5451 dev_priv = i915_mch_dev; in i915_gpu_lower()
5476 if (!i915_mch_dev) in i915_gpu_busy()
5478 dev_priv = i915_mch_dev; in i915_gpu_busy()
5502 if (!i915_mch_dev) { in i915_gpu_turbo_disable()
[all …]