Lines Matching refs:i915_mch_dev
3700 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()
5506 dev_priv = i915_mch_dev; in i915_gpu_turbo_disable()
5545 i915_mch_dev = dev_priv; in intel_gpu_ips_init()
5554 i915_mch_dev = NULL; in intel_gpu_ips_teardown()