summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-221-0/+1
|\
| * drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'Lee Jones2021-04-201-0/+1
* | drm/amdgpu: Fix hang on device removal.Andrey Grodzovsky2021-05-191-6/+10
* | drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky2021-05-191-1/+14
|/
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-24/+26
* Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter2021-03-261-29/+22
|\
| * drm/amdgpu: Fix some unload driver issuesEmily Deng2021-03-051-2/+3
| * drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-27/+19
* | drm/scheduler: provide scheduler score externallyChristian König2021-02-051-1/+1
|/
* drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documenta...Lee Jones2020-11-131-5/+6
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-3/+3
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-2/+2
* drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs filesXiaojie Yuan2020-07-141-2/+4
* gpu/drm: Remove debug info about CPU addressTiezhu Yang2020-07-081-3/+2
* drm/amdgpu: restrict the hw sched jobs number to power of twoKevin Wang2020-07-011-2/+1
* drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync failsAlex Deucher2020-07-011-1/+3
* drm/amdgpu/fence: use the no_scheduler flagAlex Deucher2020-07-011-4/+4
* drm/amdgpu: skip GPU scheduler setup for KIQ and MES ringLikun Gao2020-07-011-1/+1
* drm/amdgpu: no need to set up GPU scheduler for mes ringJack Xiao2020-07-011-2/+3
* drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao2020-07-011-7/+12
* drm/amdgpu: protect ring overrunYintian Tao2020-04-241-1/+9
* drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-3/+0
* drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher2020-01-141-0/+8
* drm/amdgpu/pm_runtime: update usage count in fence handlingAlex Deucher2019-12-181-1/+5
* drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang2019-10-031-12/+1
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-251-1/+3
|\
| * Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+3
| |\
| | * drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+3
* | | drm/amdgpu: add the trailing fence per ringJack Xiao2019-06-211-5/+13
|/ /
* / drm/amdgpu: enable separate timeout setting for every ring type V4Evan Quan2019-05-241-6/+29
|/
* drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König2019-04-121-7/+17
* drm/amdgpu: drop the remaining uses of ring idx in messagesChristian König2018-11-051-3/+3
* drm/amdgpu: Move fence SW fallback warning v3Andrey Grodzovsky2018-09-261-4/+8
* drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2Andrey Grodzovsky2018-09-261-2/+3
* drm/amdgpu: Add warning message for INT SW fallback.Andrey Grodzovsky2018-09-261-0/+1
* Revert "drm/amdgpu: remove fence fallback"Andrey Grodzovsky2018-09-261-0/+56
* drm/amdgpu: remove fence fallbackChristian König2018-09-191-56/+0
* drm/amdgpu: cleanup GPU recovery check a bit (v2)Christian König2018-08-271-1/+1
* Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-061-1/+0
|\
| * drm/amdgpu: Remove unecessary dma_fence_opsDaniel Vetter2018-07-031-1/+0
* | drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.cLeo Liu2018-06-271-1/+1
|/
* drm/amdgpu/vg20:Restruct uvd.inst to support multiple instancesJames Zhu2018-05-181-3/+3
* drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu2018-05-181-3/+3
* drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák2018-05-151-2/+3
* drm/amdgpu: drop compute ring timeout setting for non-sriov only (v2)Evan Quan2018-04-031-3/+9
* drm/amdgpu: no job timeout setting on compute queuesEvan Quan2018-03-211-1/+3
* drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher2017-12-181-1/+1
* drm/amdgpu: Simplify amdgpu_lockup_timeout usage.Andrey Grodzovsky2017-12-151-13/+1
* drm/amdgpu: Add gpu_recovery parameterAndrey Grodzovsky2017-12-151-1/+1
* drm/amdgpu: no need with INT for fence pollingMonk Liu2017-12-121-1/+1