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