1. 23 12月, 2011 2 次提交
    • D
      drm/i810: don't acces hw regs in lastclose · 40c34d04
      Daniel Vetter 提交于
      i810 uses a userspace provided mmio map using the drm core map
      infrastructure. By the time we reach lastclose, this is all gone
      and our mmio_map pointer points at freed memory. Depending upon
      luck that still works, most often it just oopses.
      
      Aside: drm maps aren't refcounted, so userspace can essentially oops
      the kernel any time it wants to. Who cares.
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      40c34d04
    • D
      drm/i810: cleanup reclaim_buffers · 87499ffd
      Daniel Vetter 提交于
      My dear old i815 always hits the deadlocked on reclaim_buffers
      warning. Switch over to the idlelock duct-tape on hope that
      works better. I've fired up my i815 and now closing glxgears doesn't
      take 5 seconds anymore. \o/
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      87499ffd
  2. 22 12月, 2011 10 次提交
  3. 21 12月, 2011 28 次提交