summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
AgeCommit message (Expand)Author
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-05-19drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky
2021-04-20drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König
2021-03-26Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter
2021-03-05drm/amdgpu: Fix some unload driver issuesEmily Deng
2021-02-18drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das
2021-02-05drm/scheduler: provide scheduler score externallyChristian König
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