summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine
AgeCommit message (Expand)AuthorFilesLines
2021-01-15drm/nouveau/disp/ga10[24]: initial supportBen Skeggs11-8/+279
2021-01-15drm/nouveau/dmaobj/ga10[24]: initial supportBen Skeggs1-0/+2
2021-01-15drm/nouveau/i2c/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/gpio/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/bar/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/mmu/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/timer/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/fb/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/imem/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/privring/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/mc/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/devinit/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/bios/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/pci/ga10[024]: initial supportBen Skeggs1-0/+3
2021-01-15drm/nouveau/core: recognise GA10[024]Ben Skeggs2-3/+33
2021-01-15drm/nouveau/i2c/gk110: split out from i2c/gk104Ben Skeggs1-6/+6
2020-10-30drm/nouveau/device: fix changing endianess code to work on older GPUsKarol Herbst1-13/+26
2020-10-07drm/nouveau/device: return error for unknown chipsetsKarol Herbst1-0/+1
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-66/+105
2020-07-24drm/nouveau/kms/nv50-: implement proper push buffer control logicBen Skeggs9-8/+21
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva4-21/+21
2020-07-24drm/nouveau/sec2/gp102: allow module to load when LSFW is missingBen Skeggs3-10/+13
2020-07-24drm/nouveau/gr/gm200-: explicitly handle nofwBen Skeggs12-11/+29
2020-07-24drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs1-4/+4
2020-07-24drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs1-0/+6
2020-07-24drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi1-1/+1
2020-07-24drm/nouveau/gr/gf100-: make some functions staticBen Skeggs2-6/+6
2020-07-24drm/nouveau/disp/gm200-: remove 'head' parameter from nvkm_ior_func.hdmi.scdc()Ben Skeggs3-5/+4
2020-07-24drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changesBen Skeggs1-9/+21
2020-06-04drm/nouveau: gr/gk20a: Use firmware version 0Thierry Reding1-1/+1
2020-06-04drm/nouveau/disp/gm200-: detect and potentially disable HDA support on some SORsBen Skeggs4-4/+135
2020-06-04drm/nouveau/disp/gp100: split SOR implementation from gm200Ben Skeggs5-2/+63
2020-06-04drm/nouveau/disp: modify OR allocation policy to account for HDA requirementsBen Skeggs1-4/+22
2020-06-04drm/nouveau/disp: split part of OR allocation logic into a functionBen Skeggs1-26/+37
2020-06-04drm/nouveau/disp: provide hint to OR allocation about HDA requirementsBen Skeggs3-4/+4
2020-06-01drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selectionBen Skeggs1-2/+2
2020-05-22drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0 register movedBen Skeggs5-2/+35
2020-05-22drm/nouveau/disp/hda/gf119-: select HDA device entry based on bound headBen Skeggs1-3/+4
2020-05-22drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SFBen Skeggs8-2/+17
2020-05-22drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()Ben Skeggs4-6/+6
2020-05-22drm/nouveau/device: use regular PRI accessors in chipset detectionBen Skeggs1-18/+13
2020-05-22drm/nouveau/device: detect vGPUsKarol Herbst1-3/+12
2020-05-22drm/nouveau/device: detect if changing endianness failedKarol Herbst1-5/+21
2020-05-22drm/nouveau/device: rework mmio mapping code to get rid of second mapKarol Herbst1-12/+15
2020-05-22drm/nouveau/disp/gv100-: expose capabilities classBen Skeggs5-0/+67
2020-05-22drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitionsBen Skeggs1-0/+11
2020-04-16drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()Ben Skeggs2-0/+19
2020-04-07drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs1-0/+26
2020-02-17drm/nouveau/gr/tu11x: initial supportBen Skeggs2-0/+28
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs1-0/+2