drm/i915: implement multifunction SDVO device support
authorZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 30 Mar 2010 06:06:33 +0000 (14:06 +0800)
committerEric Anholt <eric@anholt.net>
Mon, 12 Apr 2010 16:23:57 +0000 (09:23 -0700)
With new intel_encoder/intel_connector structure change, each supported
connector type on SDVO device will be created as a new 'intel_connector',
and all attached to one 'intel_encoder' for its SDVO port.

The SDVO encoder will handle SDVO protocol stuff, and each connector does
its own part of work now, like detection is only to check if current active
output is itself, etc.

Update since last submit:
- Fixed SDVO TV property creation failure by incorrect set target output call

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>

No differences found