aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/amdgpu: initial validate the prime BOs into the CPU domainChristian König1-1/+3
2018-03-14drm/amdgpu: drop the backing store when DMA-buf imports are evictedChristian König1-0/+6
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+4
2018-03-14drm/amdgpu: refactoring mailbox to fix TDR handshake bugs(v2)Monk Liu2-94/+109
2018-03-14drm/amdgpu: implement mmio byte access helper for MBMonk Liu2-0/+32
2018-03-14drm/amdgpu: query vram type from atombiosHawking Zhang3-7/+93
2018-03-14drm/amd/amdgpu: Add missing "DDR4" labelTom St Denis1-1/+2
2018-03-14drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng2-3/+3
2018-03-14drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng1-1/+1
2018-03-14drm/amdgpu: stop allocating a page array for prime shared BOsChristian König2-3/+4
2018-02-06drm/amdgpu: Add submit IB function for KFDFelix Kuehling4-0/+61
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling9-4/+1741
2018-02-06drm/amdgpu: add amdgpu_sync_cloneFelix Kuehling2-0/+36
2018-02-06drm/amdgpu: Update kgd2kfd_shared_resources for dGPU supportFelix Kuehling2-2/+20
2018-02-06drm/amdgpu: Add KFD eviction fenceFelix Kuehling6-4/+235
2018-02-06drm/amdgpu: Remove unused kfd2kgd interfaceFelix Kuehling2-19/+0
2018-02-06drm/amdgpu: Fix wrong mask in get_atc_vmid_pasid_mapping_pasidFelix Kuehling2-2/+2
2018-02-06drm/amdgpu: Fix header file dependenciesFelix Kuehling2-0/+2
2018-02-06drm/amdgpu: Replace kgd_mem with amdgpu_bo for kernel pinned gtt memYong Zhao1-24/+23
2018-02-06drm/amdgpu: remove useless BUG_ONsFelix Kuehling3-10/+0
2018-01-04drm/amdgpu: Enable KFD initialization on dGPUsFelix Kuehling1-0/+5
2018-03-09Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie49-1341/+546
2018-03-07drm/amdgpu:Always save uvd vcpu_bo in VM ModeJames Zhu1-5/+8
2018-03-07drm/amdgpu:Correct max uvd handlesJames Zhu1-1/+1
2018-03-07drm/amdgpu: replace iova debugfs file with iomem (v3)Tom St Denis1-21/+81
2018-03-07drm/amdgpu: Clean sdma wptr register when only enable wptr pollingEmily Deng1-2/+5
2018-03-07drm/amdgpu: give warning before sleep in kiq_r/wregMonk Liu1-0/+7
2018-03-07drm/amdgpu: further mitigate workaround for i915Christian König1-3/+9
2018-03-07drm/amdgpu: drop gtt->adevChristian König1-5/+5
2018-03-07drm/amdgpu: add amdgpu_evict_gtt debugfs entryChristian König1-1/+12
2018-03-07drm/amdgpu: Delete cgs wrapper functions for gpu memory managerRex Zhu1-131/+0
2018-03-07drm/amd/pp: Remove cgs wrapper function for temperature updateRex Zhu1-13/+0
2018-03-07drm/amd/pp: Add auto power profilng switch based on workloads (v2)Rex Zhu1-2/+2
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu4-451/+0
2018-03-05drm/amdgpu: fix KV harvestingAlex Deucher1-28/+2
2018-03-05drm/amd/pp: Remove cgs_query_system_infoRex Zhu1-59/+0
2018-03-05drm/amd/pp: Remove the wrap functions for acpi in powerplayRex Zhu1-212/+0
2018-03-05drm/amdgpu: Notify sbios device ready before send requestRex Zhu1-0/+3
2018-03-05drm/amd/pp: Simplify the create of powerplay instanceRex Zhu2-25/+1
2018-03-05drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ infoMichel Dänzer1-1/+1
2018-03-05drm/amdgpu: use separate status for buffer funcs availability v2Christian König2-10/+12
2018-03-05drm/amdgpu: ignore changes of buffer function status because of GPU resetsChristian König1-1/+1
2018-03-05drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König7-17/+29
2018-03-05drm/amdgpu: move some functions into amdgpu_ttm.hChristian König2-3/+4
2018-03-05drm/amdgpu: used cached pcie gen info for SI (v2)Alex Deucher2-49/+23
2018-03-01drm/amd/amdgpu: Mask rptr as well in ring debugfsTom St Denis1-1/+1
2018-03-01drm/amdgpu: try again kiq access if not in IRQ(v4)Monk Liu1-11/+53
2018-03-01drm/amdgpu: cleanups for vram lost handlingMonk Liu2-69/+72
2018-03-01drm/amdgpu: stop all rings before doing gpu recoverMonk Liu1-25/+15
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1