commit | c1c43977e6fc789cbde094303fa9ace629a35aca | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyuw@linux.intel.com> | Tue Mar 30 14:39:30 2010 +0800 |
committer | Eric Anholt <eric@anholt.net> | Fri Apr 09 14:16:38 2010 -0700 |
tree | e557ffa799acfea2d01d1cfd0bf74d35b3c5868c | |
parent | f1c79df3aa2eda4756ddfe976f2eb5aa6507a35a [diff] |
drm/i915: passing drm connector param for load detection In load detection, connector's encoder assignment must be kept consistent for proper mode setting, and this makes connector as explicit parameter for load detect function to not require single data structure to hold both encoder and connector reference, ease the transition for splitted encoder/connector model. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>