aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11drm/nouveau/bios: translate additional memory typesBen Skeggs2-4/+10
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie4-0/+15
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs4-0/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-18drm/nouveau/fb/gv100: initial supportBen Skeggs4-1/+50
2018-05-18drm/nouveau/fb/gm200-: fix overwriting of big page settingBen Skeggs1-2/+0
2018-05-18drm/nouveau/fb/gf100-: bump size of mmu debug buffers to match big page sizeBen Skeggs2-3/+3
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-0/+162
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Lyude Paul2-0/+72
2018-02-02drm/nouveau: Add support for BLCG on Kepler1Lyude Paul4-0/+90
2018-01-11drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+9
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds53-355/+249
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs30-82/+0
2017-11-02drm/nouveau/fb/ram: use new interfaces for vmm operationsBen Skeggs1-4/+14
2017-11-02drm/nouveau/fb/gm200: enable NV_PFB_MMU_CTRL_USE_FULL_COMP_TAG_LINE where appropriateBen Skeggs1-3/+3
2017-11-02drm/nouveau/fb/ram: remove old allocatorsBen Skeggs10-163/+0
2017-11-02drm/nouveau: directly handle comptag allocationBen Skeggs2-35/+0
2017-11-02drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfacesBen Skeggs1-0/+1
2017-11-02drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()Ben Skeggs1-9/+9
2017-11-02drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory objectBen Skeggs1-0/+122
2017-11-02drm/nouveau/core/memory: add reference countingBen Skeggs1-2/+2
2017-11-02drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu mapBen Skeggs1-1/+5
2017-11-02drm/nouveau/fb: move comptag init out of ram submoduleBen Skeggs30-38/+63
2017-11-02drm/nouveau/fb: move comptags mm into nvkm_fbBen Skeggs9-12/+12
2017-11-02drm/nouveau/core/mm: have users explicitly define heap identifiersBen Skeggs4-7/+13
2017-11-02drm/nouveau/fb: finalise big page size selection in constructorBen Skeggs10-26/+32
2017-08-22drm/nouveau/fb/gf100-: zero mmu debug buffersBen Skeggs1-2/+2
2017-06-16drm/nouveau/fb/ram/nv40-: use new devinit script interpreter entry-pointBen Skeggs3-22/+4
2017-05-12drm/nouveau/fb/ram/gf100-: remove 0x10f200 readBen Skeggs1-1/+0
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner1-1/+1
2017-04-06drm/nouveau/fb: add GP10B supportAlexandre Courbot2-0/+39
2017-03-07drm/nouveau/fb/gf100-: rework ram detectionBen Skeggs7-101/+173
2017-03-07drm/nouveau/fb/gm200: split ram implementation from gm107Ben Skeggs4-1/+44
2017-03-07drm/nouveau/fb/gf108: split implementation from gf100Ben Skeggs4-0/+85
2017-03-07drm/nouveau/fb/gf100-: modify constructors to allow more customisationBen Skeggs4-52/+81
2017-02-17drm/nouveau: fix bug id typo in commentIlia Mirkin1-1/+1
2017-02-17drm/nouveau/core/mm: replace region list with next pointerBen Skeggs2-18/+15
2017-02-17drm/nouveau/fb/ram/gk104: remove unused best_clk variableBen Skeggs1-3/+1
2016-11-28drm/nouveau/fb/ram/gp100-: fix memory detection where FBP_NUM != FBPA_NUMBen Skeggs1-2/+2
2016-11-17drm/nouveau/fb/gp102: rename from gp104Ben Skeggs2-4/+4
2016-11-07drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs1-2/+0
2016-11-07drm/nouveau/fb: add gm20b deviceAlexandre Courbot4-1/+46
2016-11-07drm/nouveau/fb/gk20a: use regular gf100's functionsAlexandre Courbot1-12/+5
2016-11-07drm/nouveau/fb/gk20a: fix constructor callAlexandre Courbot1-1/+2
2016-11-07drm/nouveau: mark symbols static where possibleBaoyou Xie1-4/+4
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie2-0/+2
2016-10-12drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-10/+18
2016-10-12drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-12/+13
2016-10-12drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst3-12/+9