|
From: Michel <mi...@da...> - 2003-01-15 21:38:37
|
On Mit, 2003-01-15 at 01:37, James Simmons wrote: > > There is a response of linus in the mailing list archive about this, i > > don't remember nor checked if it was only the first time, or not. I > > think the objection was about complicate to supervise diffs. > > Yes. The DRI people want to keep there work seperate from us. While I hope there will be some form of cooperation between framebuffer devices and the DRM in the future, I do think they basically serve very different purposes so I don't think merging them makes sense. > > Also, i think the drm drivers should compile not only on linux, but on > > other oses too (BSDs at least). > > That will be difficult. The VM layer to BSD is very very different from > linux. There is no way they coudl use the same code set for both without > making a mess. Probably, but keeping all code separate for all supported OSs would be at least as big a mess, so we share as much code as possible via a template mechanism. The BSD specific parts aren't in the Linux kernel of course. > > Also, i believe some of the XFree86 guys don't like fbdevs. > > :-( Luckily, those aren't part of the DRI project AFAICT. On the contrary, several DRI developers have declared interest in supporting framebuffer devices, and at least one of them is working on 'an embedded radeon 3d driver that lives on top of fbdev' in Mesa CVS. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |