summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorLines
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-3/+3
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter-1/+1
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter-0/+2
2021-08-02Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang-3/+3
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-13/+53
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang-3/+3
2021-06-22drm/amdgpu: rework dma_resv handling v3Christian König-11/+51
2021-06-15drm/amdgpu: remove amdgpu_vm_ptNirmoy Das-1/+1
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König-2/+2
2021-06-07drm/amdgpu: Fix a a typo in a commentChristophe JAILLET-1/+1
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang-3/+3
2021-06-01drm/amdgpu: move shadow bo validation to VM codeNirmoy Das-19/+4
2021-04-20drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparityLee Jones-3/+3
2021-03-03drm/amdgpu: correct DRM_ERROR for kvmalloc_arrayChen Li-1/+1
2021-03-03drm/amdgpu: Use kvmalloc for CS chunksChen Li-6/+6
2021-02-09drm/amdgpu: fix unnecessary NULL check warningsTian Tao-2/+1
2020-11-13drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptionsLee Jones-0/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie-2/+2
2020-11-04drm/ttm: replace context flags with bools v2Christian König-2/+1
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma-1/+1
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma-1/+1
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König-1/+1
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie-7/+18
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov-3/+3
2020-08-18drm/amdgpu: Limit the error info print ratejqdeng-1/+2
2020-08-17drm/amdgpu: add condition check for trace_amdgpu_cs()Kevin Wang-3/+13
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König-4/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie-1/+1
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie-3/+3
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li-0/+4
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie-2/+2
2020-07-01drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König-2/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+1
2020-05-19drm/amd: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-1/+1
2020-04-30drm/amdgpu: remove set but not used variable 'priority'Zheng Bin-2/+0
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König-1/+2
2020-04-28drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov-2/+0
2020-04-28drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui-0/+2
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan-1/+1
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie-4/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das-4/+0
2020-03-04Merge drm/drm-next into drm-misc-nextMaxime Ripard-4/+7
2020-02-27drm/amdgpu: use allowed_domains for exported DMA-bufsChristian König-1/+4
2020-02-04drm/amdgpu: rework job synchronization v2Christian König-3/+5
2020-02-04drm/amdgpu: use the VM as job ownerChristian König-2/+3
2020-01-16drm/amdgpu: drop amdgpu_job.ownerChristian König-1/+0
2020-01-16drm/amdgpu: error out on entity with no run queueNirmoy Das-0/+5
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter-13/+6
2019-12-09drm/amdgpu: explicitely sync to VM updates v2Christian König-13/+6