aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+18
2018-12-14drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctlChristian König1-0/+3
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-7/+14
2018-12-11drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky1-2/+2
2018-12-07drm/amdgpu: always reserve one more shared slot for pipelined BO movesChristian König1-2/+4
2018-12-07drm/amdgpu: always reserve two slots for the VMChristian König1-4/+0
2018-12-07drm/amdgpu: fix using shared fence for exported BOs v2Christian König1-2/+11
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-1/+1
2018-12-05drm: revert "expand replace_fence to support timeline point v2"Christian König1-1/+1
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+2
2018-11-05drm/amdgpu: print an error when the parser can't be initializedSamuel Pitoiset1-1/+1
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty1-2/+1
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+1
2018-10-16drm: add flags to drm_syncobj_find_fenceChunming Zhou1-1/+1
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-1/+1
2018-09-21Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-168/+166
2018-09-19drm/amdgpu: fix up GDS/GWS/OA shiftingChristian König1-6/+6
2018-09-14Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2018-09-13drm/amdgpu: remove amdgpu_bo_list_entry.robj (v2)Christian König1-25/+33
2018-09-12drm/amdgpu: move cs dependencies front a bitChunming Zhou1-6/+6
2018-09-11drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König1-8/+15
2018-09-11drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König1-8/+15
2018-09-10drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König1-1/+1
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-06drm: expand replace_fence to support timeline point v2Chunming Zhou1-1/+1
2018-09-06drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou1-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: fix holding mn_lock while allocating memoryChristian König1-12/+19
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-08-22drm/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