[git pull] drm fixes

Dave Airlie airlied at linux.ie
Sun Jan 16 20:16:47 PST 2011


A bunch of radeon and nouveau fixes. Ben says this should fix any 
corruption people are seeing with plymouth splash screens, and the radeon 
fixes are scattered around, the main one being not enabling PCIE GEN2 mode 
by default, seems like AGP PCIE vendors make crappy chipsets.

Dave.

The following changes since commit e78bf5e6cbe837daa6ab628a5f679548742994d3:

  drivers/nfc/pn544.c: fix min_t warnings (2011-01-16 17:28:21 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Alex Deucher (4):
      drm/radeon/kms: fix typo in evergreen safe reg
      drm/radeon/kms: add module option for pcie gen2
      drm/radeon/kms: remove duplicate card_posted() functions
      drm/radeon/kms: balance asic_reset functions

Ben Skeggs (5):
      drm/nv40: make detection of 0x4097-ful chipsets available everywhere
      drm/nv40: initialise 0x17xx on all chipsets that have it
      drm/nvc0: enable protection of system-use-only structures in vm
      drm/nouveau: greatly simplify mm, killing some bugs in the process
      drm/nouveau: fix gpu page faults triggered by plymouthd

Dave Airlie (1):
      Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes

 drivers/gpu/drm/nouveau/nouveau_drv.h     |   15 +++
 drivers/gpu/drm/nouveau/nouveau_fbcon.c   |    4 +-
 drivers/gpu/drm/nouveau/nouveau_mem.c     |   26 ++---
 drivers/gpu/drm/nouveau/nouveau_mm.c      |  182 +++++++----------------------
 drivers/gpu/drm/nouveau/nouveau_mm.h      |    4 +-
 drivers/gpu/drm/nouveau/nv40_graph.c      |    3 +-
 drivers/gpu/drm/nouveau/nv40_grctx.c      |   21 +---
 drivers/gpu/drm/nouveau/nv40_mc.c         |   14 +--
 drivers/gpu/drm/nouveau/nv50_instmem.c    |    7 +-
 drivers/gpu/drm/nouveau/nvc0_graph.c      |    3 +-
 drivers/gpu/drm/nouveau/nvc0_vm.c         |    4 +-
 drivers/gpu/drm/radeon/evergreen.c        |   30 +----
 drivers/gpu/drm/radeon/r100.c             |   11 +-
 drivers/gpu/drm/radeon/r300.c             |   11 +-
 drivers/gpu/drm/radeon/r600.c             |   23 +---
 drivers/gpu/drm/radeon/radeon.h           |    1 +
 drivers/gpu/drm/radeon/radeon_drv.c       |    4 +
 drivers/gpu/drm/radeon/reg_srcs/evergreen |    2 +-
 drivers/gpu/drm/radeon/rs600.c            |   16 ++--
 drivers/gpu/drm/radeon/rv770.c            |    5 +-
 20 files changed, 124 insertions(+), 262 deletions(-)


More information about the dri-devel mailing list