summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
AgeCommit message (Expand)AuthorFilesLines
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...Daniel 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
2018-07-06Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+0
2018-07-03drm/amdgpu: Remove unecessary dma_fence_opsDaniel Vetter1-1/+0
2018-06-27drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.cLeo Liu1-1/+1
2018-05-18drm/amdgpu/vg20:Restruct uvd.inst to support multiple instancesJames Zhu1-3/+3
2018-05-18drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu1-3/+3
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák1-2/+3
2018-04-03drm/amdgpu: drop compute ring timeout setting for non-sriov only (v2)Evan Quan1-3/+9
2018-03-21drm/amdgpu: no job timeout setting on compute queuesEvan Quan1-1/+3
2017-12-18drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher1-1/+1
2017-12-15drm/amdgpu: Simplify amdgpu_lockup_timeout usage.Andrey Grodzovsky1-13/+1
2017-12-15drm/amdgpu: Add gpu_recovery parameterAndrey Grodzovsky1-1/+1
2017-12-12drm/amdgpu: no need with INT for fence pollingMonk Liu1-1/+1
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-2/+2
2017-12-04drm/amdgpu:implement new GPU recover(v3)Monk Liu1-5/+5
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-3/+3
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu1-1/+1
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu1-22/+7
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+4
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+63
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-19drm/amdgpu: busywait KIQ register accessing (v4)pding1-0/+50
2017-10-19drm/amdgpu: report more amdgpu_fence_infopding1-0/+13
2017-05-24drm/amdgpu/SRIOV:implement guilty job TDR for(V2)Monk Liu1-0/+6
2017-05-24drm/amdgpu:don't invoke srio-gpu-reset in gpu-reset (v2)Monk Liu1-0/+6