summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-9/+51
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-02-201-0/+6
| |\
| | * drm/nouveau: restore debugfs/vbios.rom supportMarcin Slusarz2013-02-201-0/+6
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-02-201-7/+38
| |\|
| | * drm/nv17/fence: split from nv10 codeBen Skeggs2013-02-201-1/+2
| | * drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs2013-02-201-2/+31
| | * drm/nouveau: quiet static-related sparse noiseMarcin Slusarz2013-02-201-2/+2
| | * drm/nouveau: prepare for reporting channel ownerMarcin Slusarz2013-02-201-2/+3
| * | drm/nouveau: use prime helpersAaron Plattner2013-02-081-2/+7
| |/
* | Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-02-111-0/+3
|\ \ | |/ |/|
| * drm/nouveau: add lockdep annotationsMarcin Slusarz2013-02-091-0/+3
* | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2013-01-131-1/+6
|\|
| * drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz2013-01-131-1/+6
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
|/
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-1/+2
|\
| * drm/nouveau: use the correct fence implementation for nv50Maarten Lankhorst2012-11-221-1/+2
* | drm/nouveau: remove duplicate inclusion of nouveau_ttm.hSachin Kamat2012-11-291-2/+0Star
* | drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs2012-11-291-1/+1
* | drm/nouveau: convert to dev_pm_opsDave Airlie2012-11-291-26/+67
* | drm/nouveau: free memory allocated with alloc_apertures()Tommi Rantala2012-11-201-0/+1
|/
* drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2012-10-311-2/+0Star
* drm/nouveau: resurrect headless mode since reworkBen Skeggs2012-10-311-13/+21
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-1/+1
* drm/nouveau/core: have client-id be a string, rather than an integerBen Skeggs2012-10-031-3/+7
* drm/nouveau: quiet some static-related sparse noiseMarcin Slusarz2012-10-031-6/+6
* drm/nve0: use async copy engine for ttm buffer moves if availableBen Skeggs2012-10-031-2/+20
* drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-37/+190
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-7/+204
* drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs2012-10-031-0/+36
* drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs2012-10-031-0/+285