index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
Andy Shevchenko
2017-06-07
1
-11
/
+9
*
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-01
1
-3
/
+4
*
drm/nouveau/acpi: fix check for power resources support
Peter Wu
2016-11-01
1
-1
/
+2
*
drm/nouveau/acpi: use DSM if bridge does not support D3cold
Peter Wu
2016-08-31
1
-0
/
+11
*
drm/nouveau/acpi: fix lockup with PCIe runtime PM
Peter Wu
2016-07-30
1
-4
/
+31
*
drm/nouveau/acpi: check for function 0x1B before using it
Peter Wu
2016-07-30
1
-5
/
+13
*
drm/nouveau/acpi: return supported DSM functions
Peter Wu
2016-07-30
1
-7
/
+9
*
drm/nouveau/acpi: ensure matching ACPI handle and supported functions
Peter Wu
2016-07-30
1
-32
/
+26
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
vga_switcheroo: Add handler flags infrastructure
Lukas Wunner
2016-02-09
1
-1
/
+1
*
drm/nouveau/bios: return actual size of the buffer retrieved via _ROM
Ben Skeggs
2015-11-25
1
-0
/
+1
*
vga_switcheroo: Constify vga_switcheroo_handler
Lukas Wunner
2015-10-20
1
-1
/
+1
*
drm/nouveau/device: remove pci/platform_device from common struct
Ben Skeggs
2015-08-28
1
-2
/
+2
*
ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug()
Bjorn Helgaas
2014-09-15
1
-14
/
+2
*
drm/nouveau/acpi: allow non-optimus setups to load vbios from acpi
Ilia Mirkin
2014-05-02
1
-3
/
+0
*
ACPI / nouveau: fix probing regression related to _DSM
Jiang Liu
2014-02-20
1
-2
/
+24
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-01-29
1
-0
/
+6
|
\
|
*
drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROO
Jeff Mahoney
2014-01-23
1
-0
/
+6
*
|
Merge branch 'acpi-dsm'
Rafael J. Wysocki
2014-01-12
1
-94
/
+37
|
\
\
|
*
|
ACPI / nouveau: replace open-coded _DSM code with helper functions
Jiang Liu
2014-01-05
1
-98
/
+38
|
*
|
nouveau / ACPI: fix memory leak in ACPI _DSM related code
Jiang Liu
2014-01-05
1
-1
/
+4
|
|
/
*
|
Merge branch 'acpi-cleanup'
Rafael J. Wysocki
2014-01-12
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
2013-12-07
1
-6
/
+1
*
|
ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug
Rafael J. Wysocki
2013-12-31
1
-2
/
+14
|
/
*
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-20
1
-3
/
+3
|
\
|
*
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
2013-11-14
1
-3
/
+3
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-11-15
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
drm/nouveau: consider CLASS_DISPLAY_3D devices while detecting dsm/optimus
Emil Velikov
2013-11-08
1
-0
/
+10
*
|
nouveau_acpi: convert acpi_get_handle() to acpi_has_method()
Zhang Rui
2013-09-24
1
-5
/
+2
|
/
*
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
1
-5
/
+37
*
drm/nouveau: Add interface to detect optimus and v1 support
Dave Airlie
2012-11-29
1
-12
/
+18
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-15
/
+11
|
\
|
*
drm/nouveau/acpi: move definitions out of nouveau_drv.h
Ben Skeggs
2012-10-03
1
-16
/
+11
|
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-1
/
+0
|
*
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
2012-10-03
1
-1
/
+1
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-3
/
+3
*
|
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
1
-2
/
+0
|
/
*
vga_switcheroo: Don't require handler init callback
Seth Forshee
2012-08-17
1
-6
/
+0
*
drm/nouveau: Check dsm on switcheroo unregister
Andreas Heider
2012-05-24
1
-1
/
+2
*
nouveau: initialise has_optimus variable.
Dave Airlie
2012-05-03
1
-1
/
+1
*
nouveau: Support Optimus models for vga_switcheroo
Peter Lekensteyn
2012-01-13
1
-5
/
+39
*
nouveau: properly check for _DSM function support
Peter Lekensteyn
2012-01-13
1
-13
/
+22
*
drm/nouveau: drop leftover debugging
Dave Airlie
2011-06-20
1
-1
/
+0
*
mxm/wmi: add MXMX interface entry point.
Dave Airlie
2011-05-09
1
-0
/
+1
*
nouveau: add optimus detection to DSM code.
Dave Airlie
2011-05-04
1
-15
/
+89
*
nouveau/acpi: hook up to the MXM method for mux switching.
Dave Airlie
2011-05-04
1
-0
/
+11
*
nouveau/acpi: improve detection of what is IGD and what is DIS.
Dave Airlie
2011-01-05
1
-3
/
+8
*
drm/nouveau: we can't free ACPI EDID, so make a copy that we can
Ben Skeggs
2010-09-24
1
-1
/
+1
*
drm/nouveau: support fetching LVDS EDID from ACPI
Ben Skeggs
2010-07-26
1
-0
/
+36
[next]