summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/syncpt.c
AgeCommit message (Expand)AuthorLines
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