summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_acpi.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0
| | | | | | it has a DSM but the switcher is done via WMI. Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm/i915: add _DSM supportJesse Barnes2010-10-081-0/+286
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>