[git pull] drm + gpu fixes

Previous thread: [GIT PULL] x86 fixes for 2.6.34-rc7 by H. Peter Anvin on Tuesday, May 4, 2010 - 7:02 pm. (1 message)

Next thread: linux-next: Tree for May 5 by Stephen Rothwell on Tuesday, May 4, 2010 - 7:34 pm. (6 messages)
From: Dave Airlie
Date: Tuesday, May 4, 2010 - 7:04 pm

Some misc gpu/drm core fixes for off-by-one and exit paths,
2 radeon modesetting fix + one command strem parser fix + one fix for an 
oops for an odd combo of config flags.

The following changes since commit 88b045077a1462a47503137fd4ca0c31772819ca:
  David Miller (1):
        drm/radeon: Fix sparc regression in r300_scratch()

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus

Alex Deucher (2):
      drm/radeon/kms: fix panel scaling adjusted mode setup
      drm/radeon/kms/legacy: only enable load detection property on DVI-I

Dan Carpenter (4):
      drivers/gpu/drm/via/via_video.c: fix off by one issue
      drivers/gpu/drm/drm_memory.c: fix check for end of loop
      drivers/gpu/drm/radeon/radeon_atombios.c: range check issues
      drivers/gpu/drm/drm_sysfs.c: sysfs files error handling

Jiri Slaby (1):
      gpu: vga_switcheroo, fix lock imbalance

Marek Olšák (1):
      drm/radeon/kms: r300 fix CS checker to allow zbuffer-only fastfill

Robert Fitzsimons (1):
      drm/radeon/kms/agp The wrong AGP chipset can cause a NULL pointer dereference

 drivers/gpu/drm/drm_memory.c                    |    2 +-
 drivers/gpu/drm/drm_sysfs.c                     |   21 +++++---
 drivers/gpu/drm/radeon/atombios.h               |    2 +-
 drivers/gpu/drm/radeon/r100.c                   |    2 +-
 drivers/gpu/drm/radeon/r100_track.h             |    2 +-
 drivers/gpu/drm/radeon/r300.c                   |    2 +-
 drivers/gpu/drm/radeon/radeon_agp.c             |   10 ++--
 drivers/gpu/drm/radeon/radeon_atombios.c        |    4 +-
 drivers/gpu/drm/radeon/radeon_connectors.c      |    2 +
 drivers/gpu/drm/radeon/radeon_encoders.c        |   61 ++++++++++++++++++-----
 drivers/gpu/drm/radeon/radeon_legacy_encoders.c |   12 +----
 drivers/gpu/drm/radeon/radeon_mode.h            |    2 +
 drivers/gpu/drm/via/via_video.c                 |    2 +-
 drivers/gpu/vga/vga_switcheroo.c                |    6 ++-
 ...
Previous thread: [GIT PULL] x86 fixes for 2.6.34-rc7 by H. Peter Anvin on Tuesday, May 4, 2010 - 7:02 pm. (1 message)

Next thread: linux-next: Tree for May 5 by Stephen Rothwell on Tuesday, May 4, 2010 - 7:34 pm. (6 messages)