summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Simplify the allocation of fence slab cachesKunwu Chan2024-02-221-3/+1
* drm/amdgpu: add amdgpu runpm usage trace for separate funcsPrike Liang2023-11-171-0/+2
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-1/+2
* drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang2023-08-161-2/+39
* drm/amdgpu: mark force completed fences with -ECANCELEDChristian König2023-06-151-0/+1
* drm/amdgpu: add amdgpu_error_* debugfs fileChristian König2023-06-151-0/+24
* drm/amdgpu: remove unnecessary (void*) conversionsSu Hui2023-06-091-1/+1
* drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedGuchun Chen2023-06-091-1/+2
* drm/amdgpu: improve wait logic at fence pollingAlex Sierra2023-06-091-7/+4
* drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam2023-06-091-6/+8
* drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsYuBiao Wang2023-03-231-0/+9
* drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiGuilherme G. Piccoli2023-02-081-1/+7
* drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu2022-12-021-0/+54
* drm/amdgpu: Remove fence_process in count_emittedJiadong.Zhu2022-09-271-1/+0
* drm/amd: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
* drm/amdgpu: support reset flag set for gpu resetLikun Gao2022-07-131-1/+8
* drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky2022-06-281-1/+6
* drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky2022-06-281-0/+18
* drm/amdgpu: Add put fence in amdgpu_fence_driver_clear_job_fencesAndrey Grodzovsky2022-06-281-1/+3
* drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky2022-06-101-1/+1
* drm/amdgpu: Add work_struct for GPU reset from debugfsAndrey Grodzovsky2022-06-101-2/+17
* drm/amdgpu: assign the cpu/gpu address of fence from ringJack Xiao2022-05-041-2/+2
* drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky2022-02-091-38/+5
* Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown2022-01-091-8/+0
* drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui2021-12-171-39/+87
* drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen2021-10-081-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-22/+80
|\
| * drm/amdgpu: stop scheduler when calling hw_fini (v2)Guchun Chen2021-08-311-0/+8
| * drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang2021-08-161-19/+67
| * drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)Guchun Chen2021-08-051-5/+7
* | dma-buf: nuke DMA_FENCE_TRACE macros v2Christian König2021-09-021-9/+1
|/
* Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-07-301-39/+5
|\
| * drm/amdgpu: adjust fence driver enable sequenceLikun Gao2021-07-281-39/+5
* | drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+1
|/
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-0/+1
|\
| * drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones2021-04-201-0/+1
* | drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky2021-05-191-6/+10
* | drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky2021-05-191-1/+14
|/
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-24/+26
* Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter2021-03-261-29/+22
|\
| * drm/amdgpu: Fix some unload driver issuesEmily Deng2021-03-051-2/+3
| * drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-27/+19
* | drm/scheduler: provide scheduler score externallyChristian König2021-02-051-1/+1
|/
* drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones2020-11-131-5/+6
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-3/+3
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-2/+2
* drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan2020-07-141-2/+4
* gpu/drm: Remove debug info about CPU addressTiezhu Yang2020-07-081-3/+2
* drm/amdgpu: restrict the hw sched jobs number to power of twoKevin Wang2020-07-011-2/+1
* drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync failsAlex Deucher2020-07-011-1/+3