index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
/
syncpt.c
Age
Commit message (
Expand
)
Author
2023-04-04
gpu: host1x: Don't rely on dma_fence_wait_timeout return value
Mikko Perttunen
2023-01-26
gpu: host1x: External timeout/cancellation for fences
Mikko Perttunen
2023-01-26
gpu: host1x: Implement syncpoint wait using DMA fences
Mikko Perttunen
2022-02-16
gpu: host1x: Always return syncpoint value when waiting
Mikko Perttunen
2022-01-27
gpu: host1x: Fix hang on Tegra186+
Dmitry Osipenko
2021-12-16
gpu: host1x: Add initial runtime PM and OPP support
Dmitry Osipenko
2021-08-10
gpu: host1x: Add no-recovery mode
Mikko Perttunen
2021-03-31
gpu: host1x: Reserve VBLANK syncpoints at initialization
Mikko Perttunen
2021-03-31
gpu: host1x: Reset max value when freeing a syncpoint
Mikko Perttunen
2021-03-31
gpu: host1x: Cleanup and refcounting for syncpoints
Mikko Perttunen
2021-03-30
gpu: host1x: Use HW-equivalent syncpoint expiration check
Mikko Perttunen
2021-03-30
gpu: host1x: Remove cancelled waiters immediately
Mikko Perttunen
2021-03-30
gpu: host1x: Allow syncpoints without associated client
Mikko Perttunen
2020-01-10
gpu: host1x: Rename "parent" to "host"
Thierry Reding
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2018-05-18
gpu: host1x: Drop unnecessary host1x argument
Thierry Reding
2018-05-18
gpu: host1x: Cleanup loop variable usage
Thierry Reding
2018-05-18
gpu: host1x: Remove wait check support
Thierry Reding
2017-10-20
gpu: host1x: Enable Tegra186 syncpoint protection
Mikko Perttunen
2017-10-20
gpu: host1x: syncpt: Request syncpoints per client
Thierry Reding
2017-06-15
gpu: host1x: Flesh out kerneldoc
Thierry Reding
2017-04-04
gpu: host1x: Fix potential out-of-bounds access
Thierry Reding
2016-11-11
gpu: host1x: Add locking to syncpt
Arto Merilainen
2016-06-23
gpu: host1x: Remove useless local variable
Thierry Reding
2016-06-23
gpu: host1x: Whitespace cleanup for readability
Thierry Reding
2016-06-23
gpu: host1x: Fix a couple of checkpatch warnings
Thierry Reding
2016-06-23
gpu: host1x: syncpt: Use kcalloc() instead of kzalloc()
Thierry Reding
2016-06-23
gpu: host1x: Use unsigned int consistently for IDs
Thierry Reding
2016-06-23
gpu: host1x: Consistently use unsigned int for counts
Thierry Reding
2015-04-02
gpu: host1x: Export host1x_syncpt_read()
Thierry Reding
2014-04-04
gpu: host1x: export host1x_syncpt_incr_max() function
Bryan Wu
2013-12-19
gpu: host1x: Export public API
Thierry Reding
2013-10-31
gpu: host1x: Add syncpoint base support
Arto Merilainen
2013-10-31
gpu: host1x: Add 'flags' field to syncpt request
Arto Merilainen
2013-10-31
gpu: host1x: Expose syncpt and channel functionality
Thierry Reding
2013-06-22
gpu: host1x: Rework CPU syncpoint increment
Arto Merilainen
2013-06-22
gpu: host1x: Fix client_managed type
Arto Merilainen
2013-06-22
gpu: host1x: Fix memory access in syncpt request
Arto Merilainen
2013-04-22
gpu: host1x: Add debug support
Terje Bergstrom
2013-04-22
gpu: host1x: Add channel support
Terje Bergstrom
2013-04-22
gpu: host1x: Add syncpoint wait and interrupts
Terje Bergstrom
2013-04-22
gpu: host1x: Add host1x driver
Terje Bergstrom