summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-27nouveau: add runtime PM support (v0.6)nv-pm-ops3-wipDave Airlie1-23/+182
2013-05-20drm/nouveau: ensure channels are stopped before saving fences for suspendBen Skeggs1-5/+20
2013-05-02drm/nouveau: force noaccel when no PFIFO support presentBen Skeggs1-1/+2
2013-04-26drm/nouveau/device: convert to engine, rather than subdevBen Skeggs1-3/+3
2013-04-26drm/nouveau/mc: handle irq-related setup ourselvesBen Skeggs1-16/+1
2013-03-29drm/nouveau: fix NULL ptr dereference from nv50_disp_intr()Maarten Lankhorst1-12/+20
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-9/+51
2013-02-21Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-0/+6
2013-02-20drm/nouveau: restore debugfs/vbios.rom supportMarcin Slusarz1-0/+6
2013-02-20Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-7/+38
2013-02-20drm/nv17/fence: split from nv10 codeBen Skeggs1-1/+2
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs1-2/+31
2013-02-20drm/nouveau: quiet static-related sparse noiseMarcin Slusarz1-2/+2
2013-02-20drm/nouveau: prepare for reporting channel ownerMarcin Slusarz1-2/+3
2013-02-11Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nou...Dave Airlie1-0/+3
2013-02-09drm/nouveau: add lockdep annotationsMarcin Slusarz1-0/+3
2013-02-08drm/nouveau: use prime helpersAaron Plattner1-2/+7
2013-01-14Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie1-1/+6
2013-01-13drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz1-1/+6
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+2
2012-11-29drm/nouveau: remove duplicate inclusion of nouveau_ttm.hSachin Kamat1-2/+0
2012-11-29drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs1-1/+1
2012-11-29drm/nouveau: convert to dev_pm_opsDave Airlie1-26/+67
2012-11-22drm/nouveau: use the correct fence implementation for nv50Maarten Lankhorst1-1/+2
2012-11-20drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala1-0/+1
2012-10-31drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs1-2/+0
2012-10-31drm/nouveau: resurrect headless mode since reworkBen Skeggs1-13/+21
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+693
2012-10-03drm/nouveau/core: have client-id be a string, rather than an integerBen Skeggs1-3/+7
2012-10-03drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz1-6/+6
2012-10-03drm/nve0: use async copy engine for ttm buffer moves if availableBen Skeggs1-2/+20
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-37/+190
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-7/+204
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-0/+36
2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs1-0/+285