summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2019-06-07drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FWBen Skeggs1-14/+14
2019-06-07drm/nouveau/secboot: split out FW version-specific LS function pointersBen Skeggs6-41/+141
2019-06-07drm/nouveau/secboot: pass max supported FW version to LS load funcsBen Skeggs6-21/+32
2019-06-07drm/nouveau/core: support versioned firmware loadingBen Skeggs1-4/+26
2019-06-07drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than deviceBen Skeggs5-13/+12
2019-05-14drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...Ben Skeggs1-2/+9
2019-05-14drm/nouveau/core: initial support for boards with TU117 chipsetBen Skeggs1-0/+36
2019-05-14drm/nouveau/core: allow detected chipset to be overriddenBen Skeggs1-2/+22
2019-05-01drm/nouveau/fb/ramgk104: fix spelling mistake "sucessfully" -> "successfully"Colin Ian King1-1/+1
2019-05-01drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul5-2/+63
2019-05-01drm/nouveau/mmu: qualify vmm during dtorJon Derrick1-1/+1
2019-05-01drm/nouveau/bar/gf100: ensure BAR is mappedJon Derrick1-0/+2
2019-05-01drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick1-3/+9
2019-05-01drm/nouveau/bar/nv50: check bar1 vmm return valueJon Derrick1-0/+2
2019-02-20drm/nouveau/fault/gv100-: expose VoltaFaultBufferABen Skeggs2-0/+17
2019-02-20drm/nouveau/fault/gp100: expose MaxwellFaultBufferABen Skeggs6-8/+126
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs8-12/+48
2019-02-20drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancelBen Skeggs6-0/+85
2019-02-20drm/nouveau/mmu: add a privileged method to directly manage PTEsBen Skeggs4-34/+424
2019-02-20drm/nouveau/mmu: store mapped flag separately from memory pointerBen Skeggs1-5/+10
2019-02-20drm/nouveau/mmu: support initialisation of client-managed address-spacesBen Skeggs18-109/+164
2019-02-20drm/nouveau/gr/gf100-: expose method to determine current contextBen Skeggs3-0/+17
2019-02-20drm/nouveau/gr/gf100-: expose fecs methods for pausing ctxswBen Skeggs4-0/+78
2019-02-20drm/nouveau/falcon: fix a few indentation issuesColin Ian King1-3/+3
2019-02-20drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidationBen Skeggs9-2/+49
2019-02-20drm/nouveau/mmu/gf100-: make mmu invalidate function more generalBen Skeggs3-9/+12
2019-02-20drm/nouveau/gr/gf100-: store fecs/gpccs falcon pointers in substructuresBen Skeggs2-18/+28
2019-02-20drm/nouveau/gr/gf100-: move fecs bind_pointer into a functionBen Skeggs3-7/+24
2019-02-20drm/nouveau/gr/gf100-: remove some unnecessary reg writesBen Skeggs1-6/+1
2019-02-20drm/nouveau/gr/gf100-: move fecs elpg setup into functionsBen Skeggs1-29/+84
2019-02-20drm/nouveau/gr/gf100-: move fecs discover_pm_image_size into a functionBen Skeggs2-8/+21
2019-02-20drm/nouveau/gr/gf100-: move fecs discover_zcull_image_size into a functionBen Skeggs2-8/+21
2019-02-20drm/nouveau/gr/gf100-: move fecs discover_image_size into a functionBen Skeggs1-8/+21
2019-02-20drm/nouveau/gr/gf100-: move fecs set_watchdog_timeout method into a functionBen Skeggs1-3/+11
2019-02-20drm/nouveau/disp/gf119-: decode exception reason to human-readable stringBen Skeggs4-12/+26
2019-02-20drm/nouveau/bios/init: handle INIT_GENERIC_CONDITION_ID_NO_PANEL_SEQ_DELAYSBen Skeggs1-0/+3
2019-02-20drm/nouveau/bios/init: label existing INIT_GENERIC_CONDITION typesBen Skeggs1-4/+4
2019-02-20drm/nouveau/secboot: fix missing newline in error messagesBen Skeggs1-2/+2
2019-02-20drm/nouveau/sec2/tu102-: instantiate SEC2 falconBen Skeggs3-0/+37
2019-02-20drm/nouveau/sec2: utilise engine PRI address from TOPBen Skeggs3-10/+18
2019-02-20drm/nouveau/nvdec/tu102-: instantiate NVDEC0 falconBen Skeggs1-0/+3
2019-02-20drm/nouveau/nvdec/gp102-: utilise engine PRI address from TOPBen Skeggs1-1/+9
2019-02-20drm/nouveau/gsp/gv100-: instantiate GSP falconBen Skeggs4-0/+70
2019-02-20drm/nouveau/top/gv100-: translate entry for the GSPBen Skeggs1-0/+2
2019-02-20drm/nouveau/top: add function to lookup PRI address for devicesBen Skeggs1-0/+16
2019-02-20drm/nouveau/core: define GSP subdevBen Skeggs5-0/+5
2019-02-20drm/nouveau/pmu: don't print reply values if exec is falseColin Ian King1-2/+2
2019-02-20drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King1-1/+1
2019-02-20drm/nouveau/bios/dp: make array vsoff static, shrinks object sizeColin Ian King1-1/+1
2019-02-20drm/nouveau/ce/tu102: rename implementation from tu104Ben Skeggs3-19/+19