Skip to content

Commit

Permalink
drm/i915: implement multifunction SDVO device support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhenyu Wang authored and Eric Anholt committed Apr 12, 2010
1 parent 409608b commit 14571b4
Showing 1 changed file with 375 additions and 236 deletions.
Loading

0 comments on commit 14571b4

Please sign in to comment.