commit | 4d6294bf77834276d41b51154a18663b0a8f2063 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Aug 11 15:41:05 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 24 02:04:31 2012 +0200 |
tree | 05d5ade15309741955af9dbced1af353abbae3c0 | |
parent | 86a1ee26bb60e1ab8984e92f0e9186c354670aed [diff] |
drm/i915: Protect private gem objects from truncate (such as imported dmabuf) If the object has no backing shmemfs filp, then we obviously cannot perform a truncation operation upon it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>