aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05drm/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/agd5f/linux into drm-nextDave Airlie1-39/+5
2021-07-28drm/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-19drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky1-6/+10
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky1-1/+14
2021-04-20drm/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/agd5f/linux into drm-nextDaniel Vetter1-29/+22
2021-03-05drm/amdgpu: Fix some unload driver issuesEmily Deng1-2/+3
2021-02-18drm/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 documentationLee 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
2020-07-01drm/amdgpu/fence: use the no_scheduler flagAlex Deucher1-4/+4
2020-07-01drm/amdgpu: skip GPU scheduler setup for KIQ and MES ringLikun Gao1-1/+1
2020-07-01drm/amdgpu: no need to set up GPU scheduler for mes ringJack Xiao1-2/+3
2020-07-01drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao1-7/+12
2020-04-24drm/amdgpu: protect ring overrunYintian Tao1-1/+9
2020-02-26drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher1-3/+0
2020-01-14drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher1-0/+8
2019-12-18drm/amdgpu/pm_runtime: update usage count in fence handlingAlex Deucher1-1/+5
2019-10-03drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang1-12/+1
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+3
2019-06-21drm/amdgpu: add the trailing fence per ringJack Xiao1-5/+13
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+3
2019-05-24drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan1-6/+29
2019-04-12drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König1-7/+17
2018-11-05drm/amdgpu: drop the remaining uses of ring idx in messagesChristian König1-3/+3
2018-09-26drm/amdgpu: Move fence SW fallback warning v3Andrey Grodzovsky1-4/+8
2018-09-26drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2Andrey Grodzovsky1-2/+3
2018-09-26drm/amdgpu: Add warning message for INT SW fallback.Andrey Grodzovsky1-0/+1
2018-09-26Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky1-0/+56
2018-09-19drm/amdgpu: remove fence fallbackChristian König1-56/+0
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König1-1/+1