CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/05/21 14:14:18
Modified files: sys/dev/pci/drm: i915_drv.c Log message: Always clear out the inactive list and make sure everything is unbound in i915_gem_idle(). If we don't do that we end up with stale entries on the inactive list which will panic the kernel the next time we use the list. Fixes restarting X on Sandy Bridge.