summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/syncpt.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-18gpu: host1x: Drop unnecessary host1x argumentThierry Reding1-1/+1
2018-05-18gpu: host1x: Cleanup loop variable usageThierry Reding1-1/+1
2018-05-18gpu: host1x: Remove wait check supportThierry Reding1-6/+0
2017-10-20gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen1-0/+8
2017-10-20gpu: host1x: syncpt: Request syncpoints per clientThierry Reding1-8/+8
2017-06-15gpu: host1x: Flesh out kerneldocThierry Reding1-11/+70
2017-04-04gpu: host1x: Fix potential out-of-bounds accessThierry Reding1-1/+1
2016-11-11gpu: host1x: Add locking to syncptArto Merilainen1-4/+19
2016-06-23gpu: host1x: Remove useless local variableThierry Reding1-4/+2
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding1-2/+22
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding1-1/+4
2016-06-23gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()Thierry Reding1-2/+2
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding1-3/+3
2016-06-23gpu: host1x: Consistently use unsigned int for countsThierry Reding1-7/+8
2015-04-02gpu: host1x: Export host1x_syncpt_read()Thierry Reding1-0/+6
2014-04-04gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu1-0/+1
2013-12-19gpu: host1x: Export public APIThierry Reding1-0/+9
2013-10-31gpu: host1x: Add syncpoint base supportArto Merilainen1-2/+53
2013-10-31gpu: host1x: Add 'flags' field to syncpt requestArto Merilainen1-7/+11
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding1-0/+19
2013-06-22gpu: host1x: Rework CPU syncpoint incrementArto Merilainen1-13/+2
2013-06-22gpu: host1x: Fix client_managed typeArto Merilainen1-4/+4
2013-06-22gpu: host1x: Fix memory access in syncpt requestArto Merilainen1-1/+2
2013-04-22gpu: host1x: Add debug supportTerje Bergstrom1-0/+5
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom1-0/+11
2013-04-22gpu: host1x: Add syncpoint wait and interruptsTerje Bergstrom1-0/+159
2013-04-22gpu: host1x: Add host1x driverTerje Bergstrom1-0/+212