summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorLines
2018-12-11drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky-2/+2
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie-1/+1
2018-09-21Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-168/+166
2018-09-19drm/amdgpu: fix up GDS/GWS/OA shiftingChristian König-6/+6
2018-09-14Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-2/+2
2018-09-13drm/amdgpu: remove amdgpu_bo_list_entry.robj (v2)Christian König-25/+33
2018-09-12drm/amdgpu: move cs dependencies front a bitChunming Zhou-6/+6
2018-09-11drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König-8/+15
2018-09-11drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König-8/+15
2018-09-10drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König-1/+1
2018-09-10drm/amdgpu: correctly sign extend 48bit addresses v3Christian König-1/+1
2018-09-10drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König-1/+1
2018-09-06drm: expand replace_fence to support timeline point v2Chunming Zhou-1/+1
2018-09-06drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou-1/+1
2018-09-02drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2Christian König-3/+2
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König-12/+19
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König-9/+1
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König-12/+19
2018-08-27drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)Huang Rui-0/+3
2018-08-27drm/amdgpu: add amdgpu_gmc_pd_addr helperChristian König-1/+1
2018-08-27drm/amdgpu: cleanup VM handling in the CS a bitChristian König-86/+74
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König-32/+34
2018-08-27drm/amdgpu: remove the queue managerChristian König-12/+10
2018-08-27drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui-0/+1
2018-08-27drm/amdgpu: fix preamble handlingChristian König-7/+9
2018-08-22drm/amdgpu: fix preamble handlingChristian König-7/+9
2018-07-31drm/amdgpu: create an empty bo_list if no handle is providedChristian König-65/+46
2018-07-31drm/amdgpu: add bo_list iteratorsChristian König-29/+22
2018-07-31drm/amdgpu: always recreate bo_listChristian König-3/+0
2018-07-31drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König-0/+2
2018-07-31drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König-3/+6
2018-07-31drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König-3/+8
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König-7/+15
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh-1/+1
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh-1/+1
2018-07-25drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König-5/+5
2018-07-18drm/amdgpu: change ring priority after pushing the job (v2)Christian König-1/+5
2018-07-16drm/amdgpu: remove job->ringChristian König-9/+9
2018-07-16drm/amdgpu: remove fence context from the jobChristian König-1/+0
2018-07-16drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky-3/+45
2018-07-13drm/amdgpu: Make pin_size values atomicMichel Dänzer-1/+1
2018-07-10drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.Andrey Grodzovsky-0/+4
2018-07-10drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer-0/+4
2018-06-15drm/amdgpu: Consolidate visible vs. real vram check v2.Andrey Grodzovsky-5/+6
2018-05-30drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng-15/+23
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-11/+5
2018-05-15drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"Christian König-2/+1
2018-05-15drm/amdgpu: fix and cleanup cpu visible VRAM handlingChristian König-4/+2
2018-05-15drm/amdgpu: use ctx bytes_movedChristian König-7/+3
2018-04-11drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)Chunming Zhou-1/+2