aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-02drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin1-3/+0
2014-02-20ACPI / nouveau: fix probing regression related to _DSMJiang Liu1-2/+24
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2014-01-23drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROOJeff Mahoney1-0/+6
2014-01-12Merge branch 'acpi-dsm'Rafael J. Wysocki1-94/+37
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-6/+1
2014-01-05ACPI / nouveau: replace open-coded _DSM code with helper functionsJiang Liu1-98/+38
2014-01-05nouveau / ACPI: fix memory leak in ACPI _DSM related codeJiang Liu1-1/+4
2013-12-31ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki1-2/+14
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-6/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+10
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-3/+3
2013-11-08drm/nouveau: consider CLASS_DISPLAY_3D devices while detecting dsm/optimusEmil Velikov1-0/+10
2013-09-24nouveau_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-5/+2
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-5/+37
2012-11-29drm/nouveau: Add interface to detect optimus and v1 supportDave Airlie1-12/+18
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-15/+11
2012-10-03drm/nouveau/acpi: move definitions out of nouveau_drv.hBen Skeggs1-16/+11
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-1/+0
2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-2/+0
2012-08-17vga_switcheroo: Don't require handler init callbackSeth Forshee1-6/+0
2012-05-24drm/nouveau: Check dsm on switcheroo unregisterAndreas Heider1-1/+2
2012-05-03nouveau: initialise has_optimus variable.Dave Airlie1-1/+1
2012-01-13nouveau: Support Optimus models for vga_switcherooPeter Lekensteyn1-5/+39
2012-01-13nouveau: properly check for _DSM function supportPeter Lekensteyn1-13/+22
2011-06-20drm/nouveau: drop leftover debuggingDave Airlie1-1/+0
2011-05-09mxm/wmi: add MXMX interface entry point.Dave Airlie1-0/+1
2011-05-04nouveau: add optimus detection to DSM code.Dave Airlie1-15/+89
2011-05-04nouveau/acpi: hook up to the MXM method for mux switching.Dave Airlie1-0/+11
2011-01-05nouveau/acpi: improve detection of what is IGD and what is DIS.Dave Airlie1-3/+8
2010-09-24drm/nouveau: we can't free ACPI EDID, so make a copy that we canBen Skeggs1-1/+1
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIBen Skeggs1-0/+36
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez1-1/+1
2010-06-01drm/nouveau: fixup confusion over which handle the DSM is hanging off.Dave Airlie1-8/+6
2010-06-01drm/nouveau: attempt to get bios from ACPI v3Dave Airlie1-1/+58
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-40/+120
2010-02-11nouveau: fix state detection with switchable graphicsMatthew Garrett1-6/+6
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+125