summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-21drm/amdkgd: Keep kgd_mem validation list in amdkfd_vmHarish Kasiviswanathan2-1/+31
2016-09-21drm/amdgpu: Modify free_memory_of_gpu interfaceHarish Kasiviswanathan6-12/+19
2016-09-21drm/amdgpu: Modify create_process_vm interfaceHarish Kasiviswanathan6-6/+23
2016-09-21drm/amdgpu: Introduce amdkfd_vm structureHarish Kasiviswanathan2-8/+39
2016-09-21drm/ttm: fix stupid parameter inversion in the pipeline codeChristian König1-1/+1
2016-09-21drm/ttm: make eviction decission a driver callbackChristian König11-13/+32
2016-09-20drm/amdkfd: Remove warning when CU Mask is zeroKent Russell2-2/+2
2016-09-19drm/amdkfd: Add flag to allocate a doorbell BOFelix Kuehling3-14/+25
2016-09-19drm/amdgpu: Add flag for KFD to allocate a doorbell BOFelix Kuehling2-6/+44
2016-09-16drm/amdkfd: Fix ttm warnings when doing fork with BOs on DGPUYong Zhao1-0/+19
2016-09-14Revert "drm/amdgpu: Disable certain CG on Carrizo to workaround KFD suspend/r...Yong Zhao1-1/+2
2016-09-14drm/amdkfd: set /dev/kfd permissions to 0666 by defaultAndres Rodriguez1-0/+10
2016-09-13drm/amdkfd: Fix unbound PASID issue when process terminates on APUYong Zhao3-4/+17
2016-09-13drm/amdkfd: Clean up the function pqm_uninit()Yong Zhao3-33/+30
2016-09-13drm/amdkfd Fix CU masking for more than 32 CUsKent Russell6-64/+101
2016-09-12drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-6/+2
2016-09-12drm/amdgpu: Disable certain CG on Carrizo to workaround KFD suspend/resumeYong Zhao1-2/+1
2016-09-12drm/amdkfd: Fix typo in unregister dbg ioctlKent Russell1-2/+2
2016-09-07drm/amdkfd: Fix IB freeing without DIQ synchronizationFelix Kuehling3-16/+55
2016-09-01drm/amd: Simplify SDMA HQD loading in kernel threadsFelix Kuehling4-34/+27
2016-09-01drm/amdkfd: make Makefile paths relativeAndres Rodriguez1-2/+5
2016-08-31drm/amdkfd: Don't synchronize DIQ after a wave control IBFelix Kuehling1-4/+14
2016-08-29drm/amdkfd: Fix kernel panic in PPR handlerFelix Kuehling1-1/+1
2016-08-26drm/amdkfd: fix IH always printing error message on exitAndres Rodriguez1-7/+3
2016-08-25drm/amdkfd: Fix context save handler on ATC platformsJay Cornwall1-220/+218
2016-08-24drm/amdkfd: Implement image tiling mode supportYong Zhao1-1/+44
2016-08-24drm/amdgpu: Implement get_tile_config() in amdgpuYong Zhao2-2/+55
2016-08-24drm/amdkfd: Add kgd kfd interface get_tile_config()Yong Zhao1-0/+13
2016-08-22drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez3-2/+4
2016-08-22drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2016-08-19drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2016-08-19drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2-56/+30
2016-08-15drm/amdgpu: Change GART offset to 64-bitFelix Kuehling2-4/+4
2016-08-11drm/amdkfd: Adjust kernel managed memory allocation methodYong Zhao1-71/+71
2016-08-11drm/amdkfd: Reorganize functions involving process exitYong Zhao1-24/+40
2016-08-11drm/amdkfd: Fix a memory leak when idr_alloc failsYong Zhao1-0/+3
2016-08-10drm/amdgpu: Support PT update via CPUHarish Kasiviswanathan1-10/+92
2016-08-10drm/amdgpu: Support PD/PT BO clear via CPUHarish Kasiviswanathan1-3/+17
2016-08-10drm/amdgpu: Support PD table update via CPUHarish Kasiviswanathan1-29/+96
2016-08-10drm/amdgpu: Use CPU VM update only if large BARHarish Kasiviswanathan3-3/+18
2016-08-10drm/amdgpu: Add amdgpu_sync_waitHarish Kasiviswanathan2-0/+20
2016-08-08Revert "drm/amdgpu/gfx8: Enable GFX PG on CZ"Kent Russell1-8/+0
2016-08-07drm/amdkfd: Add Polaris10/11 supportAmber Lin8-6/+57
2016-08-07drm/amdgpu: Polaris10/11 support in KFD interfaceAmber Lin3-1/+8
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer5-8/+17
2016-08-04drm/amdkfd: Report legacy doorbell type for TongaJay Cornwall1-1/+1
2016-08-04drm/amdkfd: Simplify kfd_map_memory_to_gpu functionYong Zhao3-8/+7
2016-08-04drm/amdkfd: Simplify the KFD signal_page structureYong Zhao1-8/+6
2016-08-02drm/amdkfd: Use ref count to prevent kfd_process destructionFelix Kuehling6-24/+40
2016-08-02drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling4-13/+30