* [Bug 63701] New: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e]
@ 2013-04-19 1:44 bugzilla-daemon
2013-04-19 2:38 ` [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3) bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-19 1:44 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 780 bytes --]
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!!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2092 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3)
2013-04-19 1:44 [Bug 63701] New: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] bugzilla-daemon
@ 2013-04-19 2:38 ` bugzilla-daemon
2013-04-19 6:56 ` bugzilla-daemon
2013-04-19 22:39 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-19 2:38 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 713 bytes --]
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)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2116 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3)
2013-04-19 1:44 [Bug 63701] New: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] bugzilla-daemon
2013-04-19 2:38 ` [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3) bugzilla-daemon
@ 2013-04-19 6:56 ` bugzilla-daemon
2013-04-19 22:39 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-19 6:56 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1696 bytes --]
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.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2668 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3)
2013-04-19 1:44 [Bug 63701] New: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] bugzilla-daemon
2013-04-19 2:38 ` [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3) bugzilla-daemon
2013-04-19 6:56 ` bugzilla-daemon
@ 2013-04-19 22:39 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-19 22:39 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 633 bytes --]
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
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1587 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-19 22:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 1:44 [Bug 63701] New: [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] bugzilla-daemon
2013-04-19 2:38 ` [Bug 63701] [HSW] intel VGA driver i915 doesn't support new haswell graphics [8086:0a2e] Core i5-4258U(5100, GT3) bugzilla-daemon
2013-04-19 6:56 ` bugzilla-daemon
2013-04-19 22:39 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.