Re: dev->counter

2007-11-18 Thread Robert Noland
On Sun, 2007-11-18 at 22:47 -0500, Robert Noland wrote: > Looking at this more, dev-counter is also incorrect with i915. In > i915_driver_load, we have dev->counter += 4, but in drm_firstopen we > initialize it to 6. > > I'm guessing that we should probably move

dev->counter

2007-11-18 Thread Robert Noland
Looking at this more, dev-counter is also incorrect with i915. In i915_driver_load, we have dev->counter += 4, but in drm_firstopen we initialize it to 6. I'm guessing that we should probably move that initialization to drm_load... robert. -- Robert Noland <[EMAIL PROTECTED]>