summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-11-08drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter
2017-11-08drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter
2017-11-07drm/amd/powerplay: initialize a variable before using itNicolas Iooss
2017-11-07drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan
2017-11-07drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He
2017-11-08Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/d...Dave Airlie
2017-11-06Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer
2017-11-03drm/amd/amdgpu: Enabling ACP clock in hw_init (v2)Akshu Agrawal
2017-11-04Merge tag 'drm-intel-next-2017-10-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2017-11-03drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON
2017-11-03drm/amdgpu/virt: don't dereference undefined 'module' structArnd Bergmann
2017-11-03Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-nextDave Airlie
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-03Merge tag 'drm-amdkfd-next-2017-11-02' of git://people.freedesktop.org/~gabba...Dave Airlie
2017-11-03Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
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
2017-11-02drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mappingBen Skeggs
2017-11-02drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mappingBen Skeggs
2017-11-02drm/nouveau/mmu: add base for type-based memory allocationBen Skeggs
2017-11-02drm/nouveau/mmu: build up information on available memory typesBen Skeggs
2017-11-02drm/nouveau: remove explicit unmapsBen Skeggs
2017-11-02drm/nouveau/gr/gf100-: replace hardcoded instance/vmm setup in grctx generationBen Skeggs
2017-11-02drm/nouveau/gr/gf100-: use new interfaces for vmm operationsBen Skeggs