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)
commit14571b4c1ac9c109f5d6d6e95cfdb92339151fe0
tree49cab6f749f6cf31b649f11fdf08b158fe7e57ba
parent409608b391994c3ac2abe0d9ca50c3d163faafe1
drm/i915: implement multifunction SDVO device support

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>
drivers/gpu/drm/i915/intel_sdvo.c