[Intel-gfx] [PATCH] drm/i915: promote Haswell to full support

Paulo Zanoni przanoni at gmail.com
Tue Nov 20 16:32:30 CET 2012


From: Paulo Zanoni <paulo.r.zanoni at intel.com>

Since it should be working a little bit better now.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
---
 drivers/gpu/drm/i915/i915_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This patch applies to -nightly, because on dinq we still don't have the
preliminary_hw_support option. The idea is to add the patch to dinq as soon as
we merge -fixes on it.

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index a3d754d..ad301cd 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -890,7 +890,7 @@ 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_haswell || intel_info->is_valleyview)
+	if (intel_info->is_valleyview)
 		if(!i915_preliminary_hw_support) {
 			DRM_ERROR("Preliminary hardware support disabled\n");
 			return -ENODEV;
-- 
1.7.11.7




More information about the Intel-gfx mailing list