summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2020-01-27drm/nouveau/pmu: don't print reply values if exec is falseColin Ian King1-2/+2
2020-01-27drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King1-1/+1
2020-01-23drm/nouveau/mmu: qualify vmm during dtorJon Derrick1-1/+1
2020-01-23drm/nouveau/bar/gf100: ensure BAR is mappedJon Derrick1-0/+2
2020-01-23drm/nouveau/bar/nv50: check bar1 vmm return valueJon Derrick1-0/+2
2019-10-07drm/nouveau/volt: Fix for some cards having 0 maximum voltageMark Menzynski1-0/+2
2019-08-29drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-07-26drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul1-0/+20
2019-06-15drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...Ben Skeggs1-2/+9
2019-06-09drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul5-2/+63
2019-05-31drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick1-3/+9
2019-04-20drm/nouveau/volt/gf117: fix speedo readout registerIlia Mirkin3-1/+62
2019-02-20drm/nouveau/falcon: avoid touching registers if engine is offIlia Mirkin1-2/+5
2019-02-20drm/nouveau: Don't disable polling in fallback modeTakashi Iwai1-3/+4
2018-11-21drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva1-0/+1
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs1-10/+11
2018-09-06drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs4-3/+28
2018-09-06drm/nouveau/disp: fix DP disable raceBen Skeggs4-9/+19
2018-09-06drm/nouveau/disp: move eDP panel power handlingBen Skeggs1-3/+34
2018-09-06drm/nouveau/disp: remove unused struct memberBen Skeggs2-2/+0
2018-09-06drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs1-1/+2
2018-09-06drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs1-1/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie4-0/+15
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-07-16drm/nouveau: tegra: Detach from ARM DMA/IOMMU mappingThierry Reding1-0/+13
2018-07-16drm/nouveau/secboot/acr: Remove VLA usageKees Cook2-4/+37
2018-07-16drm/nouveau/bios/vpstate: There are some fermi vbios with no boost or tdp entryKarol Herbst1-2/+8
2018-07-16drm/nouveau/disp/nv50-gp10x: fix coverity warningBen Skeggs2-3/+3
2018-07-16drm/nouveau/core: ERR_PTR vs NULL bug in nvkm_engine_info()Ben Skeggs1-1/+2
2018-07-16drm/nouveau/mmu/gp10b: remove ghost fileJérôme Glisse1-0/+0
2018-07-16drm/nouveau/secboot/tegra: Enable gp20b/gp10b firmware tag when relevantNicolas Chauvet2-0/+4
2018-07-16drm/nouveau/fault/gv100: fix fault buffer initialisationBen Skeggs3-13/+19
2018-07-16drm/nouveau/gr/gv100: handle multiple SM-per-TPC for shader exceptionsBen Skeggs1-7/+14
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+3
2018-06-06treewide: Use struct_size() for vmalloc()-familyKees Cook1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-05-18drm/nouveau/gr/gf100-: insert some WFIs during gr initBen Skeggs2-0/+6
2018-05-18drm/nouveau/clk: Use list_for_each_entry_from_reverseArushi Singhal1-6/+4
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs10-3/+391
2018-05-18drm/nouveau/ce/gv100: initial supportBen Skeggs3-0/+50
2018-05-18drm/nouveau/fifo/gv100: initial supportBen Skeggs10-10/+635
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs21-9/+1511
2018-05-18drm/nouveau/dma/gv100: initial supportBen Skeggs5-0/+158
2018-05-18drm/nouveau/therm/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/pmu/gv100: initial supportBen Skeggs1-0/+1