commit | ef0cf27c4d0209d0c38c2ddf8f2c529706912861 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jun 06 10:22:54 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 13 15:17:36 2014 +0200 |
tree | 9bbb979b92b8b19211c9b7a985b29a5c2f49df85 | |
parent | a33d7105c4e905c895c41d8caf6bd8f85b2e3ce7 [diff] |
drm/i915: Use the .release hook to drop the stolen drm_mm tracking Now that we have a release hook into i915_gem_object_free, we can move the explicit call to the internal stolen function and hook it up throught the callback instead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>