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