summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König2018-09-111-8/+15
* drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König2018-09-111-1/+1
* drm/amdgpu: fix holding mn_lock while allocating memoryChristian König2018-08-271-12/+19
* drm/amdgpu: fix preamble handlingChristian König2018-08-221-7/+9
* drm/amdgpu: create an empty bo_list if no handle is providedChristian König2018-07-311-65/+46Star
* drm/amdgpu: add bo_list iteratorsChristian König2018-07-311-29/+22Star
* drm/amdgpu: always recreate bo_listChristian König2018-07-311-3/+0Star
* drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König2018-07-311-0/+2
* drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König2018-07-311-3/+6
* drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König2018-07-311-3/+8
* drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König2018-07-271-7/+15
* drm/scheduler: remove sched field from the entityNayan Deshmukh2018-07-251-1/+1
* drm/scheduler: modify API to avoid redundancyNayan Deshmukh2018-07-251-1/+1
* drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König2018-07-251-5/+5
* drm/amdgpu: change ring priority after pushing the job (v2)Christian König2018-07-181-1/+5
* drm/amdgpu: remove job->ringChristian König2018-07-161-9/+9
* drm/amdgpu: remove fence context from the jobChristian König2018-07-161-1/+0Star
* drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky2018-07-161-3/+45
* drm/amdgpu: Make pin_size values atomicMichel Dänzer2018-07-131-1/+1
* drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.Andrey Grodzovsky2018-07-101-0/+4
* drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer2018-07-101-0/+4
* drm/amdgpu: Consolidate visible vs. real vram check v2.Andrey Grodzovsky2018-06-151-5/+6
* drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng2018-05-301-15/+23
* Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-05-161-11/+5Star
|\
| * drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"Christian König2018-05-151-2/+1Star
| * drm/amdgpu: fix and cleanup cpu visible VRAM handlingChristian König2018-05-151-4/+2Star
| * drm/amdgpu: use ctx bytes_movedChristian König2018-05-151-7/+3Star
| * drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)Chunming Zhou2018-04-111-1/+2
* | drm/amdgpu: Add MMU notifier type for KFD userptrFelix Kuehling2018-03-231-1/+1
|/
* drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He2018-02-271-2/+2
* drm/amdgpu: Fix always_valid bos multiple LRU insertions.Bas Nieuwenhuizen2018-02-191-1/+1
* drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König2018-02-191-8/+8
* drm/amdgpu: update VM PDs after the PTsChristian König2018-01-101-4/+4
* drm/amdgpu: set allow_reserved_eviction and resv when bo allocation and csRoger He2017-12-151-1/+6
* drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-071-3/+3
* drm/amdgpu: Get rid of dep_sync as a seperate object.Andrey Grodzovsky2017-12-061-7/+7
* drm/amdgpu: fix VA hole handling on Vega10 v3Christian König2017-12-061-5/+5
* drm/amdgpu: use the new TTM bytes moved counter v2Christian König2017-12-061-6/+3Star
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-6/+8
* drm/amdgpu: use dep_sync for CS dependency/syncobjChunming Zhou2017-12-061-2/+2
* drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König2017-12-041-2/+2
* drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König2017-12-041-2/+2
* drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky2017-12-041-1/+1
* drm/amdgpu:skip job for guilty ctx in parser_initMonk Liu2017-12-041-0/+6
* drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky2017-12-041-2/+1Star
* drm/amdgpu: don't try to move pinned BOsChristian König2017-11-281-0/+4
* Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-241-2/+5
|\
| * drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fenceRoger He2017-11-171-1/+1
| * drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fenceEmily Deng2017-11-101-2/+5
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-165/+221
|\|