summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)Author
2022-09-13drm/amdgpu: reorder CS codeChristian König
2022-09-13drm/amdgpu: cleanup CS init/fini and pass1Christian König
2022-09-13drm/amdgpu: revert "partial revert "remove ctx->lock" v2"Christian König
2022-09-13drm/amdgpu: move setting the job resourcesChristian König
2022-09-13drm/amdgpu: remove SRIOV and MCBP dependencies from the CSChristian König
2022-08-16drm/amdgpu: Fix use-after-free on amdgpu_bo_list mutexMaíra Canal
2022-07-20drm/amdgpu: Protect the amdgpu_bo_list list with a mutex v2Luben Tuikov
2022-05-26drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie
2022-05-26drm/amdgpu: cleanup ctx implementationChristian König
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie
2022-05-06Merge tag 'amd-drm-next-5.19-2022-04-29' of https://gitlab.freedesktop.org/ag...Dave Airlie
2022-05-04drm/amdgpu: Free user pages if kvmalloc_array failsPhilip Yang
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-04-28drm/amdgpu: Free user pages if amdgpu_cs_parser_bos failedPhilip Yang
2022-04-28Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...Dave Airlie
2022-04-21drm/amdgpu: partial revert "remove ctx->lock" v2Christian König
2022-04-07dma-buf & drm/amdgpu: remove dma_resv workaroundChristian König
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-04-03drm/amdgpu: use dma_resv_for_each_fence for CS workaround v2Christian König
2022-03-25drm/amdgpu: remove table_freed param from the VM codeChristian König
2022-03-25drm/amdgpu: rework TLB flushingChristian König
2022-03-15drm/amdgpu: fix typos in commentsJulia Lawall
2022-03-09drm/amdgpu: fix a wrong ib referenceLang Yu
2022-03-04drm/amdgpu: use job and ib structures directly in CS parsersChristian König
2022-03-04drm/amdgpu: header cleanupChristian König
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie
2022-02-11drm/amdgpu: remove ctx->lockKen Xue
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-01-25drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence objXin Xiong
2022-01-19drm/amdgpu: remove excl as shared workaroundsChristian König
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-08-30drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter
2021-08-30drm/sched: Split drm_sched_job_initDaniel Vetter
2021-08-02Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""Eric Huang
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-13Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update"Eric Huang
2021-06-22drm/amdgpu: rework dma_resv handling v3Christian König
2021-06-15drm/amdgpu: remove amdgpu_vm_ptNirmoy Das
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König
2021-06-07drm/amdgpu: Fix a a typo in a commentChristophe JAILLET
2021-06-04drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_updateEric Huang
2021-06-01drm/amdgpu: move shadow bo validation to VM codeNirmoy Das
2021-04-20drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparityLee Jones
2021-03-03drm/amdgpu: correct DRM_ERROR for kvmalloc_arrayChen Li
2021-03-03drm/amdgpu: Use kvmalloc for CS chunksChen Li