Re: [Intel-gfx] [PATCH] drm/i915: Add support for mobile Haswell SDVs.

2012-07-23 Thread Robert Hooker
it seems this is wrong and desktop haswell SDPs are 8086:0c02, low end mobile (?) is 8086:0c16 (which is currently in there marked as a desktop version) and 8086:0c26 is high end mobile parts. can anyone confirm that? I've only seen 8086:0c02 and 8086:0c26 versions and was just assuming 8086:0c16 w

[Intel-gfx] [PATCH] drm/i915: Add support for mobile Haswell SDVs.

2012-07-23 Thread Robert Hooker
From: Robert Hooker Mobile variants have a different pci id. Add it, and mark the previous pci id as a desktop variant. Signed-off-by: Robert Hooker --- drivers/char/agp/intel-agp.h|3 ++- drivers/char/agp/intel-gtt.c|4 +++- drivers/gpu/drm/i915/i915_drv.c |1 + 3 files ch