commit | aebf0dafee1a0a22b3d25db8107c6479db4aaebe | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Jul 22 08:12:20 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Mon Jul 26 11:27:07 2010 -0700 |
tree | fc16bbf62cdb556f165bf569931e381330e1a6c4 | |
parent | e7b96f28c58ca09f15f6c2e8ccbb889a30fab4f7 [diff] |
drm/i915: don't free non-existent compressed llb on ILK+ We should only free the compressed llb if we allocated it in the first place otherwise we'll panic at unload time. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>