commit | 723bfd707a97fee06eb3ba4d3e8b4714c29a1064 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Oct 07 16:01:13 2010 -0700 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 08 10:27:43 2010 +0100 |
tree | c18c26590cfbb50e5b1295e5819f6bebd49e82c1 | |
parent | 01cb9ea633ddf3e8770dfe7851e88610087098bc [diff] |
drm/i915: add _DSM support The _DSM method on the integrated graphics device can tell us which connectors are muxable, so add support for making the call and parsing out the connector info. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> [ickle: fix compiler warnings for using uninitialized 'result' and downgrade error message for non-switchable devices] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>