summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
AgeCommit message (Expand)Author
2020-11-13drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov
2020-07-14drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan
2020-07-08gpu/drm: Remove debug info about CPU addressTiezhu Yang
2020-07-01drm/amdgpu: restrict the hw sched jobs number to power of twoKevin Wang
2020-07-01drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync failsAlex Deucher
2020-07-01drm/amdgpu/fence: use the no_scheduler flagAlex Deucher
2020-07-01drm/amdgpu: skip GPU scheduler setup for KIQ and MES ringLikun Gao
2020-07-01drm/amdgpu: no need to set up GPU scheduler for mes ringJack Xiao
2020-07-01drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao
2020-04-24drm/amdgpu: protect ring overrunYintian Tao
2020-02-26drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher
2020-01-14drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher
2019-12-18drm/amdgpu/pm_runtime: update usage count in fence handlingAlex Deucher
2019-10-03drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher
2019-06-21drm/amdgpu: add the trailing fence per ringJack Xiao
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg
2019-05-24drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan
2019-04-12drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König
2018-11-05drm/amdgpu: drop the remaining uses of ring idx in messagesChristian König
2018-09-26drm/amdgpu: Move fence SW fallback warning v3Andrey Grodzovsky
2018-09-26drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2Andrey Grodzovsky
2018-09-26drm/amdgpu: Add warning message for INT SW fallback.Andrey Grodzovsky
2018-09-26Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky
2018-09-19drm/amdgpu: remove fence fallbackChristian König
2018-08-27drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-07-03drm/amdgpu: Remove unecessary dma_fence_opsDaniel Vetter
2018-06-27drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.cLeo Liu
2018-05-18drm/amdgpu/vg20:Restruct uvd.inst to support multiple instancesJames Zhu
2018-05-18drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák
2018-04-03drm/amdgpu: drop compute ring timeout setting for non-sriov only (v2)Evan Quan
2018-03-21drm/amdgpu: no job timeout setting on compute queuesEvan Quan
2017-12-18drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher
2017-12-15drm/amdgpu: Simplify amdgpu_lockup_timeout usage.Andrey Grodzovsky
2017-12-15drm/amdgpu: Add gpu_recovery parameterAndrey Grodzovsky
2017-12-12drm/amdgpu: no need with INT for fence pollingMonk Liu
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-04drm/amdgpu:implement new GPU recover(v3)Monk Liu
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-19drm/amdgpu: busywait KIQ register accessing (v4)pding