summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-11-20drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher1-0/+4
2017-11-20drm/amd/pp: fix typecast error in powerplay.Rex Zhu1-2/+2
2017-11-17Revert "drm/radeon: dont switch vt on suspend"Alex Deucher1-1/+0
2017-11-17drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fenceRoger He1-1/+1
2017-11-16drm/amd/powerplay: fix unfreeze level smc message for smu7Eric Huang1-1/+1
2017-11-16drm/amdgpu:fix memleakMonk Liu3-0/+25
2017-11-16drm/amdgpu:fix memleak in takedownMonk Liu2-11/+0
2017-11-15drm/amd/pp: fix dpm randomly failed on Vega10Rex Zhu2-14/+16
2017-11-14drm/amdgpu: set f_mapping on exported DMA-bufsChristian König1-1/+5
2017-11-14drm/amdgpu: Properly allocate VM invalidate eng v2ozeng1-3/+12
2017-11-13drm/amd/amdgpu: if visible VRAM allocation fail, fall back to invisible try a...Roger He1-0/+5
2017-11-13drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)Tom St Denis1-20/+20
2017-11-13drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bitChristian König2-4/+4
2017-11-13drm/amdgpu/gfx9: implement wave VGPR readingNicolai Hähnle1-0/+10
2017-11-13drm/amdgpu: Add common golden settings for GFX9Ken Wang1-0/+9
2017-11-09drm/amd/powerplay: fix copy-n-paste error on vddci_buf indexColin Ian King1-1/+1
2017-11-09drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fenceEmily Deng1-2/+5
2017-11-09drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang1-6/+0
2017-11-09Merge tag 'drm-misc-next-fixes-2017-11-08' of git://anongit.freedesktop.org/d...Dave Airlie2-3/+3
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-08Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/d...Dave Airlie2-3/+3
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-06Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-60/+142
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-04Merge tag 'drm-intel-next-2017-10-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie60-1387/+1945
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-03Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-nextDave Airlie5-10/+16
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-03Merge tag 'drm-amdkfd-next-2017-11-02' of git://people.freedesktop.org/~gabba...Dave Airlie25-1541/+449
2017-11-03Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie9-51/+68
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