summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/device: fix changing endianess code to work on older GPUsKarol Herbst2020-10-301-13/+26
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+1
|\
| * drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+1
* | drm/nouveau/device: return error for unknown chipsetsKarol Herbst2020-10-071-0/+1
|/
* Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-0670-137/+234
|\
| * drm/nouveau/kms/nv50-: implement proper push buffer control logicBen Skeggs2020-07-249-8/+21
| * drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2414-41/+41
| * drm/nouveau/vmm/gp100-: fix mapping 2MB sysmem pagesRalph Campbell2020-07-242-3/+84
| * drm/nouveau/mmu: make nvkm_vmm_ctor() staticRalph Campbell2020-07-242-4/+1
| * drm/nouveau/sec2/gp102: allow module to load when LSFW is missingBen Skeggs2020-07-243-10/+13
| * drm/nouveau/gr/gm200-: explicitly handle nofwBen Skeggs2020-07-2412-11/+29
| * drm/nouveau/pmu/gm200-: explicitly handle nofwBen Skeggs2020-07-245-4/+15
| * drm/nouveau/pmu/gm20x: don't pretend we support loading with our custom FWBen Skeggs2020-07-243-10/+10
| * drm/nouveau/acr: store a mask of LS falcons the controlling LSFW can bootstrapBen Skeggs2020-07-244-6/+35
| * drm/nouveau/acr: store a mask of LS falcons the HSFW can bootstrapBen Skeggs2020-07-243-4/+14
| * drm/nouveau/acr: allow module to load when HSFW(s) are missingBen Skeggs2020-07-247-6/+25
| * drm/nouveau/acr: refuse to load LSFW if HSFW is missingBen Skeggs2020-07-241-1/+1
| * drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisationBen Skeggs2020-07-242-3/+2
| * drm/nouveau/nvfw: firmware structures should begin with nvfw_Timur Tabi2020-07-246-12/+12
| * drm/nouveau/therm/gt215: make gt215_therm_init staticBen Skeggs2020-07-241-1/+1
| * drm/nouveau/mmu: make a couple of functions staticBen Skeggs2020-07-242-2/+2
| * drm/nouveau/mc/gp10b: make gp10b_mc_init staticBen Skeggs2020-07-241-1/+1
| * drm/nouveau/nvfw/acr: make lsb_header_tail_dump staticBen Skeggs2020-07-241-3/+2
| * drm/nouveau/gr/gf100-: make some functions staticBen Skeggs2020-07-242-6/+6
| * drm/nouveau/disp/gm200-: remove 'head' parameter from nvkm_ior_func.hdmi.scdc()Ben Skeggs2020-07-243-5/+4
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-052-5/+91
|\ \
| * | nouveau: fix storing invalid ptesRalph Campbell2020-07-281-4/+9
| * | nouveau: fix mapping 2MB sysmem pagesRalph Campbell2020-07-102-3/+84
* | | 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