summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10drm/amdgpu: correctly sign extend 48bit addresses v3Christian König1-1/+1
2018-09-10drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König1-1/+1
2018-09-02drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2Christian König1-3/+2
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König1-12/+19
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König1-9/+1
2018-08-27drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)Huang Rui1-0/+3
2018-08-27drm/amdgpu: add amdgpu_gmc_pd_addr helperChristian König1-1/+1
2018-08-27drm/amdgpu: cleanup VM handling in the CS a bitChristian König1-86/+74
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König1-32/+34
2018-08-27drm/amdgpu: remove the queue managerChristian König1-12/+10
2018-08-27drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui1-0/+1
2018-08-27drm/amdgpu: fix preamble handlingChristian König1-7/+9
2018-07-31drm/amdgpu: create an empty bo_list if no handle is providedChristian König1-65/+46
2018-07-31drm/amdgpu: add bo_list iteratorsChristian König1-29/+22
2018-07-31drm/amdgpu: always recreate bo_listChristian König1-3/+0
2018-07-31drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König1-0/+2
2018-07-31drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König1-3/+6
2018-07-31drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König1-3/+8
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König1-7/+15
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh1-1/+1
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh1-1/+1
2018-07-25drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König1-5/+5
2018-07-18drm/amdgpu: change ring priority after pushing the job (v2)Christian König1-1/+5
2018-07-16drm/amdgpu: remove job->ringChristian König1-9/+9
2018-07-16drm/amdgpu: remove fence context from the jobChristian König1-1/+0
2018-07-16drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky1-3/+45
2018-07-13drm/amdgpu: Make pin_size values atomicMichel Dänzer1-1/+1
2018-07-10drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.Andrey Grodzovsky1-0/+4
2018-07-10drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer1-0/+4
2018-06-15drm/amdgpu: Consolidate visible vs. real vram check v2.Andrey Grodzovsky1-5/+6
2018-05-30drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng1-15/+23
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-11/+5
2018-05-15drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"Christian König1-2/+1
2018-05-15drm/amdgpu: fix and cleanup cpu visible VRAM handlingChristian König1-4/+2
2018-05-15drm/amdgpu: use ctx bytes_movedChristian König1-7/+3
2018-04-11drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)Chunming Zhou1-1/+2
2018-03-23drm/amdgpu: Add MMU notifier type for KFD userptrFelix Kuehling1-1/+1
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He1-2/+2
2018-02-19drm/amdgpu: Fix always_valid bos multiple LRU insertions.Bas Nieuwenhuizen1-1/+1
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-8/+8
2018-01-10drm/amdgpu: update VM PDs after the PTsChristian König1-4/+4
2017-12-15drm/amdgpu: set allow_reserved_eviction and resv when bo allocation and csRoger He1-1/+6
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-3/+3
2017-12-06drm/amdgpu: Get rid of dep_sync as a seperate object.Andrey Grodzovsky1-7/+7
2017-12-06drm/amdgpu: fix VA hole handling on Vega10 v3Christian König1-5/+5
2017-12-06drm/amdgpu: use the new TTM bytes moved counter v2Christian König1-6/+3
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-6/+8
2017-12-06drm/amdgpu: use dep_sync for CS dependency/syncobjChunming Zhou1-2/+2
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König1-2/+2
2017-12-04drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König1-2/+2