summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/syncpt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
* gpu: host1x: Drop unnecessary host1x argumentThierry Reding2018-05-181-1/+1
* gpu: host1x: Cleanup loop variable usageThierry Reding2018-05-181-1/+1
* gpu: host1x: Remove wait check supportThierry Reding2018-05-181-6/+0Star
* gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen2017-10-201-0/+8
* gpu: host1x: syncpt: Request syncpoints per clientThierry Reding2017-10-201-8/+8
* gpu: host1x: Flesh out kerneldocThierry Reding2017-06-151-11/+70
* gpu: host1x: Fix potential out-of-bounds accessThierry Reding2017-04-041-1/+1
* gpu: host1x: Add locking to syncptArto Merilainen2016-11-111-4/+19
* gpu: host1x: Remove useless local variableThierry Reding2016-06-231-4/+2Star
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-231-2/+22
* gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-231-1/+4
* gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()Thierry Reding2016-06-231-2/+2
* gpu: host1x: Use unsigned int consistently for IDsThierry Reding2016-06-231-3/+3
* gpu: host1x: Consistently use unsigned int for countsThierry Reding2016-06-231-7/+8
* gpu: host1x: Export host1x_syncpt_read()Thierry Reding2015-04-021-0/+6
* gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu2014-04-041-0/+1
* gpu: host1x: Export public APIThierry Reding2013-12-191-0/+9
* gpu: host1x: Add syncpoint base supportArto Merilainen2013-10-311-2/+53
* gpu: host1x: Add 'flags' field to syncpt requestArto Merilainen2013-10-311-7/+11
* gpu: host1x: Expose syncpt and channel functionalityThierry Reding2013-10-311-0/+19
* gpu: host1x: Rework CPU syncpoint incrementArto Merilainen2013-06-221-13/+2Star
* gpu: host1x: Fix client_managed typeArto Merilainen2013-06-221-4/+4
* gpu: host1x: Fix memory access in syncpt requestArto Merilainen2013-06-221-1/+2
* gpu: host1x: Add debug supportTerje Bergstrom2013-04-221-0/+5
* gpu: host1x: Add channel supportTerje Bergstrom2013-04-221-0/+11
* gpu: host1x: Add syncpoint wait and interruptsTerje Bergstrom2013-04-221-0/+159
* gpu: host1x: Add host1x driverTerje Bergstrom2013-04-221-0/+212