summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: fix nouveau_dsm_get_client_id()'s return typeLuc Van Oostenryck2018-05-181-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-11/+9Star
* gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-3/+4
* drm/nouveau/acpi: fix check for power resources supportPeter Wu2016-11-011-1/+2
* drm/nouveau/acpi: use DSM if bridge does not support D3coldPeter Wu2016-08-311-0/+11
* drm/nouveau/acpi: fix lockup with PCIe runtime PMPeter Wu2016-07-301-4/+31
* drm/nouveau/acpi: check for function 0x1B before using itPeter Wu2016-07-301-5/+13
* drm/nouveau/acpi: return supported DSM functionsPeter Wu2016-07-301-7/+9
* drm/nouveau/acpi: ensure matching ACPI handle and supported functionsPeter Wu2016-07-301-32/+26Star
* drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+1
* vga_switcheroo: Add handler flags infrastructureLukas Wunner2016-02-091-1/+1
* drm/nouveau/bios: return actual size of the buffer retrieved via _ROMBen Skeggs2015-11-251-0/+1
* vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner2015-10-201-1/+1
* drm/nouveau/device: remove pci/platform_device from common structBen Skeggs2015-08-281-2/+2
* ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug()Bjorn Helgaas2014-09-151-14/+2Star
* drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin2014-05-021-3/+0Star
* ACPI / nouveau: fix probing regression related to _DSMJiang Liu2014-02-201-2/+24
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-301-0/+6
|\
| * drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROOJeff Mahoney2014-01-231-0/+6
* | Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-94/+37Star
|\ \
| * | ACPI / nouveau: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-98/+38Star
| * | nouveau / ACPI: fix memory leak in ACPI _DSM related codeJiang Liu2014-01-051-1/+4
| |/
* | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-6/+1Star
|\ \ | |/ |/|
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-6/+1Star
* | ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-311-2/+14
|/
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-3/+3
|\
| * ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-3/+3
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-151-0/+10
|\ \ | |/ |/|
| * drm/nouveau: consider CLASS_DISPLAY_3D devices while detecting dsm/optimusEmil Velikov2013-11-081-0/+10
* | nouveau_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-5/+2Star
|/
* nouveau: add runtime PM support (v0.9)Dave Airlie2013-08-291-5/+37
* drm/nouveau: Add interface to detect optimus and v1 supportDave Airlie2012-11-291-12/+18
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-15/+11Star
|\
| * drm/nouveau/acpi: move definitions out of nouveau_drv.hBen Skeggs2012-10-031-16/+11Star
| * drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-1/+0Star
| * drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs2012-10-031-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
* | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-2/+0Star
|/
* vga_switcheroo: Don't require handler init callbackSeth Forshee2012-08-171-6/+0Star
* drm/nouveau: Check dsm on switcheroo unregisterAndreas Heider2012-05-241-1/+2
* nouveau: initialise has_optimus variable.Dave Airlie2012-05-031-1/+1
* nouveau: Support Optimus models for vga_switcherooPeter Lekensteyn2012-01-131-5/+39
* nouveau: properly check for _DSM function supportPeter Lekensteyn2012-01-131-13/+22
* drm/nouveau: drop leftover debuggingDave Airlie2011-06-201-1/+0Star
* mxm/wmi: add MXMX interface entry point.Dave Airlie2011-05-091-0/+1
* nouveau: add optimus detection to DSM code.Dave Airlie2011-05-041-15/+89
* nouveau/acpi: hook up to the MXM method for mux switching.Dave Airlie2011-05-041-0/+11
* nouveau/acpi: improve detection of what is IGD and what is DIS.Dave Airlie2011-01-051-3/+8
* drm/nouveau: we can't free ACPI EDID, so make a copy that we canBen Skeggs2010-09-241-1/+1