aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs1-4/+4
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs38-85/+84
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs1-4/+4
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs1-5/+7
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs7-11/+13
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs7-1/+127
2020-11-08drm: remove unneeded breakTom Rix1-1/+0
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs1-0/+2
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs1-0/+3
2020-01-15drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs4-2/+129
2020-01-15drm/nouveau/fb/gf100-: declare constants as unsigned long long.Wambui Karuga6-6/+6
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin8-8/+8
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-05-01drm/nouveau/fb/ramgk104: fix spelling mistake "sucessfully" -> "successfully"Colin Ian King1-1/+1
2019-04-10drm/nouveau/nvkm: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-02-20drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King1-1/+1
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