]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: add MXM WMI driver.
authorDave Airlie <airlied@redhat.com>
Mon, 6 Dec 2010 02:43:33 +0000 (12:43 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 May 2011 03:38:33 +0000 (13:38 +1000)
commit8702cd31e98d58ab1a2487f2a624a34d0dc357f9
treef9eea8812d35db76e80d56489c4c0cab18032910
parentb9c033a91e71b052a3ac81dbe3c15a081bdab358
platform/x86: add MXM WMI driver.

MXM is a laptop graphics card form-factor + interface specification,
this adds an initial stub driver to talk to the MXM WMI interface.

The only method used is the MUX switching method needed to do switchable
graphics on the nvidia chipsets.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Acked-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/mxm-wmi.c [new file with mode: 0644]
include/linux/mxm-wmi.h [new file with mode: 0644]