summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
AgeCommit message (Expand)AuthorLines
2025-07-16drm/amdgpu: track ring state associated with a fenceAlex Deucher-0/+90
2025-07-04Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/ag...Dave Airlie-63/+26
2025-06-30drm/amdgpu: remove job parameter from amdgpu_fence_emit()Alex Deucher-21/+13
2025-06-30drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar-1/+3
2025-06-24drm/amdgpu: remove fence slabAlex Deucher-19/+4
2025-06-18drm/amdgpu: switch job hw_fence to amdgpu_fenceAlex Deucher-23/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-06-14drm/amdgpu: revert "take runtime pm reference when we attach a buffer" v2Christian König-2/+0
2024-06-14drm/amdgpu: Skip coredump during resets for debugLijo Lazar-0/+1
2024-06-14drm/amdgpu: add reset source in various casesEric Huang-0/+1
2024-02-22drm/amdgpu: Simplify the allocation of fence slab cachesKunwu Chan-3/+1
2023-11-17drm/amdgpu: add amdgpu runpm usage trace for separate funcsPrike Liang-0/+2
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar-1/+2
2023-08-16drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang-2/+39
2023-06-15drm/amdgpu: mark force completed fences with -ECANCELEDChristian König-0/+1
2023-06-15drm/amdgpu: add amdgpu_error_* debugfs fileChristian König-0/+24
2023-06-09drm/amdgpu: remove unnecessary (void*) conversionsSu Hui-1/+1
2023-06-09drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedGuchun Chen-1/+2
2023-06-09drm/amdgpu: improve wait logic at fence pollingAlex Sierra-7/+4
2023-06-09drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam-6/+8
2023-03-23drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsYuBiao Wang-0/+9
2023-02-08drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiGuilherme G. Piccoli-1/+7
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu-0/+54
2022-09-27drm/amdgpu: Remove fence_process in count_emittedJiadong.Zhu-1/+0
2022-07-25drm/amd: Fix typo 'the the' in commentSlark Xiao-1/+1
2022-07-13drm/amdgpu: support reset flag set for gpu resetLikun Gao-1/+8
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky-1/+6
2022-06-28drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky-0/+18
2022-06-28drm/amdgpu: Add put fence in amdgpu_fence_driver_clear_job_fencesAndrey Grodzovsky-1/+3
2022-06-10drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...Andrey Grodzovsky-1/+1
2022-06-10drm/amdgpu: Add work_struct for GPU reset from debugfsAndrey Grodzovsky-2/+17
2022-05-04drm/amdgpu: assign the cpu/gpu address of fence from ringJack Xiao-2/+2
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky-38/+5
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown-8/+0
2021-12-17drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui-39/+87
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen-1/+1
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-22/+80
2021-09-02dma-buf: nuke DMA_FENCE_TRACE macros v2Christian König-9/+1
2021-08-31drm/amdgpu: stop scheduler when calling hw_fini (v2)Guchun Chen-0/+8
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang-19/+67
2021-08-05drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)Guchun Chen-5/+7
2021-07-30Merge tag 'amd-drm-next-5.15-2021-07-29' of https://gitlab.freedesktop.org/ag...Dave Airlie-39/+5
2021-07-28drm/amdgpu: adjust fence driver enable sequenceLikun Gao-39/+5
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon-1/+1
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann-0/+1
2021-05-19drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky-6/+10
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky-1/+14
2021-04-20drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones-0/+1
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König-24/+26