summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-18/+18
2025-11-24drm/nouveau: verify that hardware supports the flush page addressTimur Tabi-0/+15
2025-11-24drm/nouveau: restrict the flush page to a 32-bit addressTimur Tabi-1/+1
2025-05-19drm/nouveau: add support for GB20xBen Skeggs-0/+31
2025-05-19drm/nouveau: add support for GB10xBen Skeggs-0/+35
2025-05-19drm/nouveau: add support for GH100Ben Skeggs-1/+34
2024-09-10drm/nouveau/fb: restore init() for ramgp102Ben Skeggs-1/+4
2023-10-31drm/nouveau/mmu/r535: initial supportBen Skeggs-0/+37
2023-10-31drm/nouveau/fb/tu102-: prepare for GSP-RMBen Skeggs-5/+110
2023-07-06drm/nouveau/fb/ga102-: construct vidmem heap via new gp102 pathsBen Skeggs-43/+8
2023-07-06drm/nouveau/fb/gp102-ga100: switch to simpler vram size detection methodBen Skeggs-4/+71
2023-04-11drm/nouveau/fb: add missing sysmen flush callbacksKarol Herbst-0/+4
2023-02-21drm/nouveau/fb/gp102-: cache scrubber binary on first loadBen Skeggs-49/+34
2023-01-30drm/nouveau/fb/tu102-: fix register used to determine scrub statusBen Skeggs-12/+59
2022-11-09drm/nouveau/fb/ga102: load and boot VPR scrubber FWBen Skeggs-0/+32
2022-11-09drm/nouveau/fb/gp102-: unlock VPR right after devinitBen Skeggs-9/+10
2022-11-09drm/nouveau/fb: handle sysmem flush page from common codeBen Skeggs-83/+75
2022-11-09drm/nouveau/flcn: new code to load+boot simple HS FWs (VPR scrubber)Ben Skeggs-56/+7
2022-11-09drm/nouveau/fifo: add new channel lookup interfacesBen Skeggs-6/+5
2022-11-09drm/nouveau/imem: allow bar2 mapping of user allocationsBen Skeggs-0/+8
2021-02-11drm/nouveau/disp: switch to instanced constructorBen Skeggs-4/+4
2021-02-11drm/nouveau/fb: switch to instanced constructorBen Skeggs-85/+84
2021-02-11drm/nouveau/device: pass instance id when looking up a subdev/engineBen Skeggs-4/+4
2021-02-11drm/nouveau/fb: protect vram mm with private mutexBen Skeggs-5/+7
2021-02-11drm/nouveau/fb: protect comptags with private mutexBen Skeggs-11/+13
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs-1/+127
2020-11-08drm: remove unneeded breakTom Rix-1/+0
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs-0/+2
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs-12/+32
2020-01-15drm/nouveau/acr/tu10x: initial supportBen Skeggs-0/+3
2020-01-15drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs-2/+129
2020-01-15drm/nouveau/fb/gf100-: declare constants as unsigned long long.Wambui Karuga-6/+6
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin-8/+8
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman-0/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2019-05-01drm/nouveau/fb/ramgk104: fix spelling mistake "sucessfully" -> "successfully"Colin Ian King-1/+1
2019-04-10drm/nouveau/nvkm: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-02-20drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King-1/+1
2018-12-11drm/nouveau/bios: translate additional memory typesBen Skeggs-4/+10
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie-0/+15
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs-0/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-18drm/nouveau/fb/gv100: initial supportBen Skeggs-1/+50
2018-05-18drm/nouveau/fb/gm200-: fix overwriting of big page settingBen Skeggs-2/+0
2018-05-18drm/nouveau/fb/gf100-: bump size of mmu debug buffers to match big page sizeBen Skeggs-3/+3
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds-0/+162
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Lyude Paul-0/+72