summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22drm/amdgpu: Simplify the allocation of fence slab cachesKunwu Chan1-3/+1
2023-11-17drm/amdgpu: add amdgpu runpm usage trace for separate funcsPrike Liang1-0/+2
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+2
2023-08-16drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang1-2/+39
2023-06-15drm/amdgpu: mark force completed fences with -ECANCELEDChristian König1-0/+1
2023-06-15drm/amdgpu: add amdgpu_error_* debugfs fileChristian König1-0/+24
2023-06-09drm/amdgpu: remove unnecessary (void*) conversionsSu Hui1-1/+1
2023-06-09drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedGuchun Chen1-1/+2
2023-06-09drm/amdgpu: improve wait logic at fence pollingAlex Sierra1-7/+4
2023-06-09drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam1-6/+8
2023-03-23drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsYuBiao Wang1-0/+9
2023-02-09drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiGuilherme G. Piccoli1-1/+7
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu1-0/+54
2022-09-28drm/amdgpu: Remove fence_process in count_emittedJiadong.Zhu1-1/+0
2022-07-25drm/amd: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-13drm/amdgpu: support reset flag set for gpu resetLikun Gao1-1/+8
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky1-1/+6
2022-06-28drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky1-0/+18
2022-06-28drm/amdgpu: Add put fence in amdgpu_fence_driver_clear_job_fencesAndrey Grodzovsky1-1/+3
2022-06-10drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky1-1/+1
2022-06-10drm/amdgpu: Add work_struct for GPU reset from debugfsAndrey Grodzovsky1-2/+17
2022-05-04drm/amdgpu: assign the cpu/gpu address of fence from ringJack Xiao1-2/+2
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky1-38/+5
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2021-12-17drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui1-39/+87
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen1-1/+1
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-22/+80
2021-09-02dma-buf: nuke DMA_FENCE_TRACE macros v2Christian König1-9/+1
2021-08-31drm/amdgpu: stop scheduler when calling hw_fini (v2)Guchun Chen1-0/+8
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang1-19/+67
2021-08-06drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)Guchun Chen1-5/+7
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie1-39/+5
2021-07-29drm/amdgpu: adjust fence driver enable sequenceLikun Gao1-39/+5
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+1
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2021-05-20drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky1-6/+10
2021-05-20drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky1-1/+14
2021-04-21drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones1-0/+1
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-24/+26
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-29/+22
2021-03-05drm/amdgpu: Fix some unload driver issuesEmily Deng1-2/+3
2021-02-19drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das1-27/+19
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-1/+1
2020-11-13drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones1-5/+6
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-3/+3
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-2/+2
2020-07-14drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan1-2/+4
2020-07-08gpu/drm: Remove debug info about CPU addressTiezhu Yang1-3/+2
2020-07-01drm/amdgpu: restrict the hw sched jobs number to power of twoKevin Wang1-2/+1
2020-07-01drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-1/+3