summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann24-56/+276
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds23-50/+263
2020-04-07drm/nouveau/kms/nv50-: wait for FIFO space on PIO channelsBen Skeggs3-6/+25
2020-04-07drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs11-22/+102
2020-04-07drm/nouveau/nvif: access PTIMER through usermode class, if availableBen Skeggs3-5/+24
2020-04-07drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs1-0/+26
2020-04-07drm/nouveau: workaround runpm fail by disabling PCI power management on certa...Karol Herbst2-0/+65
2020-04-07drm/nouveau/svm: remove useless SVM range checkRalph Campbell1-3/+0
2020-04-07drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell1-0/+5
2020-04-07drm/nouveau/svm: fix vma range check for migrationRalph Campbell1-0/+1
2020-04-07drm/nouveau: remove checks for return value of debugfs functionsWambui Karuga1-12/+8
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs1-2/+7
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+15
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-16/+6
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-2/+15
2020-03-28drm/nouveau/therm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe1-1/+1
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig1-12/+0
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2-3/+3
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig1-0/+1
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig1-0/+1
2020-03-19Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-19/+0
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-9/+5
2020-03-18drm/nouveau: make nouveau_drm_debugfs_init() return 0Wambui Karuga1-12/+8
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard5-0/+48
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-12/+1
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya1-12/+0
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya1-7/+0
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie5-0/+48
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2-11/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard220-7803/+8379
2020-02-17drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul1-0/+2
2020-02-17drm/nouveau/gr/tu11x: initial supportBen Skeggs2-0/+28
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs3-0/+18
2020-02-13drm/nouveau: Convert to CRTC VBLANK callbacksThomas Zimmermann5-18/+11
2020-02-13drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann5-15/+9
2020-02-03drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetBen Skeggs2-6/+2
2020-02-03drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathBen Skeggs4-6/+44
2020-02-03drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsBen Skeggs1-0/+6
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs1-6/+17
2020-01-29drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs1-0/+2
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs1-1/+10
2020-01-29drm/nouveau: signal pending fences when channel has been killedBen Skeggs3-1/+12
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs1-0/+2
2020-01-29drm/nouveau: zero vma pointer even if we only unreference it rather than freeBen Skeggs1-1/+1
2020-01-29drm/nouveau: Add HD-audio component notifier supportTakashi Iwai3-0/+119
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson1-1/+1