Re: [git pull] drm tree

2010-04-01 Thread Rafał Miłecki
W dniu 1 kwietnia 2010 09:32 użytkownik Dave Airlie napisał: > a pull from nouveau + minor drm core fixes, > > Lots of radeon fixes from a...@amd, main thing is turning off the use of > the hw i2c engine by default again, it was causing problems for some > people, we now have a module option. Lots

[git pull] drm tree

2010-04-01 Thread Dave Airlie
a pull from nouveau + minor drm core fixes, Lots of radeon fixes from a...@amd, main thing is turning off the use of the hw i2c engine by default again, it was causing problems for some people, we now have a module option. Lots of misc radeon fixes from Alex also, along with RV7xx HDMI audio e

Re: [origin tree build failure] [PATCH] Re: [git pull] drm tree.

2009-09-22 Thread Ingo Molnar
here's a patch that works for me. Ingo Signed-off-by: Ingo Molnar --- include/linux/vgaarb.h | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index e81c64a..923f904 100644 --- a/include/linux/vgaarb.h ++

Re: [origin tree build failure] [PATCH] Re: [git pull] drm tree.

2009-09-22 Thread Dave Airlie
> > Subject: [PATCH] vgaarb: wrap the client register API so we can disable VGA > > ARB. > > > > This provides an dummy register function so everything builds > > if VGA arb is turned off. > > > > Signed-off-by: Dave Airlie > > --- > > include/linux/vgaarb.h | 11 ++- > > 1 files cha

Re: [origin tree build failure] [PATCH] Re: [git pull] drm tree.

2009-09-22 Thread Ingo Molnar
* Dave Airlie wrote: > >From 8a874578cbf8b07b988e666c15fa0ba767f3c1cb Mon Sep 17 00:00:00 2001 > From: Dave Airlie > Date: Tue, 22 Sep 2009 13:53:00 +1000 > Subject: [PATCH] vgaarb: wrap the client register API so we can disable VGA > ARB. > > This provides an dummy register function so every

Re: [origin tree build failure] [PATCH] Re: [git pull] drm tree.

2009-09-22 Thread Ingo Molnar
* Dave Airlie wrote: > > there's a new build failure: > > > > drivers/built-in.o: In function `drm_irq_uninstall': > > (.text+0xb719e): undefined reference to `vga_client_register' > > drivers/built-in.o: In function `drm_irq_install': > > (.text+0xb7309): undefined reference to `vga_client_reg

Re: [git pull] drm tree.

2009-09-22 Thread Ed Tomlinson
On Monday 21 September 2009 10:17:59 Alex Deucher wrote: > On Mon, Sep 21, 2009 at 7:59 AM, Ed Tomlinson wrote: > > On Monday 21 September 2009 01:12:54 Dave Airlie wrote: > >> > >> Hi Linus, > >> > >> Please pull the 'drm-linus' branch from > >> ssh://master.kernel.org/pub/scm/linux/kernel/git/ai

Re: [origin tree build failure] [PATCH] Re: [git pull] drm tree.

2009-09-21 Thread Dave Airlie
> > there's a new build failure: > > drivers/built-in.o: In function `drm_irq_uninstall': > (.text+0xb719e): undefined reference to `vga_client_register' > drivers/built-in.o: In function `drm_irq_install': > (.text+0xb7309): undefined reference to `vga_client_register' > drivers/built-in.o: In

Re: [git pull] drm tree.

2009-09-21 Thread Alex Deucher
On Mon, Sep 21, 2009 at 7:59 AM, Ed Tomlinson wrote: > On Monday 21 September 2009 01:12:54 Dave Airlie wrote: >> >> Hi Linus, >> >> Please pull the 'drm-linus' branch from >> ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git >> drm-linus >> >> This contains the main chunk of t

Re: [git pull] drm tree.

2009-09-21 Thread Ed Tomlinson
On Monday 21 September 2009 01:12:54 Dave Airlie wrote: > > Hi Linus, > > Please pull the 'drm-linus' branch from > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus > > This contains the main chunk of the drm changes for 2.6.32, I think Eric > has been on holidays

[git pull] drm tree this time only the major issues.

2008-08-24 Thread Dave Airlie
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 This fixes a number of chip lockups under 3D load in the radeon driver, a locking bug reported on lkml (hits a WARN_ON), and a problem where the X server can't b

Re: [git pull] drm tree reorganisation for merge window

2008-07-14 Thread Stephen Rothwell
Hi Dave, On Mon, 14 Jul 2008 22:08:39 +0100 (IST) Dave Airlie <[EMAIL PROTECTED]> wrote: > > > > Please pull the 'drm-reorg' branch from > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > > > drm-reorg > > > > > > This contains a moving around of a lot of the DRM into a

Re: [git pull] drm tree reorganisation for merge window

2008-07-14 Thread Dave Airlie
> > > > Please pull the 'drm-reorg' branch from > > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > > drm-reorg > > > > This contains a moving around of a lot of the DRM into a more Linux like > > tree and makes it a lot nicer going forward for merging new features. > >

Re: [git pull] drm tree reorganisation for merge window

2008-07-14 Thread Stephen Rothwell
Hi Dave, On Mon, 14 Jul 2008 01:49:15 +0100 (IST) Dave Airlie <[EMAIL PROTECTED]> wrote: > > Please pull the 'drm-reorg' branch from > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-reorg > > This contains a moving around of a lot of the DRM into a more Linux like > tre

[git pull] drm tree reorganisation for merge window

2008-07-13 Thread Dave Airlie
Hi Linus, Please pull the 'drm-reorg' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-reorg This contains a moving around of a lot of the DRM into a more Linux like tree and makes it a lot nicer going forward for merging new features. Dave. drivers/Makefi

Re: [git pull] DRM tree for 2.6.23-rc1

2007-07-15 Thread Dave Airlie
On 7/16/07, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > On Mon, 16 Jul 2007, Dave Airlie wrote: > > > > Please pull the 'drm-patches' branch from the drm git tree. > > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > > drm-patches > > This totally breaks for me. > >

Re: [git pull] DRM tree for 2.6.23-rc1

2007-07-15 Thread Linus Torvalds
On Mon, 16 Jul 2007, Dave Airlie wrote: > > Please pull the 'drm-patches' branch from the drm git tree. > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > drm-patches This totally breaks for me. CC drivers/char/drm/drm_ioc32.o drivers/char/drm/drm_i

[git pull] DRM tree for 2.6.23-rc1

2007-07-15 Thread Dave Airlie
Hi Linus, Please pull the 'drm-patches' branch from the drm git tree. ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches It contains a removal of a lot of typedefs from the core drm and their use in drivers. Drivers will have their own typedefs cleaned later. It al

Re: [git pull] drm tree with driver changes for 2.6.22-rc1

2007-05-08 Thread Linus Torvalds
On Tue, 8 May 2007, Dave Airlie wrote: > > Please pull the 'drm-patches' branch from > git://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git > drm-patches That's not a valid URL. "master.kernel.org" doesn't run the git-daemon. Please fix your script. Linus ---

[git pull] drm tree with driver changes for 2.6.22-rc1

2007-05-07 Thread Dave Airlie
Hi Linus, Please pull the 'drm-patches' branch from git://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches This contains updates to the radeon and via drm drivers and cleans up the ati pcigart code in order to add support for the integrated rs480 chipsets. It also pul