drm/i915: Remove dead KMS encoder save/restore code.
authorEric Anholt <eric@anholt.net>
Fri, 2 Apr 2010 22:24:27 +0000 (15:24 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 12 Apr 2010 16:23:30 +0000 (09:23 -0700)
This was brought over from UMS, and used for a while until we decided
that drm_helper_resume_force_mode was easier and more reliable, since
it didn't require duplicating all the code deleted here.  We just
forgot to delete all that junk for a while.


No differences found