aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)Author
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang
2023-08-30drm/amdgpu: Fix potential fence use-after-free v2shanzhulig
2022-06-14drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie
2022-04-15drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence objXin Xiong
2019-01-13drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky
2018-09-11drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König
2018-09-10drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König
2018-08-22drm/amdgpu: fix preamble handlingChristian König
2018-07-31drm/amdgpu: create an empty bo_list if no handle is providedChristian König
2018-07-31drm/amdgpu: add bo_list iteratorsChristian König
2018-07-31drm/amdgpu: always recreate bo_listChristian König
2018-07-31drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König
2018-07-31drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König
2018-07-31drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh
2018-07-25drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König
2018-07-18drm/amdgpu: change ring priority after pushing the job (v2)Christian König
2018-07-16drm/amdgpu: remove job->ringChristian König
2018-07-16drm/amdgpu: remove fence context from the jobChristian König
2018-07-16drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky
2018-07-13drm/amdgpu: Make pin_size values atomicMichel Dänzer
2018-07-10drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.Andrey Grodzovsky
2018-07-10drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)Michel Dänzer
2018-06-15drm/amdgpu: Consolidate visible vs. real vram check v2.Andrey Grodzovsky
2018-05-30drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-05-15drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"Christian König
2018-05-15drm/amdgpu: fix and cleanup cpu visible VRAM handlingChristian König
2018-05-15drm/amdgpu: use ctx bytes_movedChristian König
2018-04-11drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)Chunming Zhou
2018-03-23drm/amdgpu: Add MMU notifier type for KFD userptrFelix Kuehling
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He
2018-02-19drm/amdgpu: Fix always_valid bos multiple LRU insertions.Bas Nieuwenhuizen
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König
2018-01-10drm/amdgpu: update VM PDs after the PTsChristian König
2017-12-15drm/amdgpu: set allow_reserved_eviction and resv when bo allocation and csRoger He
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-06drm/amdgpu: Get rid of dep_sync as a seperate object.Andrey Grodzovsky
2017-12-06drm/amdgpu: fix VA hole handling on Vega10 v3Christian König
2017-12-06drm/amdgpu: use the new TTM bytes moved counter v2Christian König
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-12-06drm/amdgpu: use dep_sync for CS dependency/syncobjChunming Zhou
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König
2017-12-04drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky
2017-12-04drm/amdgpu:skip job for guilty ctx in parser_initMonk Liu
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky