aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2018-01-26Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-01-26drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul
2018-01-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs
2018-01-19drm/nouveau/bar/gk20a: Avoid bar teardown during initJon Hunter
2018-01-19drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()Thierry Reding
2018-01-09Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-01-09drm/nouveau/disp/gf119: add missing drive vfunc ptrRob Clark
2017-12-27Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2017-12-23drm/nouveau: fix race when adding delayed work itemsBen Skeggs
2017-12-21Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2017-12-20drm/nouveau: fix obvious memory leakBen Skeggs
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2017-12-19drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs
2017-12-19drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memoryBen Skeggs
2017-12-19drm/nouveau/mmu/gp10b: use correct implementationBen Skeggs
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs
2017-12-19drm/nouveau/fbcon: fix NULL pointer access in nouveau_fbcon_destroyKarol Herbst
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-03drm/nouveau/bios: make const arrays hwsq_signature and edid_sig staticColin Ian King
2017-11-03drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02drm/nouveau/gr/gf100-: don't prevent module load if firmware missingBen Skeggs
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs
2017-11-02drm/nouveau: improve selection of GPU page sizeBen Skeggs
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs
2017-11-02drm/nouveau: remove unused nouveau_fence_work()Ben Skeggs
2017-11-02drm/nouveau: queue delayed unmapping of VMAs on client workqueueBen Skeggs
2017-11-02drm/nouveau: implement per-client delayed workqueue with fence supportBen Skeggs
2017-11-02drm/nouveau: determine memory class for each clientBen Skeggs
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs
2017-11-02drm/nouveau: switch to vmm limitBen Skeggs
2017-11-02drm/nouveau: allocate vmm object for every clientBen Skeggs
2017-11-02drm/nouveau: replace use of cpu_coherent with memory typesBen Skeggs
2017-11-02drm/nouveau: use nvif_mmu_type to determine BAR1 cachingBen Skeggs
2017-11-02drm/nouveau: fetch memory type indices that we care about for ttmBen Skeggs
2017-11-02drm/nouveau: consolidate handling of dma maskBen Skeggs
2017-11-02drm/nouveau: check kind validity against mmu objectBen Skeggs
2017-11-02drm/nouveau: allocate mmu object for every clientBen Skeggs
2017-11-02drm/nouveau: remove trivial cases of nvxx_device() usageBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs
2017-11-02drm/nouveau/mmu/gf100-: type-based vram allocation and bar mappingBen Skeggs