-------- Original-Nachricht -------- > Datum: Tue, 24 Apr 2012 16:15:00 +0200 > Von: "Michel Dänzer" <mic...@daenzer.net> > An: Gerhard Pircher <gerhard_pirc...@gmx.net> > CC: linuxppc-dev@lists.ozlabs.org > Betreff: Re: PowerPC radeon KMS - is it possible?
> On Mon, 2012-04-23 at 18:45 +0200, Gerhard Pircher wrote: > > > Von: "Michel Dänzer" <mic...@daenzer.net> > > > On Fre, 2012-04-20 at 18:14 +0200, Gerhard Pircher wrote: > > > > > Von: "Michel Dänzer" <mic...@daenzer.net> > > > > > [...] > > > > > > Could it be that the memory is finally mapped uncacheable by > > > > > > radeon_bo_kmap()/ttm_bo_kmap()/..some other TTM > > > > > > functions../vmap()? > > > > > > > > > > Yeah, AFAICT, basically ttm_io_prot() defines the mapping > > > > > attributes, and vmap() is used to enforce them for kernel > > > > > mappings. > > > > Okay, that sounds like the approach used by arch/powerpc/mm/dma- > > > > noncoherent.c in my ("green") ears. What about the PCIGART mode? > > > > Is the driver free to use cached memory in this mode? > > > > > > Yes, it assumes PCI(e) GART to be CPU cache coherent. > > Okay. I guess it should be possible to modify it so that it makes use > > of uncacheable memory - just for testing!? > > Sure. Just set man->available_caching and man->default_caching as in the > AGP case in radeon_init_mem_type(). Thanks for the info! I'll play around with it. > > PCIGART was working "somehow" on my platform up to the ~2.6.39 kernel, > > i.e. I could login to GNOME and open a program until the machine > > locked-up. :-) > > But it's worse with newer kernels? Yes, it's worse. But that's surely the fault of the buggy northbridge. I believe the bridge doesn't like some of the code that the driver uses to avoid ordering issues. But I still have to find out where the lockups exactly happen. > > BTW: I see that the uninorth driver defines needs_scratch_page. What > > is this actually good for? > > It causes the code in drivers/char/agp/backend.c to allocate a scratch > page (bridge->scratch_page) which the driver can use for unused GART > entries. Okay, so it would make sense to set this for my platform's AGP bridge, which doesn't seem to support a "GATT entry valid" bit. Gerhard -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev