index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
/
job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
drm/tegra: Implement buffer object cache
Thierry Reding
1
-2
/
+2
2021-12-16
drm/tegra: Implement correct DMA-BUF semantics
Thierry Reding
1
-103
/
+57
2021-08-10
gpu: host1x: Add option to skip firewall for a job
Mikko Perttunen
1
-8
/
+13
2021-08-10
gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
Mikko Perttunen
1
-19
/
+51
2021-08-10
gpu: host1x: Add job release callback
Mikko Perttunen
1
-0
/
+3
2021-08-10
gpu: host1x: Add no-recovery mode
Mikko Perttunen
1
-0
/
+4
2021-03-31
gpu: host1x: Cleanup and refcounting for syncpoints
Mikko Perttunen
1
-1
/
+4
2020-09-10
drm: host1x: fix common struct sg_table related issues
Marek Szyprowski
1
-14
/
+8
2020-07-17
gpu: host1x: Put gather's BO on pinning error
Dmitry Osipenko
1
-5
/
+8
2020-07-17
gpu: host1x: Optimize BOs usage when firewall is enabled
Dmitry Osipenko
1
-2
/
+12
2020-02-07
Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...
Dave Airlie
1
-4
/
+30
2020-02-06
gpu: host1x: Set DMA direction only for DMA-mapped buffer objects
Thierry Reding
1
-1
/
+1
2020-02-06
drm/tegra: Reuse IOVA mapping where possible
Thierry Reding
1
-3
/
+29
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-14
/
+7
2019-11-25
drm/tegra: Map cmdbuf once for reloc processing
Daniel Vetter
1
-14
/
+7
2019-10-29
gpu: host1x: Support DMA mapping of buffers
Thierry Reding
1
-9
/
+64
2019-10-29
gpu: host1x: Allocate gather copy for host1x
Thierry Reding
1
-5
/
+6
2019-10-29
gpu: host1x: Overhaul host1x_bo_{pin,unpin}() API
Thierry Reding
1
-3
/
+12
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
1
-12
/
+1
2018-07-09
gpu: host1x: Check whether size of unpin isn't 0
Dmitry Osipenko
1
-1
/
+2
2018-05-18
gpu: host1x: Use not explicitly sized types
Thierry Reding
1
-5
/
+6
2018-05-18
gpu: host1x: Rename relocarray -> relocs for consistency
Thierry Reding
1
-4
/
+4
2018-05-18
gpu: host1x: Cleanup loop variable usage
Thierry Reding
1
-2
/
+2
2018-05-18
gpu: host1x: Remove wait check support
Thierry Reding
1
-121
/
+3
2017-08-17
gpu: host1x: Don't fail on NULL bo physical address
Mikko Perttunen
1
-8
/
+0
2017-06-15
gpu: host1x: At first try a non-blocking allocation for the gather copy
Dmitry Osipenko
1
-4
/
+12
2017-06-15
gpu: host1x: Check waits in the firewall
Dmitry Osipenko
1
-2
/
+34
2017-06-15
gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall
Dmitry Osipenko
1
-4
/
+20
2017-06-15
gpu: host1x: Forbid RESTART opcode in the firewall
Dmitry Osipenko
1
-1
/
+0
2017-06-15
gpu: host1x: Forbid relocation address shifting in the firewall
Dmitry Osipenko
1
-0
/
+4
2017-06-15
gpu: host1x: Do not leak BO's phys address to userspace
Dmitry Osipenko
1
-12
/
+27
2017-06-15
gpu: host1x: Correct host1x_job_pin() error handling
Dmitry Osipenko
1
-9
/
+7
2017-06-15
gpu: host1x: Initialize firewall class to the job's one
Dmitry Osipenko
1
-1
/
+1
2017-04-05
gpu: host1x: Add IOMMU support
Mikko Perttunen
1
-10
/
+62
2016-11-11
gpu: host1x: Store device address to all bufs
Arto Merilainen
1
-3
/
+6
2016-06-23
gpu: host1x: Whitespace cleanup for readability
Thierry Reding
1
-1
/
+2
2016-06-23
gpu: host1x: Fix a couple of checkpatch warnings
Thierry Reding
1
-0
/
+3
2016-06-23
gpu: host1x: Use unsigned int consistently for IDs
Thierry Reding
1
-1
/
+1
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2016-03-16
gpu: host1x: Use a signed return type for do_relocs()
Markus Elfring
1
-1
/
+1
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
1
-6
/
+4
2014-08-04
drm/tegra: Make job submission 64-bit safe
Thierry Reding
1
-11
/
+11
2014-02-12
gpu: host1x: do not check previously handled gathers
Erik Faye-Lund
1
-1
/
+1
2013-12-19
gpu: host1x: Export public API
Thierry Reding
1
-0
/
+6
2013-10-31
gpu: host1x: Expose syncpt and channel functionality
Thierry Reding
1
-1
/
+1
2013-10-31
gpu: host1x: firewall: Refactor register check
Thierry Reding
1
-26
/
+31
2013-10-31
gpu: host1x: firewall: Rename cmdbuf_id -> cmdbuf
Thierry Reding
1
-5
/
+5
2013-10-31
gpu: host1x: Fix alignment of function arguments
Thierry Reding
1
-1
/
+1
2013-10-31
gpu: host1x: check relocs after all gathers are consumed
Erik Faye-Lund
1
-4
/
+4
2013-08-27
gpu: host1x: returning success instead of -ENOMEM
Dan Carpenter
1
-2
/
+1
[next]