summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-10-06 20:58:45 +0000
committeradrian <adrian@FreeBSD.org>2015-10-06 20:58:45 +0000
commit09dbfded814e88147d930652dcb1a1e08ef00a39 (patch)
tree69786ed90ff8146b1757913b35a66008b4f5679a /sys/dev/drm2
parent4b2b2cb1c966e76885839ea06fb86a82bae0ad45 (diff)
downloadFreeBSD-src-09dbfded814e88147d930652dcb1a1e08ef00a39.zip
FreeBSD-src-09dbfded814e88147d930652dcb1a1e08ef00a39.tar.gz
Remove gen3 check introduced in r286653.
kib spotted this and noticed it's not correct. Submitted by: kib Reviewed by: dumbbell
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/i915/i915_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm2/i915/i915_drv.c b/sys/dev/drm2/i915/i915_drv.c
index e9cf3a4..3109827 100644
--- a/sys/dev/drm2/i915/i915_drv.c
+++ b/sys/dev/drm2/i915/i915_drv.c
@@ -894,7 +894,6 @@ int intel_gpu_reset(struct drm_device *dev)
case 4:
ret = i965_do_reset(dev);
break;
- case 3:
case 2:
ret = i8xx_do_reset(dev);
break;
OpenPOWER on IntegriCloud