summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/syncpt.c
AgeCommit message (Expand)AuthorLines
2023-04-04gpu: host1x: Don't rely on dma_fence_wait_timeout return valueMikko Perttunen-1/+7
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen-1/+3
2023-01-26gpu: host1x: Implement syncpoint wait using DMA fencesMikko Perttunen-76/+20
2022-02-16gpu: host1x: Always return syncpoint value when waitingMikko Perttunen-17/+2
2022-01-27gpu: host1x: Fix hang on Tegra186+Dmitry Osipenko-8/+8
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko-3/+2
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen-0/+2
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen-1/+34
2021-03-31gpu: host1x: Reset max value when freeing a syncpointMikko Perttunen-0/+2
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen-18/+57
2021-03-30gpu: host1x: Use HW-equivalent syncpoint expiration checkMikko Perttunen-49/+2
2021-03-30gpu: host1x: Remove cancelled waiters immediatelyMikko Perttunen-1/+1
2021-03-30gpu: host1x: Allow syncpoints without associated clientMikko Perttunen-12/+25
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-12/+1
2018-05-18gpu: host1x: Drop unnecessary host1x argumentThierry Reding-1/+1
2018-05-18gpu: host1x: Cleanup loop variable usageThierry Reding-1/+1
2018-05-18gpu: host1x: Remove wait check supportThierry Reding-6/+0
2017-10-20gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen-0/+8
2017-10-20gpu: host1x: syncpt: Request syncpoints per clientThierry Reding-8/+8
2017-06-15gpu: host1x: Flesh out kerneldocThierry Reding-11/+70
2017-04-04gpu: host1x: Fix potential out-of-bounds accessThierry Reding-1/+1
2016-11-11gpu: host1x: Add locking to syncptArto Merilainen-4/+19
2016-06-23gpu: host1x: Remove useless local variableThierry Reding-4/+2
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding-2/+22
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding-1/+4
2016-06-23gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()Thierry Reding-2/+2
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding-3/+3
2016-06-23gpu: host1x: Consistently use unsigned int for countsThierry Reding-7/+8
2015-04-02gpu: host1x: Export host1x_syncpt_read()Thierry Reding-0/+6
2014-04-04gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu-0/+1
2013-12-19gpu: host1x: Export public APIThierry Reding-0/+9
2013-10-31gpu: host1x: Add syncpoint base supportArto Merilainen-2/+53
2013-10-31gpu: host1x: Add 'flags' field to syncpt requestArto Merilainen-7/+11
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding-0/+19
2013-06-22gpu: host1x: Rework CPU syncpoint incrementArto Merilainen-13/+2
2013-06-22gpu: host1x: Fix client_managed typeArto Merilainen-4/+4
2013-06-22gpu: host1x: Fix memory access in syncpt requestArto Merilainen-1/+2
2013-04-22gpu: host1x: Add debug supportTerje Bergstrom-0/+5
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom-0/+11
2013-04-22gpu: host1x: Add syncpoint wait and interruptsTerje Bergstrom-0/+159
2013-04-22gpu: host1x: Add host1x driverTerje Bergstrom-0/+212