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)
commit6443170f6d862a1cc89e61e4bb2410b714b875f4
tree17767306f21c95f066163d1d7df9c2a2e35bbbc9
parent335af9a235a82842854b394507ab5e310d88be42
drm/i915: Remove dead KMS encoder save/restore code.

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.
12 files changed:
drivers/gpu/drm/i915/dvo.h
drivers/gpu/drm/i915/dvo_ch7017.c
drivers/gpu/drm/i915/dvo_ch7xxx.c
drivers/gpu/drm/i915/dvo_ivch.c
drivers/gpu/drm/i915/dvo_sil164.c
drivers/gpu/drm/i915/dvo_tfp410.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_dvo.c
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_sdvo.c
drivers/gpu/drm/i915/intel_tv.c