summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs1-316/+0
2014-08-10drm/nv50-/fb: use dma_mapping_error() to check dma_map_page() resultBen Skeggs1-2/+2
2014-08-10drm/nouveau: map pages using DMA APIAlexandre Courbot1-2/+5
2014-03-26support for platform devicesAlexandre Courbot1-6/+3
2013-11-08drm/nouveau/fb: merge more bits and pieces into oclass definitionsBen Skeggs1-2/+2
2013-11-08drm/nouveau/fb: remove ram oclass argument from base fb constructorBen Skeggs1-4/+5
2013-11-08drm/nv50-nvaf/fb: split the class definitions up a bitBen Skeggs1-31/+11
2013-11-08drm/nouveau/fb: make external class definitions pointersBen Skeggs1-2/+2
2013-07-01drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs1-193/+6
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-20/+44
2013-02-20drm/nouveau: report channel owner in error messagesMarcin Slusarz1-11/+35
2013-02-20drm/nouveau: use pr_contMarcin Slusarz1-9/+9
2013-01-31drm/nv50/fb: Fix nullptr-deref on IGPsRoy Spliet1-2/+3
2012-11-29drm/nv50/fb: implement trap handler as subdev interrupt handlerBen Skeggs1-104/+102
2012-11-29drm/nouveau/fb: create tag heap from common code for all relevant chipsetsBen Skeggs1-94/+97
2012-10-31drm/nv50/fb: prevent oops on chipsets without compression tagsBen Skeggs1-6/+4
2012-10-22drm/nouveau/fb: fix reporting of memory type on GF8+ IGPsBen Skeggs1-0/+1
2012-10-16drm/nv50/fb: fix double free of vram mmMarcin Slusarz1-1/+0
2012-10-03drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structsMarcin Slusarz1-8/+8
2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs1-91/+293
2012-10-03drm/nouveau: implement module init functions in nouveau_drm.cBen Skeggs1-1/+1
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-0/+296