summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Drivers: 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-04Merge 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