Explorar o código

Merge branch 'drm-intel-fixes' into drm-intel-next

Keith Packard %!s(int64=14) %!d(string=hai) anos
pai
achega
6fe5a7e3ca
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/gpu/drm/i915/i915_drv.c

+ 1 - 0
drivers/gpu/drm/i915/i915_drv.c

@@ -580,6 +580,7 @@ int i915_reset(struct drm_device *dev, u8 flags)
 	if (get_seconds() - dev_priv->last_gpu_reset < 5) {
 		DRM_ERROR("GPU hanging too fast, declaring wedged!\n");
 	} else switch (INTEL_INFO(dev)->gen) {
+	case 7:
 	case 6:
 		ret = gen6_do_reset(dev, flags);
 		/* If reset with a user forcewake, try to restore */