login
Header Space

 
 

[git pull] drm patches for 2.6.26-rc1

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>
Date: Saturday, April 26, 2008 - 4:25 am

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

Nothing major in this, the TTM and modesetting stuff is still on hold, so 
this is just other things that were in the queue, some bug fixes and code 
re-org.

Dave.

 drivers/char/drm/ati_pcigart.c    |    7 -
 drivers/char/drm/drm.h            |   17 +
 drivers/char/drm/drmP.h           |  133 ++++++---
 drivers/char/drm/drm_agpsupport.c |    2 +-
 drivers/char/drm/drm_drv.c        |   60 ++--
 drivers/char/drm/drm_fops.c       |   41 ++--
 drivers/char/drm/drm_irq.c        |  381 ++++++++++++++++++++----
 drivers/char/drm/drm_proc.c       |   61 +++--
 drivers/char/drm/drm_stub.c       |  138 ++++++---
 drivers/char/drm/drm_sysfs.c      |   46 ++--
 drivers/char/drm/drm_vm.c         |   22 +-
 drivers/char/drm/i810_dma.c       |    4 +-
 drivers/char/drm/i830_dma.c       |    4 +-
 drivers/char/drm/i915_dma.c       |  160 ++++++++---
 drivers/char/drm/i915_drm.h       |   45 +++-
 drivers/char/drm/i915_drv.c       |    8 +-
 drivers/char/drm/i915_drv.h       |  103 ++++++-
 drivers/char/drm/i915_irq.c       |  605 ++++++++++++++++++++++++++++---------
 drivers/char/drm/mga_drv.c        |    7 +-
 drivers/char/drm/mga_drv.h        |    6 +-
 drivers/char/drm/mga_irq.c        |   69 +++--
 drivers/char/drm/r128_drv.c       |    7 +-
 drivers/char/drm/r128_drv.h       |    9 +-
 drivers/char/drm/r128_irq.c       |   55 +++--
 drivers/char/drm/radeon_drv.c     |    8 +-
 drivers/char/drm/radeon_drv.h     |   19 +-
 drivers/char/drm/radeon_irq.c     |  171 +++++------
 drivers/char/drm/via_drv.c        |    6 +-
 drivers/char/drm/via_drv.h        |    7 +-
 drivers/char/drm/via_irq.c        |   81 +++--
 30 files changed, 1621 insertions(+), 661 deletions(-)

commit b74e2082f8e7b8f37af3fc39e8ee0dd0d218c589
Author: Dave Airlie <airlied@linux.ie>
Date:   Sat Apr 26 18:21:28 2008 +1000

    drm: _end is shadowing real _end, just rename it.
    
    Signed-off-by: Dave Airlie <airlied@linux.ie>

commit ac741ab71bb39e6977694ac0cc26678d8673cda4
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Tue Apr 22 16:03:07 2008 +1000

    drm/vbl rework: rework how the drm deals with vblank.
    
    Other Authors: Michel D
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] drm patches for 2.6.26-rc1, Dave Airlie, (Sat Apr 26, 4:25 am)
speck-geostationary