commit | 67e77c5ae8bff6f805d207541f1315051248a87b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 20 22:26:30 2010 +0200 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 10:13:27 2010 +0100 |
tree | 56a845d734e9a8ed8027683ba0897fd95d280652 | |
parent | 3dec0095f71e7d00b7f6180229fd32a2d0a6ce8d [diff] |
drm/i915: unload: fix unpin_work related races Kill any outstanding unpin_work when destroying the corresponding crtc. Then flush the workqueue before the gem teardown, in case any unpin work is still outstanding. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>