--- Michel D�nzer <[EMAIL PROTECTED]> wrote: > On Wed, 2003-10-15 at 22:58, Alex Deucher wrote: > > --- Michel Dnzer <[EMAIL PROTECTED]> wrote: > > > On Wed, 2003-10-15 at 22:12, Alex Deucher wrote: > > > > perhaps for the time being I can set mergedfb to default to > "false" > > > > > > That's probably a good idea, but then it should default to clone > mode > > > as pre-MergedFB. Driving both heads with a single CRTC is nasty. > > > > ugh... that's gonna take some work... I eliminated all the old > clone > > code because it was mostly duplicated code paths. when I initially > > wrote mergedfb, I had left in all the old clone stuff as well, but > > everyone who reviewed the code said it was duplicated and should be > > eliminated if I wanted it to be accepted upstream... > > I was probably one of them, but I was thinking along the lines of > reusing the existing code, not dumping it. :) > >
It is reused :) it's just that I got rid of alot of the "if (info->Clone)" and replaced them with "if (info->MergedFB)". A lot of stuff had to be nixed or extended to handle modes besides clone (leftOf, rightof, etc.) and the data structures that hold the relevant data changed a bit. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
