index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
/
cdma.c
Age
Commit message (
Expand
)
Author
2024-02-16
gpu: host1x: remove redundant assignment to variable space
Colin Ian King
2023-02-24
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-01-26
gpu: host1x: Implement job tracking using DMA fences
Mikko Perttunen
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
2022-07-08
gpu: host1x: Generalize host1x_cdma_push_wide()
Mikko Perttunen
2022-07-08
gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+
Mikko Perttunen
2021-08-10
gpu: host1x: Add no-recovery mode
Mikko Perttunen
2021-03-31
gpu: host1x: Cleanup and refcounting for syncpoints
Mikko Perttunen
2019-10-28
gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static
Ben Dooks (Codethink)
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-02-07
gpu: host1x: Continue CDMA execution starting with a next job
Dmitry Osipenko
2019-02-07
gpu: host1x: Don't complete a completed job
Dmitry Osipenko
2019-02-07
gpu: host1x: Cancel only job that actually got stuck
Dmitry Osipenko
2019-02-07
gpu: host1x: Optimize CDMA push buffer memory usage
Thierry Reding
2019-02-07
gpu: host1x: Introduce support for wide opcodes
Thierry Reding
2019-02-04
gpu: host1x: Use completion instead of semaphore
Arnd Bergmann
2018-05-18
gpu: host1x: Store pointer to client in jobs
Thierry Reding
2018-05-18
gpu: host1x: Fix compiler errors by converting to dma_addr_t
Emil Goode
2018-05-17
gpu: host1x: Fix dma_free_wc() argument in the error path
Dmitry Osipenko
2017-04-05
gpu: host1x: Add IOMMU support
Mikko Perttunen
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: cdma: Drop unnecessary local variable
Thierry Reding
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2014-11-13
gpu: host1x: Make mapped field of push buffers void *
Thierry Reding
2013-10-31
gpu: host1x: Expose syncpt and channel functionality
Thierry Reding
2013-04-22
gpu: host1x: Add debug support
Terje Bergstrom
2013-04-22
gpu: host1x: Add channel support
Terje Bergstrom