Hi Linus, Can you pull the drm-fixes branch from rsync://rsync.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
It's got some fixes and minor cleanups ... Andrew I'm bypassing -mm as these are needed in mainline... drivers/char/drm/drm_bufs.c | 66 ++++++++++++++++++++--------------------- drivers/char/drm/drm_context.c | 2 - drivers/char/drm/drm_sysfs.c | 1 drivers/char/drm/mga_dma.c | 14 ++++++-- 4 files changed, 46 insertions(+), 37 deletions(-) commit 908f9c485042e516bb3749f4361129a94772fe26 Author: Dave Airlie <[EMAIL PROTECTED](none)> Date: Mon Sep 5 21:51:30 2005 +1000 drm: fix MGA on non AGP systems Al Viro noticed that MGA wouldn't build on non AGP systems. Signed-off-by: Dave Airlie <[EMAIL PROTECTED]> commit f210973bb6d17aa220c797e8ea23d127d96859b7 Author: Dave Airlie <[EMAIL PROTECTED](none)> Date: Mon Sep 5 21:33:44 2005 +1000 drm: small cleanups This patch contains the following small cleanups: - make two needlessly global functions static - drm_sysfs.c: every file should #include the header with the prototypes of the global functions it is offering Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Dave Airlie <[EMAIL PROTECTED]> commit 89625eb186b9b0b9454d44126f8b1bcc72ad93b7 Author: Dave Airlie <[EMAIL PROTECTED](none)> Date: Mon Sep 5 21:23:23 2005 +1000 drm: fix issue with handle lookup for a 0 handle On 32-bit PPC a 0 handle is valid for AGP space, the 32/64 lookup doesn't handle 0 correctly. From: Ben Herrenschmidt <[EMAIL PROTECTED]> and Paul Mackerras <[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/