http://bugs.freedesktop.org/show_bug.cgi?id=13296
------- Comment #3 from [EMAIL PROTECTED] 2007-11-21 20:48 PST ------- What is actually occurring and what the patch fixes is that when i915_driver_load is called, it adds additional counters ( += 4 ). I'm not certain that counters has ever been initialized at this point. When firstopen is called, counters is initialized to 6. We either need to move the counter initialization to load time, which this patch does or move i915s additions to counters into i915_driver_firstopen. The latter seems to be moving in the wrong direction when considering modesetting... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
