summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/nouveau: directly handle comptag allocationBen Skeggs2017-11-022-35/+0
| * drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfacesBen Skeggs2017-11-021-0/+1
| * drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()Ben Skeggs2017-11-021-9/+9
| * drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory objectBen Skeggs2017-11-021-0/+122
| * drm/nouveau/core/memory: add reference countingBen Skeggs2017-11-021-2/+2
| * drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu mapBen Skeggs2017-11-021-1/+5
| * drm/nouveau/fb: move comptag init out of ram submoduleBen Skeggs2017-11-0230-38/+63
| * drm/nouveau/fb: move comptags mm into nvkm_fbBen Skeggs2017-11-029-12/+12
| * drm/nouveau/core/mm: have users explicitly define heap identifiersBen Skeggs2017-11-024-7/+13
| * drm/nouveau/fb: finalise big page size selection in constructorBen Skeggs2017-11-0210-26/+32
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
|/
* drm/nouveau/fb/gf100-: zero mmu debug buffersBen Skeggs2017-08-221-2/+2
* drm/nouveau/fb/ram/nv40-: use new devinit script interpreter entry-pointBen Skeggs2017-06-163-22/+4
* drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs2017-05-121-1/+0
* drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner2017-04-291-1/+1
* drm/nouveau/fb: add GP10B supportAlexandre Courbot2017-04-062-0/+39
* drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs2017-03-077-101/+173
* drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs2017-03-074-1/+44
* drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs2017-03-074-0/+85
* drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs2017-03-074-52/+81
* drm/nouveau: fix bug id typo in commentIlia Mirkin2017-02-171-1/+1
* drm/nouveau/core/mm: replace region list with next pointerBen Skeggs2017-02-172-18/+15
* drm/nouveau/fb/ram/gk104: remove unused best_clk variableBen Skeggs2017-02-171-3/+1
* drm/nouveau/fb/ram/gp100-: fix memory detection where FBP_NUM != FBPA_NUMBen Skeggs2016-11-281-2/+2
* drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2016-11-172-4/+4
* drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs2016-11-071-2/+0
* drm/nouveau/fb: add gm20b deviceAlexandre Courbot2016-11-074-1/+46
* drm/nouveau/fb/gk20a: use regular gf100's functionsAlexandre Courbot2016-11-071-12/+5
* drm/nouveau/fb/gk20a: fix constructor callAlexandre Courbot2016-11-071-1/+2
* drm/nouveau: mark symbols static where possibleBaoyou Xie2016-11-071-4/+4
* drm/nouveau: add missing header dependenciesBaoyou Xie2016-11-072-0/+2
* drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-10/+18
* drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-12/+13
* drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst2016-10-123-12/+9
* drm/nouveau/fb/ramgk104: Touch 0x62c000 only when there is a display engineKarol Herbst2016-10-121-4/+12
* drm/nouveau/fb/gp104: initial supportBen Skeggs2016-07-144-1/+47
* drm/nouveau/fb/gp100: initial supportBen Skeggs2016-07-147-1/+224
* drm/nouveau/fb/gf100-: allow selection of an alternate big page sizeBen Skeggs2016-07-147-3/+45
* drm/nouveau/fb/gm200: setup mmu debug buffer registers at init()Ben Skeggs2016-05-202-0/+61
* drm/nouveau/fb/gk20a,gm20b: setup mmu debug buffer registers at init()Ben Skeggs2016-05-201-0/+4
* drm/nouveau/fb/gf100-: allocate mmu debug buffersBen Skeggs2016-05-206-0/+34
* drm/nouveau/fb: allow chipset-specific actions for oneinit()Ben Skeggs2016-05-202-0/+9
* drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs2016-05-201-1/+1
* drm/nouveau/fb/nv50: remove references to "daemon"Ben Skeggs2016-01-111-1/+1
* drm/nouveau/nvkm: add/remove 0's to make 7 (or 9)-nibble constants use 8 nibblesIlia Mirkin2016-01-111-4/+4
* drm/nouveau/pll/gk104: fix PLL instability due to bad configuration with gddr5Karol Herbst2015-11-031-23/+77
* drm/nouveau/bus/hwsq: Implement VBLANK waiting heuristicRoy Spliet2015-11-032-2/+2
* drm/nouveau/fb/ramnv50: Script changes for G94 and upRoy Spliet2015-11-031-6/+30
* drm/nouveau/fb/ramnv50: Deal with cards without timing entriesRoy Spliet2015-11-033-7/+50
* drm/nouveau/fb/ramnv50: Voltage GPIOsRoy Spliet2015-11-031-0/+41