[PATCH 0/3] x86: Intel gen2 graphics stolen memory quirks

2014-02-05 Thread ville . syrjala
From: Ville Syrjälä 

Ingo asked me to post the x86 bits as a standalone series. So here it is.

So the series adds the Intel gen2 graphics stolen memory reservation quirks
to arch/x86. These are not unlike the quirks we have for later gens, except
it's a bit more work to dig out the correct range to reserve on gen2.

This has been tested on 830, 845 and 855 chipsets. 865 still eludes me
unfortunately.

Ville Syrjälä (3):
  x86: Add vfunc for Intel graphics stolen memory base address
  x86: Add Intel graphics stolen memory quirk for gen2 platforms
  x86: Print the Intel graphcis stolen memory range

 arch/x86/kernel/early-quirks.c | 211 +++--
 include/drm/i915_drm.h |  20 
 2 files changed, 202 insertions(+), 29 deletions(-)

-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/3] x86: Intel gen2 graphics stolen memory quirks

2014-02-05 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com

Ingo asked me to post the x86 bits as a standalone series. So here it is.

So the series adds the Intel gen2 graphics stolen memory reservation quirks
to arch/x86. These are not unlike the quirks we have for later gens, except
it's a bit more work to dig out the correct range to reserve on gen2.

This has been tested on 830, 845 and 855 chipsets. 865 still eludes me
unfortunately.

Ville Syrjälä (3):
  x86: Add vfunc for Intel graphics stolen memory base address
  x86: Add Intel graphics stolen memory quirk for gen2 platforms
  x86: Print the Intel graphcis stolen memory range

 arch/x86/kernel/early-quirks.c | 211 +++--
 include/drm/i915_drm.h |  20 
 2 files changed, 202 insertions(+), 29 deletions(-)

-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/