[git pull] drm patches for 2.6.16

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Linus,

Can you pull the drm-linus branch from
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git

It contains a bunch of cleanup patches (mutex conversion, static function,
sparse) along with new i945GM chipset support (pciid and some minor
changes) which Intel recently pushed to me, there should be nothing
contentious in here ....

Dave.

 ati_pcigart.c |   17 +++++-------
 drmP.h        |    5 ++-
 drm_auth.c    |   20 +++++++-------
 drm_bufs.c    |   80 +++++++++++++++++++++++++++++-----------------------------
 drm_context.c |   52 ++++++++++++++++++-------------------
 drm_drv.c     |    4 +-
 drm_fops.c    |   12 ++++----
 drm_ioctl.c   |   18 ++++++-------
 drm_irq.c     |   16 +++++------
 drm_pciids.h  |    2 +
 drm_proc.c    |   28 ++++++++++----------
 drm_stub.c    |    4 +-
 drm_vm.c      |   12 ++++----
 i810_dma.c    |    2 -
 i810_drv.h    |    2 -
 i830_dma.c    |    2 -
 i830_drv.h    |    3 --
 i915_dma.c    |   42 +++++++++++++++++++++---------
 i915_drm.h    |   33 +++++++++++++++++++++++
 i915_drv.h    |    6 ++--
 i915_mem.c    |   31 ++++++++++++++++++++++
 radeon_cp.c   |    2 -
 savage_bci.c  |    4 ++
 savage_drv.h  |    1
 via_dma.c     |   10 +++----
 via_dmablit.c |    6 ++--
 via_drv.h     |    7 -----
 via_irq.c     |    2 -
 28 files changed, 248 insertions(+), 175 deletions(-)


commit 30e2fb188194908e48d3f27a53ccea6740eb1e98
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Thu Feb 2 19:37:46 2006 +1100

    sem2mutex: drivers/char/drm/

    From: Arjan van de Ven <[email protected]>

    Semaphore to mutex conversion.

    The conversion was generated via scripts, and the result was validated
    automatically via a script as well.

    Signed-off-by: Arjan van de Ven <[email protected]>
    Signed-off-by: Ingo Molnar <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit ce60fe02fbe737cbce09e2ba5a2ef1efd20eff73
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Thu Feb 2 19:21:38 2006 +1100

    drm: drivers/char/drm/: make some functions static

    From: Adrian Bunk <[email protected]>

    This patch makes some needlessly global functions static.

    Signed-off-by: Adrian Bunk <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit 339363c4c6fe01043c51e7d6e9fbeb8feee00841
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Thu Jan 26 08:32:14 2006 +1100

    drm: Fixes sparse warnings in via_dmablit.c

    Fixes the following sparse warnings:

     drivers/char/drm/via_dmablit.c:111:35: warning: Using plain integer as NULL pointer
     drivers/char/drm/via_dmablit.c:584:23: warning: Using plain integer as NULL pointer

    Signed-off-by: Luiz Capitulino <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit de227f5f32775d86e5c780a7cffdd2e08574f7fb
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 15:31:43 2006 +1100

    drm: i915 patches from Tungsten Graphics

    Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation
    (Tungsten Graphics)

    From: Alan Hourihane <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit 507d256bae9eef7acd5049af6e3f67c24904a1e4
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 14:58:58 2006 +1100

    drm: ati_pcigart: simplify page_count manipulations

    From: Nick Piggin <[email protected]>

    Allocate a compound page for the user mapping instead of tweaking the page
    refcounts.

    Signed-off-by: Nick Piggin <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit f1e5c03d34c39394781ae13543cd3355976e4812
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 14:54:15 2006 +1100

    drm: use NULL instead of 0
    From: Randy Dunlap <[email protected]>

    Use NULL instead of 0 (sparse warnings):

    drivers/char/drm/ati_pcigart.c:64:10: warning: Using plain integer as NULL
    pointer
    drivers/char/drm/ati_pcigart.c:130:21: warning: Using plain integer as NULL
    pointer
    drivers/char/drm/ati_pcigart.c:171:14: warning: Using plain integer as NULL
    pointer

    Signed-off-by: Randy Dunlap <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit 2fed3bd7436e8988980989493c16b4983be1a800
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 14:52:43 2006 +1100

    drm: add X600 PCI IDs

    From: Brice Goglin <[email protected]>

    Now that Xorg 6.9/7.0 has been released, DRI is supported on more Radeon
    cards without ATI proprietary drivers.  I got my X300 to work without
    problem.  But, another Radeon X600 required to add its PCI ids to the
    Radeon driver.  Patch is attached.

    I can't be sure about the "CHIP_RV350", I copied it from the X300 entry
    (from http://dri.freedesktop.org/wiki/ATIRadeon, X600 is a rv380 chip while
    X300 is a rv370).  But, at least it works now.

    Signed-off-by: Brice Goglin <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit 5457f38e01ae2d296ff49db42254679018f13fa9
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 14:34:33 2006 +1100

    drm: add i945GM PCI ID

    From: Charles F. Johnson <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

commit d59cc22f7ce48bf5454f12eec8603bff81c34cdb
Author: Dave Airlie <airlied@starflyer.(none)>
Date:   Wed Jan 25 14:31:45 2006 +1100

    drm: Fix sparce warning in radeon driver

    From: Luiz Fernando Capitulino <[email protected]>

    drivers/char/drm/radeon_cp.c:1643:31: warning: Using plain integer as NULL
    pointer

    Signed-off-by: Luiz Capitulino <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux