]> 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)
commit7b4f2d01b0b97068dbd79673591e430828f31875
treef9eea8812d35db76e80d56489c4c0cab18032910
parent6e1ab92f26272a602df9a6ece38f01f68a138736
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]