summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-051-0/+3
|\
| * drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctlChristian König2018-12-141-0/+3
* | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-12/+18
|\ \ | |/
| * Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-131-7/+14
| |\
| | * drm/amdgpu: always reserve one more shared slot for pipelined BO movesChristian König2018-12-071-2/+4
| | * drm/amdgpu: always reserve two slots for the VMChristian König2018-12-071-4/+0
| | * drm/amdgpu: fix using shared fence for exported BOs v2Christian König2018-12-071-2/+11
| | * drm/ttm: allow reserving more than one shared slot v3Christian König2018-12-071-1/+1
| * | drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-051-1/+1
| |/
| * Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-3/+2
| |\
| | * drm/amdgpu: print an error when the parser can't be initializedSamuel Pitoiset2018-11-051-1/+1
| | * drm/scheduler: Add drm_sched_job_cleanupSharat Masetty2018-11-051-2/+1
| * | dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-1/+1
| * | drm: add flags to drm_syncobj_find_fenceChunming Zhou2018-10-161-1/+1
| |/
* | drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky2018-12-111-2/+2
|/
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-1/+1
|\
| * 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-101-1/+1
* | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-09-211-168/+166
|\ \
| * | drm/amdgpu: fix up GDS/GWS/OA shiftingChristian König2018-09-191-6/+6
| * | drm/amdgpu: remove amdgpu_bo_list_entry.robj (v2)Christian König2018-09-131-25/+33
| * | drm/amdgpu: move cs dependencies front a bitChunming Zhou2018-09-121-6/+6
| * | drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König2018-09-111-8/+15
| * | drm/amdgpu: correctly sign extend 48bit addresses v3Christian König2018-09-101-1/+1
| * | drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König2018-09-101-1/+1
| * | drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2Christian König2018-09-021-3/+2
| * | drm/amdgpu: fix holding mn_lock while allocating memoryChristian König2018-08-271-12/+19
| * | drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König2018-08-271-9/+1
| * | drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)Huang Rui2018-08-271-0/+3
| * | drm/amdgpu: add amdgpu_gmc_pd_addr helperChristian König2018-08-271-1/+1
| * | drm/amdgpu: cleanup VM handling in the CS a bitChristian König2018-08-271-86/+74
| * | drm/amdgpu: use entity instead of ring for CSChristian König2018-08-271-32/+34
| * | drm/amdgpu: remove the queue managerChristian König2018-08-271-12/+10
| * | drm/amdgpu: move gem definitions into amdgpu_gem headerHuang Rui2018-08-271-0/+1
| * | drm/amdgpu: fix preamble handlingChristian König2018-08-271-7/+9
* | | Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-141-2/+2
|\ \ \ | |_|/ |/| |
| * | drm: expand replace_fence to support timeline point v2Chunming Zhou2018-09-061-1/+1
| * | drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou2018-09-061-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/+46
* drm/amdgpu: add bo_list iteratorsChristian König2018-07-311-29/+22
* drm/amdgpu: always recreate bo_listChristian König2018-07-311-3/+0
* 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
OpenPOWER on IntegriCloud