commit | 02f5eebb63ad52c832a81109d68718df6cb1155e | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Feb 12 15:03:40 2014 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Feb 13 11:52:44 2014 +0100 |
tree | 6550b15fe54668b182736d330db1cb3d3889f010 | |
parent | b45a67157a609da83f6b2e6803296c5ccb2f8c8d [diff] |
drm/i915: don't preserve inherited configs with nothing on v2 It can be corrected later and may be what was actually desired, but generally isn't, so if we find nothing is enabled, let the core DRM fb helper figure something out. v2: free the array too (Jesse) Note that this also undoes any changes in case we bail out due to hw cloning. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>