summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev
AgeCommit message (Expand)AuthorFilesLines
2018-05-18drm/nouveau/clk: Use list_for_each_entry_from_reverseArushi Singhal1-6/+4
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs1-0/+21
2018-05-18drm/nouveau/fault/gv100: initial supportBen Skeggs2-0/+207
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs4-0/+135
2018-05-18drm/nouveau/fb/gv100: initial supportBen Skeggs4-1/+50
2018-05-18drm/nouveau/top/gv100: initial supportBen Skeggs1-1/+2
2018-05-18drm/nouveau/devinit/gv100: initial supportBen Skeggs4-1/+83
2018-05-18drm/nouveau/bios/pll: limits table 5.0Ben Skeggs1-1/+18
2018-05-18drm/nouveau/bios/gv100: initial supportBen Skeggs1-1/+4
2018-05-18drm/nouveau/kms/nv50-: determine MST support from DP Info TableBen Skeggs1-1/+1
2018-05-18drm/nouveau/gr/gp102-: setup stencil zbcBen Skeggs5-3/+70
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-05-18drm/nouveau/fault/gp100: implement replayable fault buffer initialisationBen Skeggs2-0/+70
2018-05-18drm/nouveau/fault: add infrastructure to support fault buffersBen Skeggs3-0/+214
2018-05-18drm/nouveau/mc/gp100-: route fault buffer interrupts to FAULTBen Skeggs3-2/+22
2018-05-18drm/nouveau/core: define FAULT subdevBen Skeggs2-0/+1
2018-05-18drm/nouveau/secboot: remove VLA usageGustavo A. R. Silva1-4/+3
2018-03-30Merge airlied/drm-next into drm-misc-nextSean Paul2-4/+4
2018-03-26gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entryArushi Singhal1-1/+1
2018-03-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+1
2018-03-16drm/nouveau/mmu: ALIGN_DOWN correct variableMāris Nartišs1-1/+1
2018-02-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-3/+3
2018-02-16drm/nouveau: Make clock gate support conditionalThierry Reding1-3/+3
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds30-1399/+2101
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+9
2018-02-02drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningArnd Bergmann1-3/+6
2018-02-02drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-02-02drm/nouveau: Introduce NvPmEnableGating optionLyude Paul1-1/+3
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Lyude Paul2-0/+72
2018-02-02drm/nouveau: Add support for BLCG on Kepler1Lyude Paul10-1/+167
2018-02-02drm/nouveau: Add support for basic clockgating on Kepler1Lyude Paul7-14/+286
2018-02-02drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs4-1/+71
2018-02-02drm/nouveau/secboot/r370: implement support for booting LS SEC2 ucodeBen Skeggs1-0/+39
2018-02-02drm/nouveau/secboot/r370: move a bunch of r375 stuff to a new implementationBen Skeggs5-86/+163
2018-02-02drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder1-1/+2
2018-02-02drm/nouveau/pmu/fuc: don't use movw directly anymoreKarol Herbst4-1292/+1292
2018-01-26Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-15/+31
2018-01-26drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul1-15/+31
2018-01-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie7-10/+108
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs5-8/+106
2018-01-19drm/nouveau/bar/gk20a: Avoid bar teardown during initJon Hunter2-2/+2
2018-01-12drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+9
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie3-2/+16
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst1-0/+7
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs1-1/+1
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs1-1/+8
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds126-2166/+7263
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva1-6/+6