commit | c9839303d186d6270f570ff3c5f56c2327958086 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 20 10:45:17 2012 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Nov 21 17:45:04 2012 +0100 |
tree | c3d97e0bbf8f8bb3eba541026f2bebaffb0e2710 | |
parent | fbdda6fb5ee5da401af42226878880069a6b8615 [diff] |
drm/i915: Pin the object whilst faulting it in In order to prevent reaping of the object whilst setting it up to handle the pagefault, we need to mark it as pinned. This has the nice side-effect of eliminating some special cases from the pagefault handler as well! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>