summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changesBen Skeggs2020-07-241-9/+21
* drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeoutBen Skeggs2020-07-082-4/+4
* drm/nouveau: gr/gk20a: Use firmware version 0Thierry Reding2020-06-041-1/+1
* drm/nouveau/disp/gm200-: detect and potentially disable HDA support on some SORsBen Skeggs2020-06-044-4/+135
* drm/nouveau/disp/gp100: split SOR implementation from gm200Ben Skeggs2020-06-045-2/+63
* drm/nouveau/disp: modify OR allocation policy to account for HDA requirementsBen Skeggs2020-06-041-4/+22
* drm/nouveau/disp: split part of OR allocation logic into a functionBen Skeggs2020-06-041-26/+37
* drm/nouveau/disp: provide hint to OR allocation about HDA requirementsBen Skeggs2020-06-043-4/+4
* drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selectionBen Skeggs2020-06-011-2/+2
* drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0 register movedBen Skeggs2020-05-225-2/+35
* drm/nouveau/disp/hda/gf119-: select HDA device entry based on bound headBen Skeggs2020-05-221-3/+4
* drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SFBen Skeggs2020-05-228-2/+17
* drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()Ben Skeggs2020-05-224-6/+6
* drm/nouveau/device: use regular PRI accessors in chipset detectionBen Skeggs2020-05-221-18/+13
* drm/nouveau/device: detect vGPUsKarol Herbst2020-05-221-3/+12
* drm/nouveau/device: detect if changing endianness failedKarol Herbst2020-05-221-5/+21
* drm/nouveau/device: rework mmio mapping code to get rid of second mapKarol Herbst2020-05-221-12/+15
* drm/nouveau/mmu: Remove unneeded semicolonZheng Bin2020-05-222-2/+2
* drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpyZou Wei2020-05-221-8/+4
* drm/nouveau/core/memory: remove redundant assignments to variable retColin Ian King2020-05-221-1/+1
* drm/nouveau/disp/gv100-: expose capabilities classBen Skeggs2020-05-225-0/+67
* drm/nouveau/bios: move ACPI _ROM handlingBen Skeggs2020-05-221-18/+47
* drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitionsBen Skeggs2020-05-221-0/+11
* drm/nouveau/ibus: use nvkm_subdev_new_()Ben Skeggs2020-05-226-30/+6
* drm/nouveau/core: add nvkm_subdev_new_() for bare subdevsBen Skeggs2020-05-221-0/+11
* drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped firstBen Skeggs2020-05-221-0/+5
* Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-2/+2
|\
| * drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang2020-03-281-2/+2
* | Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2020-04-162-0/+19
|\ \
| * | drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()Ben Skeggs2020-04-162-0/+19
* | | Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-071-0/+26
|\| |
| * | drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs2020-04-071-0/+26
| |/
* | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+15
|\ \ | |/ |/|
| * PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-03-301-2/+15
* | drm/nouveau/gr/tu11x: initial supportBen Skeggs2020-02-172-0/+28
* | drm/nouveau/acr/tu11x: initial supportBen Skeggs2020-02-173-0/+18
|/
* drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsBen Skeggs2020-02-031-0/+6
* drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2020-01-292-12/+32
* drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs2020-01-291-1/+5
* drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs2020-01-291-6/+17
* drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs2020-01-291-0/+2
* drm/nouveau/mmu: fix comptag memory leakBen Skeggs2020-01-231-1/+1
* drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbcThierry Reding2020-01-233-3/+4
* drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrappingThierry Reding2020-01-232-4/+14
* drm/nouveau/gr/tu10x: initial supportBen Skeggs2020-01-1510-11/+309
* drm/nouveau/acr/tu10x: initial supportBen Skeggs2020-01-155-0/+228
* drm/nouveau/core: remove previous versioned fw loaderBen Skeggs2020-01-153-28/+15
* drm/nouveau/secboot: removeBen Skeggs2020-01-1531-4158/+1
* drm/nouveau/acr: implement new subdev to replace "secure boot"Ben Skeggs2020-01-1527-46/+1926
* drm/nouveau/fb/gp102-: unlock VPR as part of FB initBen Skeggs2020-01-158-121/+193