commit | 4c2e0990ade3251c9b5770aa8f06b06375b66f9f | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jun 05 16:22:16 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 06 22:19:54 2014 +0200 |
tree | d5418701e4fec560cd2b285f1f8f7f74e2a3619c | |
parent | f418f2ec440ab8c014f37539ef0b19271afb1186 [diff] |
drm/i915: Fixup global gtt cleanup The global gtt is setup up in 2 parts, so we need to be careful with the cleanup. For consistency shovel it all into the ->cleanup callback, like with ppgtt. Noticed because it blew up in the out_gtt: cleanup code while fiddling with the vgacon code. Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>