TTM and AGP conflicts

2012-01-09 Thread Konrad Rzeszutek Wilk
On Mon, Jan 09, 2012 at 10:07:02AM +0100, Thomas Hellstrom wrote: > On 01/06/2012 04:51 PM, James Simmons wrote: > You can achieve what you want by either adding a new domain so you would > have > system, vram, agp, pcidma and object can be bound to one and only one. Or > you > >>

TTM and AGP conflicts

2012-01-09 Thread Jerome Glisse
On Mon, Jan 09, 2012 at 10:07:02AM +0100, Thomas Hellstrom wrote: > On 01/06/2012 04:51 PM, James Simmons wrote: > You can achieve what you want by either adding a new domain so you would > have > system, vram, agp, pcidma and object can be bound to one and only one. Or > you > >>

TTM and AGP conflicts

2012-01-09 Thread Thomas Hellstrom
On 01/06/2012 04:51 PM, James Simmons wrote: > You can achieve what you want by either adding a new domain so you would have system, vram, agp, pcidma and object can be bound to one and only one. Or you can hack your own agp ttm backend that could bind bo to agp or pc

Re: TTM and AGP conflicts

2012-01-09 Thread Konrad Rzeszutek Wilk
On Mon, Jan 09, 2012 at 10:07:02AM +0100, Thomas Hellstrom wrote: > On 01/06/2012 04:51 PM, James Simmons wrote: > You can achieve what you want by either adding a new domain so you would > have > system, vram, agp, pcidma and object can be bound to one and only one. Or > you > >>

Re: TTM and AGP conflicts

2012-01-09 Thread Jerome Glisse
On Mon, Jan 09, 2012 at 10:07:02AM +0100, Thomas Hellstrom wrote: > On 01/06/2012 04:51 PM, James Simmons wrote: > You can achieve what you want by either adding a new domain so you would > have > system, vram, agp, pcidma and object can be bound to one and only one. Or > you > >>

Re: TTM and AGP conflicts

2012-01-09 Thread Thomas Hellstrom
On 01/06/2012 04:51 PM, James Simmons wrote: You can achieve what you want by either adding a new domain so you would have system, vram, agp, pcidma and object can be bound to one and only one. Or you can hack your own agp ttm backend that could bind bo to agp or pci or both at the same time

TTM and AGP conflicts

2012-01-06 Thread James Simmons
> >> You can achieve what you want by either adding a new domain so you would > >> have > >> system, vram, agp, pcidma and object can be bound to one and only one. Or > >> you > >> can hack your own agp ttm backend that could bind bo to agp or pci or > >> both at the same time depending on what

Re: TTM and AGP conflicts

2012-01-06 Thread James Simmons
> >> You can achieve what you want by either adding a new domain so you would > >> have > >> system, vram, agp, pcidma and object can be bound to one and only one. Or > >> you > >> can hack your own agp ttm backend that could bind bo to agp or pci or > >> both at the same time depending on what

TTM and AGP conflicts

2012-01-05 Thread Konrad Rzeszutek Wilk
On Tue, Jan 03, 2012 at 05:59:33PM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 03, 2012 at 05:43:40PM -0500, Jerome Glisse wrote: > > On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > > > > > Hi! > > > > > > > > > > ? ? ? ?I updated the openchrome tree and while testing

Re: TTM and AGP conflicts

2012-01-05 Thread Konrad Rzeszutek Wilk
On Tue, Jan 03, 2012 at 05:59:33PM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 03, 2012 at 05:43:40PM -0500, Jerome Glisse wrote: > > On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > > > > > Hi! > > > > > > > > > >        I updated the openchrome tree and while testing

TTM and AGP conflicts

2012-01-04 Thread James Simmons
> >> Attached is patch to fix this, so sorry about that, i must have lost my > >> agp change along the way when working on the patchset. This patch is not > >> extensively tested, i will do more testing tomorrow on more gpu, might > >> even found an nvidia agp i can try. Again sorry for breaking t

TTM and AGP conflicts

2012-01-04 Thread James Simmons
> Attached is patch to fix this, so sorry about that, i must have lost my > agp change along the way when working on the patchset. This patch is not > extensively tested, i will do more testing tomorrow on more gpu, might > even found an nvidia agp i can try. Again sorry for breaking this. Thanks

TTM and AGP conflicts

2012-01-04 Thread Jerome Glisse
On Wed, Jan 4, 2012 at 11:04 AM, James Simmons wrote: > >> >> Attached is patch to fix this, so sorry about that, i must have lost my >> >> agp change along the way when working on the patchset. This patch is not >> >> extensively tested, i will do more testing tomorrow on more gpu, might >> >> e

TTM and AGP conflicts

2012-01-04 Thread Jerome Glisse
On Wed, Jan 4, 2012 at 10:36 AM, James Simmons wrote: > >> Attached is patch to fix this, so sorry about that, i must have lost my >> agp change along the way when working on the patchset. This patch is not >> extensively tested, i will do more testing tomorrow on more gpu, might >> even found an

Re: TTM and AGP conflicts

2012-01-04 Thread Jerome Glisse
On Wed, Jan 4, 2012 at 11:04 AM, James Simmons wrote: > >> >> Attached is patch to fix this, so sorry about that, i must have lost my >> >> agp change along the way when working on the patchset. This patch is not >> >> extensively tested, i will do more testing tomorrow on more gpu, might >> >> ev

Re: TTM and AGP conflicts

2012-01-04 Thread James Simmons
> >> Attached is patch to fix this, so sorry about that, i must have lost my > >> agp change along the way when working on the patchset. This patch is not > >> extensively tested, i will do more testing tomorrow on more gpu, might > >> even found an nvidia agp i can try. Again sorry for breaking t

Re: TTM and AGP conflicts

2012-01-04 Thread Jerome Glisse
On Wed, Jan 4, 2012 at 10:36 AM, James Simmons wrote: > >> Attached is patch to fix this, so sorry about that, i must have lost my >> agp change along the way when working on the patchset. This patch is not >> extensively tested, i will do more testing tomorrow on more gpu, might >> even found an

Re: TTM and AGP conflicts

2012-01-04 Thread James Simmons
> Attached is patch to fix this, so sorry about that, i must have lost my > agp change along the way when working on the patchset. This patch is not > extensively tested, i will do more testing tomorrow on more gpu, might > even found an nvidia agp i can try. Again sorry for breaking this. Thanks

TTM and AGP conflicts

2012-01-03 Thread Konrad Rzeszutek Wilk
On Tue, Jan 03, 2012 at 05:43:40PM -0500, Jerome Glisse wrote: > On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > > > Hi! > > > > > > > > ? ? ? ?I updated the openchrome tree and while testing on the AGP system > > > > discovered some interesting problems with the new TTM cha

TTM and AGP conflicts

2012-01-03 Thread Jerome Glisse
On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > Hi! > > > > > > ? ? ? ?I updated the openchrome tree and while testing on the AGP system > > > discovered some interesting problems with the new TTM changes. The > > > problems center around the ttm_tt_[un]populate which I mode

Re: TTM and AGP conflicts

2012-01-03 Thread Konrad Rzeszutek Wilk
On Tue, Jan 03, 2012 at 05:43:40PM -0500, Jerome Glisse wrote: > On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > > > Hi! > > > > > > > >        I updated the openchrome tree and while testing on the AGP system > > > > discovered some interesting problems with the new TTM cha

Re: TTM and AGP conflicts

2012-01-03 Thread Jerome Glisse
On Fri, Dec 23, 2011 at 01:19:43AM +, James Simmons wrote: > > > > Hi! > > > > > >        I updated the openchrome tree and while testing on the AGP system > > > discovered some interesting problems with the new TTM changes. The > > > problems center around the ttm_tt_[un]populate which I mode

TTM and AGP conflicts

2011-12-23 Thread Jerome Glisse
On Thu, Dec 22, 2011 at 8:19 PM, James Simmons wrote: > >> > Hi! >> > >> > ? ? ? ?I updated the openchrome tree and while testing on the AGP system >> > discovered some interesting problems with the new TTM changes. The >> > problems center around the ttm_tt_[un]populate which I modeled after the

Re: TTM and AGP conflicts

2011-12-23 Thread Jerome Glisse
On Thu, Dec 22, 2011 at 8:19 PM, James Simmons wrote: > >> > Hi! >> > >> >        I updated the openchrome tree and while testing on the AGP system >> > discovered some interesting problems with the new TTM changes. The >> > problems center around the ttm_tt_[un]populate which I modeled after the

TTM and AGP conflicts

2011-12-23 Thread James Simmons
> > Hi! > > > > ? ? ? ?I updated the openchrome tree and while testing on the AGP system > > discovered some interesting problems with the new TTM changes. The > > problems center around the ttm_tt_[un]populate which I modeled after the > > radeon and nouveau driver. > > ? ? ? ?First problem I not

TTM and AGP conflicts

2011-12-22 Thread James Simmons
Hi! I updated the openchrome tree and while testing on the AGP system discovered some interesting problems with the new TTM changes. The problems center around the ttm_tt_[un]populate which I modeled after the radeon and nouveau driver. First problem I noticed was on a AGP sys

Re: TTM and AGP conflicts

2011-12-22 Thread James Simmons
> > Hi! > > > >        I updated the openchrome tree and while testing on the AGP system > > discovered some interesting problems with the new TTM changes. The > > problems center around the ttm_tt_[un]populate which I modeled after the > > radeon and nouveau driver. > >        First problem I not

TTM and AGP conflicts

2011-12-22 Thread Alex Deucher
On Thu, Dec 22, 2011 at 4:56 PM, James Simmons wrote: > > Hi! > > ? ? ? ?I updated the openchrome tree and while testing on the AGP system > discovered some interesting problems with the new TTM changes. The > problems center around the ttm_tt_[un]populate which I modeled after the > radeon and n

Re: TTM and AGP conflicts

2011-12-22 Thread Alex Deucher
On Thu, Dec 22, 2011 at 4:56 PM, James Simmons wrote: > > Hi! > >        I updated the openchrome tree and while testing on the AGP system > discovered some interesting problems with the new TTM changes. The > problems center around the ttm_tt_[un]populate which I modeled after the > radeon and no

TTM and AGP conflicts

2011-12-22 Thread James Simmons
Hi! I updated the openchrome tree and while testing on the AGP system discovered some interesting problems with the new TTM changes. The problems center around the ttm_tt_[un]populate which I modeled after the radeon and nouveau driver. First problem I noticed was on a AGP sys