https://bugs.freedesktop.org/show_bug.cgi?id=63701
Priority: medium Bug ID: 63701 Assignee: dri-devel@lists.freedesktop.org Summary: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Severity: critical Classification: Unclassified OS: Linux (All) Reporter: evawang@linpus.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: General Product: DRI
It can't enter to OS with latest kernel 3.9.0-rc7 on intel new haswell graphics [8086:0a2e] Where can we get the driver for this graphics card? Thanks!!
https://bugs.freedesktop.org/show_bug.cgi?id=63701
EvaWang evawang@linpus.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[HSW] intel VGA driver i915 |[HSW] intel VGA driver i915 |doesn't support new haswell |doesn't support new haswell |graphics [8086:0a2e] |graphics [8086:0a2e] Core | |i5-4258U(5100, GT3)
--- Comment #1 from EvaWang evawang@linpus.com --- Hardware is Core i5-4258U(5100, GT3)
https://bugs.freedesktop.org/show_bug.cgi?id=63701
--- Comment #2 from Ben Widawsky ben@bwidawsk.net --- That PCI ID is new to me, and I cannot find details about the actual part so I am hesitant to write a real patch. Paulo have you seen that one?
Since very limited people have access to HSW hardware at this point, you should be working through Intel or whatever vendor provided the HW to you for the proper fix. Also, as far as I can tell, the Haswell model you specify doesn't exist in any official Intel documentation. For that reason, I would again recommend you through whichever vendor provided the hardware to you (and close this bug)
With all that disclaimer above... If you'd like to fix it yourself, patches are welcome. In drivers/gpu/drm/i915/i915_drv.c, copy one and modify with your PCI ID.
INTEL_VGA_DEVICE(0x0D02, &intel_haswell_d_info), /* CRW GT1 desktop */ INTEL_VGA_DEVICE(0x0D12, &intel_haswell_d_info), /* CRW GT2 desktop */ INTEL_VGA_DEVICE(0x0D22, &intel_haswell_d_info), /* CRW GT2 desktop */ INTEL_VGA_DEVICE(0x0D0A, &intel_haswell_d_info), /* CRW GT1 server */ INTEL_VGA_DEVICE(0x0D1A, &intel_haswell_d_info), /* CRW GT2 server */ INTEL_VGA_DEVICE(0x0D2A, &intel_haswell_d_info), /* CRW GT2 server */ INTEL_VGA_DEVICE(0x0D06, &intel_haswell_m_info), /* CRW GT1 mobile */ INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT2 mobile */ INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT2 mobile */
Keep in mind, just about every graphics component which needs PCI ids will have the same problem.
https://bugs.freedesktop.org/show_bug.cgi?id=63701
Ben Widawsky ben@bwidawsk.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |intel-gfx-bugs@lists.freede |.org |sktop.org QA Contact| |intel-gfx-bugs@lists.freede | |sktop.org Component|General |DRM/Intel
dri-devel@lists.freedesktop.org