summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-07drm/nouveau/kms/nv50-: wait for FIFO space on PIO channelsBen Skeggs
2020-04-07drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs
2020-04-07drm/nouveau/nvif: access PTIMER through usermode class, if availableBen Skeggs
2020-04-07drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs
2020-04-07drm/nouveau: workaround runpm fail by disabling PCI power management on certa...Karol Herbst
2020-04-07drm/nouveau/svm: remove useless SVM range checkRalph Campbell
2020-04-07drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell
2020-04-07drm/nouveau/svm: fix vma range check for migrationRalph Campbell
2020-04-07drm/nouveau: remove checks for return value of debugfs functionsWambui Karuga
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig
2020-03-19Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard
2020-02-17drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul
2020-02-17drm/nouveau/gr/tu11x: initial supportBen Skeggs
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann
2020-02-03drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetBen Skeggs
2020-02-03drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathBen Skeggs
2020-02-03drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsBen Skeggs
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs
2020-01-29drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs
2020-01-29drm/nouveau: signal pending fences when channel has been killedBen Skeggs
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs
2020-01-29drm/nouveau: zero vma pointer even if we only unreference it rather than freeBen Skeggs
2020-01-29drm/nouveau: Add HD-audio component notifier supportTakashi Iwai
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson
2020-01-23drm/nouveau: fix build error without CONFIG_IOMMU_APIChen Zhou
2020-01-23drm/nouveau/kms/nv04: remove set but not used variable 'width'YueHaibing
2020-01-23drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'YueHaibing
2020-01-23drm/nouveau/mmu: fix comptag memory leakBen Skeggs
2020-01-23drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbcThierry Reding