aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso3-8/+9
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds158-4394/+6494
2017-08-31drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse1-31/+0
2017-08-29drm/syncobj: Rename fence_get to find_fenceJason Ekstrand1-1/+1
2017-08-21Merge tag 'drm-amdkfd-next-2017-08-18' of git://people.freedesktop.org/~gabbayo/linux into drm-nextDave Airlie34-1246/+1234
2017-08-18drm/amdgpu: fix vega10 graphic hang issue in S3 testKen Wang2-2/+9
2017-08-17drm/amdgpu: bump version for support of UVD MJPEG decodeLeo Liu1-1/+2
2017-08-17drm/amdgpu: add MJPEG check for UVD physical mode msg bufferLeo Liu1-0/+4
2017-08-17drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He9-16/+44
2017-08-17drm/amd/amdgpu: store fragment_size in vm_managerRoger He9-26/+33
2017-08-17drm/amdgpu: rename VM invalidated to movedChristian König3-12/+12
2017-08-17drm/amdgpu: separate bo_va structureChristian König7-55/+66
2017-08-17drm/amdgpu: drop the extra VM huge page flag v2Christian König2-10/+9
2017-08-17drm/amdgpu: remove superflous amdgpu_bo_kmap in the VMChristian König1-19/+9
2017-08-17drm/amdgpu: cleanup static CSA handlingChristian König6-20/+20
2017-08-17drm/amdgpu: SHADOW and VRAM_CONTIGUOUS flags shouldn't be used by userspaceChristian König1-3/+1
2017-08-17drm/amdgpu: save list length when fence is signaledChunming Zhou1-7/+6
2017-08-17drm/amdgpu: move vram usage tracking into the vram manager v2Christian König6-62/+79
2017-08-17drm/amdgpu: move gtt usage tracking into the gtt manager v2Christian König5-16/+26
2017-08-17drm/amdgpu: move debug print into the MM managersChristian König3-22/+11
2017-08-17drm/amdgpu: fix incorrect use of the lru_lockChristian König1-5/+2
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2-8/+6
2017-08-17drm/amd/amdgpu: Add tracepoint for DMA page mapping (v4)Tom St Denis2-6/+106
2017-08-17drm/amdgpu: fix Vega10 HW config for 2MB pagesChristian König2-4/+4
2017-08-17drm/amdgpu: only bind VM shadows after validation v2Christian König1-14/+8
2017-08-17drm/amdgpu: only move VM BOs in the LRU during validation v2Christian König3-59/+16
2017-08-18Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie57-1082/+740
2017-08-15drm/amdkfd: Implement image tiling mode support v2Yong Zhao1-0/+43
2017-08-15drm/amdgpu: Add kgd kfd interface get_tile_config() v2Yong Zhao3-0/+66
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben5-0/+45
2017-08-15drm/amdgpu: Add kgd/kfd interface to support scratch memory v2Moses Reuben3-2/+34
2017-08-15drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling2-2/+3
2017-08-15drm/amd: Update MEC HQD loading code for KFDFelix Kuehling10-65/+314
2017-08-15drm/amdgpu: Disable GFX PG on CZFelix Kuehling1-2/+1
2017-08-15drm/amdkfd: Update PM4 packet headersFelix Kuehling4-414/+199
2017-08-15drm/amdkfd: Clamp EOP queue size correctly on Gfx8Jay Cornwall1-2/+9
2017-08-15drm/amdkfd: Add more error printing to help bringup v2Yong Zhao1-2/+10
2017-08-15drm/amdkfd: Handle remaining BUG_ONs more gracefully v2Felix Kuehling14-55/+84
2017-08-15drm/amdkfd: Allocate gtt_sa_bitmap in long unitsFelix Kuehling1-4/+4
2017-08-15drm/amdkfd: Fix doorbell initialization and finalizationFelix Kuehling3-4/+21
2017-08-15drm/amdkfd: Remove BUG_ONs for NULL pointer argumentsFelix Kuehling15-212/+4
2017-08-15drm/amdkfd: Remove usage of alloc(sizeof(struct...Kent Russell6-11/+11
2017-08-15drm/amdkfd: Fix goto usage v2Kent Russell5-82/+66
2017-08-15drm/amdkfd: Change x==NULL/false references to !xKent Russell15-87/+85
2017-08-15drm/amdkfd: Consolidate and clean up log commandsKent Russell17-236/+158
2017-08-15drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell19-78/+91
2017-08-15drm/amdgpu: Remove hard-coded assumptions about compute pipesFelix Kuehling2-3/+3
2017-08-15drm/amdkfd: Fix allocated_queues bitmap initializationFelix Kuehling1-3/+9
2017-08-15drm/amdkfd: Remove bogus divide-by-sizeof(uint32_t)Felix Kuehling1-8/+0