summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2013-05-08 17:45:15 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-05-10 19:56:37 (GMT)
commit590e4df8c82e6c2707ae12ba6672ab6fb9cd4b89 (patch)
tree2e76dc2469bab3a065e5768b6d6d46047162ddb6 /drivers/gpu/drm/i915/i915_drv.c
parent3727d55e4d85836aa6cb759a965daaef88074150 (diff)
downloadlinux-fsl-qoriq-590e4df8c82e6c2707ae12ba6672ab6fb9cd4b89.tar.xz
drm/i915: VLV support is no longer preliminary
Works pretty well actually. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.c')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 707a56e..3cb27fa 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -966,12 +966,6 @@ static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
struct intel_device_info *intel_info =
(struct intel_device_info *) ent->driver_data;
- if (intel_info->is_valleyview)
- if(!i915_preliminary_hw_support) {
- DRM_ERROR("Preliminary hardware support disabled\n");
- return -ENODEV;
- }
-
/* Only bind to function 0 of the device. Early generations
* used function 1 as a placeholder for multi-head. This causes
* us confusion instead, especially on the systems where both