[Intel-gfx] [PATCH 0/9] kernel patch set for new chipset support

Zhenyu Wang zhenyuw at linux.intel.com
Fri Jun 5 09:38:35 CEST 2009


This kernel patch set trys to add support for Intel's new chipset,
and target to be included into .31 kernel.

Current work is mostly in mode setting part of the driver, as you
can see from the patches. And the patch set also includes some 
temporary workarounds, like disable tiling, disable opregion .etc,
which have problems for new chipset, and need future work to sort
them out.

These're initial patches, so more testing will still be worked on
and also regression testing on current chipsets. Comments are wanted
for including this support into upstream kernel.

Patch set is based on Eric's drm-intel-next. I'll send xf86-video-intel
patches for new chipset in another mail thread.

Here's what whole changes look like:

---
 drivers/char/agp/intel-agp.c           |   16 
 drivers/gpu/drm/i915/i915_dma.c        |   11 
 drivers/gpu/drm/i915/i915_drv.h        |   23 -
 drivers/gpu/drm/i915/i915_gem.c        |    5 
 drivers/gpu/drm/i915/i915_gem_tiling.c |    7 
 drivers/gpu/drm/i915/i915_irq.c        |  232 +++++++++++-
 drivers/gpu/drm/i915/i915_reg.h        |  447 +++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_crt.c       |   76 +++-
 drivers/gpu/drm/i915/intel_display.c   |  627 +++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_hdmi.c      |   33 +
 drivers/gpu/drm/i915/intel_lvds.c      |  127 +++++-
 include/drm/drm_pciids.h               |    2 
 12 files changed, 1521 insertions(+), 85 deletions(-)

Thanks.



More information about the Intel-gfx mailing list