index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
/
job.c
Age
Commit message (
Expand
)
Author
2018-07-09
gpu: host1x: Check whether size of unpin isn't 0
Dmitry Osipenko
2018-05-18
gpu: host1x: Use not explicitly sized types
Thierry Reding
2018-05-18
gpu: host1x: Rename relocarray -> relocs for consistency
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-08-17
gpu: host1x: Don't fail on NULL bo physical address
Mikko Perttunen
2017-06-15
gpu: host1x: At first try a non-blocking allocation for the gather copy
Dmitry Osipenko
2017-06-15
gpu: host1x: Check waits in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid RESTART opcode in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Forbid relocation address shifting in the firewall
Dmitry Osipenko
2017-06-15
gpu: host1x: Do not leak BO's phys address to userspace
Dmitry Osipenko
2017-06-15
gpu: host1x: Correct host1x_job_pin() error handling
Dmitry Osipenko
2017-06-15
gpu: host1x: Initialize firewall class to the job's one
Dmitry Osipenko
2017-04-05
gpu: host1x: Add IOMMU support
Mikko Perttunen
2016-11-11
gpu: host1x: Store device address to all bufs
Arto Merilainen
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: Use unsigned int consistently for IDs
Thierry Reding
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-16
gpu: host1x: Use a signed return type for do_relocs()
Markus Elfring
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2014-08-04
drm/tegra: Make job submission 64-bit safe
Thierry Reding
2014-02-12
gpu: host1x: do not check previously handled gathers
Erik Faye-Lund
2013-12-19
gpu: host1x: Export public API
Thierry Reding
2013-10-31
gpu: host1x: Expose syncpt and channel functionality
Thierry Reding
2013-10-31
gpu: host1x: firewall: Refactor register check
Thierry Reding
2013-10-31
gpu: host1x: firewall: Rename cmdbuf_id -> cmdbuf
Thierry Reding
2013-10-31
gpu: host1x: Fix alignment of function arguments
Thierry Reding
2013-10-31
gpu: host1x: check relocs after all gathers are consumed
Erik Faye-Lund
2013-08-27
gpu: host1x: returning success instead of -ENOMEM
Dan Carpenter
2013-08-27
gpu: host1x: fix an integer overflow check
Dan Carpenter
2013-06-22
gpu: host1x: Copy gathers before verification
Arto Merilainen
2013-06-22
gpu: host1x: Don't reset firewall between gathers
Terje Bergstrom
2013-06-22
gpu: host1x: Check reloc table before usage
Arto Merilainen
2013-06-22
gpu: host1x: Check INCR opcode correctly
Terje Bergstrom
2013-04-22
gpu: host1x: Add channel support
Terje Bergstrom