aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mxm-wmi.h
Commit message (Collapse)AuthorAgeFilesLines
* mxm/wmi: add MXMX interface entry point.Dave Airlie2011-05-091-0/+1
| | | | | | The MXMX method appears to be a mutex of some sort. Signed-off-by: Dave Airlie <airlied@redhat.com>
* platform/x86: add MXM WMI driver.Dave Airlie2011-05-041-0/+32
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>