aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdgpu/fence: use the no_scheduler flagAlex Deucher2020-07-011-4/+4
* drm/amdgpu: skip GPU scheduler setup for KIQ and MES ringLikun Gao2020-07-011-1/+1
* drm/amdgpu: no need to set up GPU scheduler for mes ringJack Xiao2020-07-011-2/+3
* drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao2020-07-011-7/+12
* drm/amdgpu: protect ring overrunYintian Tao2020-04-241-1/+9
* drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-3/+0
* drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher2020-01-141-0/+8
* drm/amdgpu/pm_runtime: update usage count in fence handlingAlex Deucher2019-12-181-1/+5
* drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang2019-10-031-12/+1
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+3
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+3
| |\
| | * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+3
* | | drm/amdgpu: add the trailing fence per ringJack Xiao2019-06-211-5/+13
|/ /
* / drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan2019-05-241-6/+29
|/
* drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König2019-04-121-7/+17
* drm/amdgpu: drop the remaining uses of ring idx in messagesChristian König2018-11-051-3/+3
* drm/amdgpu: Move fence SW fallback warning v3Andrey Grodzovsky2018-09-261-4/+8
* drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2Andrey Grodzovsky2018-09-261-2/+3
* drm/amdgpu: Add warning message for INT SW fallback.Andrey Grodzovsky2018-09-261-0/+1
* Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky2018-09-261-0/+56
* drm/amdgpu: remove fence fallbackChristian König2018-09-191-56/+0
* drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König2018-08-271-1/+1