summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_drv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-10drm/mode_object: fix documentation for object lookups.Dave Airlie7-1/+8
2017-11-09drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson1-6/+6
2017-11-09drm/i915: Move init_clock_gating() back to where it wasVille Syrjälä2-28/+30
2017-11-09drm/i915: Prune the reservation shared fence arrayChris Wilson1-0/+7
2017-11-09drm/i915: Idle the GPU before shinking everythingChris Wilson1-0/+12
2017-11-09drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson1-1/+7
2017-11-09drm/i915: Calculate ironlake intermediate watermarks correctly, v2.Maarten Lankhorst1-1/+8
2017-11-09drm/i915: Disable lazy PPGTT page table optimization for vGPUJoonas Lahtinen1-1/+1
2017-11-09drm/i915/execlists: Remove the priority "optimisation"Chris Wilson1-2/+0
2017-11-09drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson5-13/+62
2017-11-08drm/amdgpu: use irq-safe lock for kiq->ring_lockpding1-4/+6
2017-11-08drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding1-1/+2
2017-11-08drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter1-1/+1
2017-11-08drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter1-1/+1
2017-11-07drm/amd/powerplay: initialize a variable before using itNicolas Iooss1-0/+2
2017-11-07drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan1-0/+4
2017-11-07drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He1-4/+1
2017-11-07drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debugVille Syrjälä1-2/+2
2017-11-06drm/rockchip: add CONFIG_OF dependency for lvdsArnd Bergmann1-1/+1
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2-13/+12
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer1-12/+4
2017-11-03drm/amd/amdgpu: Enabling ACP clock in hw_init (v2)Akshu Agrawal1-35/+124
2017-11-03drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON1-2/+2
2017-11-03drm/amdgpu/virt: don't dereference undefined 'module' structArnd Bergmann1-0/+2
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva1-6/+6
2017-11-03drm/nouveau/bios: make const arrays hwsq_signature and edid_sig staticColin Ian King1-2/+2
2017-11-03drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs1-0/+1
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs1-2/+2
2017-11-02drm/nouveau/gr/gf100-: don't prevent module load if firmware missingBen Skeggs1-2/+6
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs57-427/+40
2017-11-02drm/nouveau: improve selection of GPU page sizeBen Skeggs1-10/+38
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs10-156/+209
2017-11-02drm/nouveau: remove unused nouveau_fence_work()Ben Skeggs2-57/+0
2017-11-02drm/nouveau: queue delayed unmapping of VMAs on client workqueueBen Skeggs1-6/+30
2017-11-02drm/nouveau: implement per-client delayed workqueue with fence supportBen Skeggs2-0/+70
2017-11-02drm/nouveau: determine memory class for each clientBen Skeggs2-0/+17
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs17-41/+54
2017-11-02drm/nouveau: switch to vmm limitBen Skeggs2-8/+6
2017-11-02drm/nouveau: allocate vmm object for every clientBen Skeggs6-36/+44
2017-11-02drm/nouveau: replace use of cpu_coherent with memory typesBen Skeggs1-2/+11
2017-11-02drm/nouveau: use nvif_mmu_type to determine BAR1 cachingBen Skeggs2-2/+3
2017-11-02drm/nouveau: fetch memory type indices that we care about for ttmBen Skeggs2-1/+32
2017-11-02drm/nouveau: consolidate handling of dma maskBen Skeggs3-44/+13
2017-11-02drm/nouveau: check kind validity against mmu objectBen Skeggs1-2/+12
2017-11-02drm/nouveau: allocate mmu object for every clientBen Skeggs2-0/+22
2017-11-02drm/nouveau: remove trivial cases of nvxx_device() usageBen Skeggs2-37/+31
2017-11-02drm/nouveau/mmu: define user interfaces to mmu vmm opertaionsBen Skeggs8-0/+647
2017-11-02drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs12-1/+363
2017-11-02drm/nouveau/mmu: define user interfaces to mmuBen Skeggs24-1/+413