index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_drm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-02
nouveau: move the hotplug ignore to correct place.
Dave Airlie
1
-1
/
+1
2014-10-14
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-6
/
+33
2014-10-02
drm/nouveau: make sure display hardware is reinitialised on runtime resume
Ben Skeggs
1
-38
/
+13
2014-09-15
drm/nouveau: Display Nouveau boot options at launch
Pierre Moreau
1
-0
/
+20
2014-09-10
PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device
Bjorn Helgaas
1
-0
/
+1
2014-09-10
drm: add driver->set_busid() callback
David Herrmann
1
-6
/
+13
2014-08-09
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6
Linus Torvalds
1
-124
/
+183
2014-08-10
drm/nouveau: expose the full object/event interfaces to userspace
Ben Skeggs
1
-7
/
+18
2014-08-10
drm/nouveau: fix headless mode
Ben Skeggs
1
-1
/
+2
2014-08-10
drm/nouveau/disp: audit and version display classes
Ben Skeggs
1
-1
/
+0
2014-08-10
drm/nouveau/fifo: audit and version fifo channel classes
Ben Skeggs
1
-12
/
+12
2014-08-10
drm/nouveau/dma: audit and version NV_DMA classes
Ben Skeggs
1
-5
/
+5
2014-08-10
drm/nouveau/device: audit and version NV_DEVICE class
Ben Skeggs
1
-9
/
+9
2014-08-10
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
1
-0
/
+2
2014-08-10
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
1
-93
/
+56
2014-08-10
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
1
-28
/
+84
2014-08-10
drm/nouveau: kill nouveau_dev() + wrap register macros
Ben Skeggs
1
-6
/
+4
2014-08-10
drm/nouveau: store a pointer to vm in nouveau_cli
Ben Skeggs
1
-2
/
+6
2014-08-10
drm/nouveau: support for probing platform devices
Alexandre Courbot
1
-14
/
+39
2014-07-21
Merge 3.16-rc6 into driver-core-next
Greg Kroah-Hartman
1
-8
/
+9
2014-07-08
dma-buf: use reservation objects
Maarten Lankhorst
1
-0
/
+1
2014-07-08
drm/nouveau/kms: restore fbcon after display has been resumed
Ben Skeggs
1
-8
/
+9
2014-04-05
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
1
-4
/
+10
2014-04-02
drm/nouveau: don't suspend/resume display on runtime s/r
Dave Airlie
1
-7
/
+5
2014-03-27
drm/nouveau: fail runtime pm properly.
Dave Airlie
1
-4
/
+10
2014-03-26
drm/nouveau: fix missing newline
Alexandre Courbot
1
-1
/
+1
2014-03-26
support for platform devices
Alexandre Courbot
1
-8
/
+51
2014-03-26
drm/nouveau: use nv_debug for NV_DEBUG, make DRM a separate subflag
Ilia Mirkin
1
-0
/
+2
2014-03-26
drm/nouveau: make hdmi device finding failure prints debug level
Ilia Mirkin
1
-6
/
+5
2014-03-26
drm/nouveau: handle -EACCES runtime PM return code
Alexandre Courbot
1
-2
/
+2
2014-02-18
drm/nouveau: set irq_enabled manually
Ilia Mirkin
1
-0
/
+3
2014-01-30
drm/nouveau: resume display if any later suspend bits fail
Ilia Mirkin
1
-4
/
+10
2014-01-30
drm/nouveau: implement hooks for needed for drm vblank timestamping support
Ben Skeggs
1
-0
/
+2
2013-12-16
drm/nouveau: only runtime suspend by default in optimus configuration
Ilia Mirkin
1
-0
/
+6
2013-11-14
drm/nv10-: we no longer need to create nvsw object on user channels
Ben Skeggs
1
-0
/
+27
2013-11-08
drm/nouveau: implement a simple sysfs interface to new pm code
Ben Skeggs
1
-0
/
+3
2013-11-08
drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERM
Ben Skeggs
1
-6
/
+3
2013-11-08
drm/nouveau/core: make all info-level messages silent for runtime pm
Ben Skeggs
1
-25
/
+14
2013-11-08
drm/nv10: fix chipset checks, mostly for the benefit of nv1a
Ilia Mirkin
1
-1
/
+2
2013-11-08
drm/nouveau/core: convert event handler apis to split create/enable semantics
Ben Skeggs
1
-33
/
+2
2013-11-08
drm/nouveau/core: Allow asymmetric nouveau_event_get/_put
Peter Hurley
1
-6
/
+2
2013-11-08
drm/nouveau: off by one in nouveau_drm_vblank_enable()
Dan Carpenter
1
-1
/
+1
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-1
/
+0
2013-09-10
drm/nouveau: fix oops on runtime suspend/resume
Dave Airlie
1
-3
/
+6
2013-09-02
drm/nouveau: Support render nodes
Martin Peres
1
-12
/
+12
2013-08-29
nouveau: add runtime PM support (v0.9)
Dave Airlie
1
-24
/
+226
2013-08-19
drm: remove FASYNC support
Daniel Vetter
1
-1
/
+0
2013-08-07
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...
Dave Airlie
1
-3
/
+12
2013-08-07
drm: const'ify ioctls table (v2)
Rob Clark
1
-3
/
+2
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-1
/
+1
[next]