[git pull] drm patches for 2.6.25

Previous thread: [git pull] CPU isolation extensions by Max Krasnyansky on Wednesday, February 6, 2008 - 10:32 pm. (14 messages)

Next thread: [PATCH 00/16] dlm patches for 2.6.25 (batch 2) by David Teigland on Wednesday, February 6, 2008 - 11:09 pm. (1 message)
From: Dave Airlie
Date: Wednesday, February 6, 2008 - 10:37 pm

Hi Linus,

Please pull the 'drm-patches' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches

Sorry this is so late, after much talking at LCA we decided to pull TTM 
from this round and I had to re-order a lot of things, so highlights of 
this bunch are

intel driver suspend/resume support - can bring back text mode now.
basic radeon r500 CP support
sysfs cleanups.
fix pci_set_master not being called breaking some radeons.

Dave.

 drivers/char/drm/Kconfig          |    9 +-
 drivers/char/drm/Makefile         |    2 -
 drivers/char/drm/README.drm       |    1 -
 drivers/char/drm/ati_pcigart.c    |    6 +-
 drivers/char/drm/drm.h            |    3 +-
 drivers/char/drm/drmP.h           |   68 ++--
 drivers/char/drm/drm_agpsupport.c |    3 +-
 drivers/char/drm/drm_bufs.c       |   23 +-
 drivers/char/drm/drm_context.c    |    2 +-
 drivers/char/drm/drm_drv.c        |   39 +-
 drivers/char/drm/drm_hashtab.c    |    5 +-
 drivers/char/drm/drm_hashtab.h    |    1 -
 drivers/char/drm/drm_ioc32.c      |    6 +-
 drivers/char/drm/drm_ioctl.c      |   25 +-
 drivers/char/drm/drm_irq.c        |    4 +-
 drivers/char/drm/drm_memory.c     |    1 -
 drivers/char/drm/drm_mm.c         |    1 -
 drivers/char/drm/drm_os_linux.h   |    4 +-
 drivers/char/drm/drm_pciids.h     |   97 +++++-
 drivers/char/drm/drm_proc.c       |    4 +-
 drivers/char/drm/drm_sarea.h      |    2 +-
 drivers/char/drm/drm_scatter.c    |   10 +-
 drivers/char/drm/drm_stub.c       |   18 +-
 drivers/char/drm/drm_sysfs.c      |  146 +++++---
 drivers/char/drm/drm_vm.c         |    4 +-
 drivers/char/drm/i810_dma.c       |   24 +-
 drivers/char/drm/i810_drv.h       |   52 ++--
 drivers/char/drm/i830_dma.c       |    2 +-
 drivers/char/drm/i830_drm.h       |    8 +-
 drivers/char/drm/i830_drv.h       |   51 ++--
 drivers/char/drm/i830_irq.c       |    2 +-
 drivers/char/drm/i915_dma.c       |  124 +++---
 drivers/char/drm/i915_drv.c       |  464 ...
From: Jesse Barnes
Date: Wednesday, February 6, 2008 - 11:21 pm

Just FYI, given some of the weirdness we've seen in 8xx chipsets in the 2D 
driver, this new suspend/resume code may still need a few tweaks.  Please 
test it out and report any bugs you find asap (preferably w/o X running as 
that makes things easier to debug).

Also, if you find that your outputs don't come back, I've got an experimental 
patch at https://bugs.freedesktop.org/show_bug.cgi?id=14249 that may work for 
you (this one in particular is the one I'm worried may break 855).

Thanks,
Jesse
--

From: Linus Torvalds
Date: Thursday, February 7, 2008 - 10:38 am

Very happy to. I can confirm that this does indeed finally make 
suspend/resume work on my laptop, screen and all.

			Linus
--

Previous thread: [git pull] CPU isolation extensions by Max Krasnyansky on Wednesday, February 6, 2008 - 10:32 pm. (14 messages)

Next thread: [PATCH 00/16] dlm patches for 2.6.25 (batch 2) by David Teigland on Wednesday, February 6, 2008 - 11:09 pm. (1 message)