Lines Matching refs:i915_mch_dev
6119 static struct drm_i915_private *i915_mch_dev; variable
7925 if (!i915_mch_dev) in i915_read_mch_val()
7927 dev_priv = i915_mch_dev; in i915_read_mch_val()
7952 if (!i915_mch_dev) { in i915_gpu_raise()
7956 dev_priv = i915_mch_dev; in i915_gpu_raise()
7980 if (!i915_mch_dev) { in i915_gpu_lower()
7984 dev_priv = i915_mch_dev; in i915_gpu_lower()
8006 if (i915_mch_dev) in i915_gpu_busy()
8007 ret = i915_mch_dev->gt.awake; in i915_gpu_busy()
8026 if (!i915_mch_dev) { in i915_gpu_turbo_disable()
8030 dev_priv = i915_mch_dev; in i915_gpu_turbo_disable()
8069 i915_mch_dev = dev_priv; in intel_gpu_ips_init()
8078 i915_mch_dev = NULL; in intel_gpu_ips_teardown()