[Intel-gfx] drm/i915: split PCI IDs out into i915_drm.h v4
Sedat Dilek
sedat.dilek at gmail.com
Sun Sep 1 16:10:46 CEST 2013
Hi,
this is really cool!
Looking at this from [1]:
[ include/drm/i915_pciids.h ]
...
+#define INTEL_SNB_M_IDS(info) \
+ INTEL_VGA_DEVICE(0x0106, info), \
+ INTEL_VGA_DEVICE(0x0116, info), \ <--- I have this one! "GT2 mobile"?
+ INTEL_VGA_DEVICE(0x0126, info)
+
+#define INTEL_IVB_M_IDS(info) \
+ INTEL_VGA_DEVICE(0x0156, info), /* GT1 mobile */ \
+ INTEL_VGA_DEVICE(0x0166, info) /* GT2 mobile */
I remember to have seen GT2 for my Sandybridge system (Samsung
series-5 ultrabook) in the logs.
Other defines have comments like this.
[ lspci -vmnn ]
Device: 00:02.0
Class: VGA compatible controller [0300]
Vendor: Intel Corporation [8086]
Device: 2nd Generation Core Processor Family Integrated Graphics
Controller [0116]
SVendor: Samsung Electronics Co Ltd [144d]
SDevice: Device [c0c7]
Rev: 09
Was the comments forgotten for "SNB-mobile" GPUs?
Regards,
- Sedat -
[1] http://cgit.freedesktop.org/~danvet/drm-intel/commit/?h=for-linux-next&id=09e60dcc1f6a2f3bbf6b97e957061e97f8cd297c
More information about the Intel-gfx
mailing list