aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-03drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)Hans de Goede1-0/+5
2022-09-02drm/nouveau: Don't register backlight when another backlight should be used (v2)Hans de Goede1-0/+5
2021-10-26nouveau: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki1-7/+2
2021-01-13drm/nouveau: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2020-05-22drm/nouveau: Use generic helper to check _PR3 presenceKai-Heng Feng1-34/+10
2020-05-22drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs1-54/+0
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2018-05-18drm/nouveau: fix nouveau_dsm_get_client_id()'s return typeLuc Van Oostenryck1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-11/+9
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-3/+4
2016-11-01drm/nouveau/acpi: fix check for power resources supportPeter Wu1-1/+2
2016-08-31drm/nouveau/acpi: use DSM if bridge does not support D3coldPeter Wu1-0/+11
2016-07-30drm/nouveau/acpi: fix lockup with PCIe runtime PMPeter Wu1-4/+31
2016-07-30drm/nouveau/acpi: check for function 0x1B before using itPeter Wu1-5/+13
2016-07-30drm/nouveau/acpi: return supported DSM functionsPeter Wu1-7/+9
2016-07-30drm/nouveau/acpi: ensure matching ACPI handle and supported functionsPeter Wu1-32/+26
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2016-02-09vga_switcheroo: Add handler flags infrastructureLukas Wunner1-1/+1
2015-11-25drm/nouveau/bios: return actual size of the buffer retrieved via _ROMBen Skeggs1-0/+1
2015-10-20vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner1-1/+1
2015-08-28drm/nouveau/device: remove pci/platform_device from common structBen Skeggs1-2/+2
2014-09-15ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug()Bjorn Helgaas1-14/+2
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