summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/job.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
* gpu: host1x: Check whether size of unpin isn't 0Dmitry Osipenko2018-07-091-1/+2
* gpu: host1x: Use not explicitly sized typesThierry Reding2018-05-181-5/+6
* gpu: host1x: Rename relocarray -> relocs for consistencyThierry Reding2018-05-181-4/+4
* gpu: host1x: Cleanup loop variable usageThierry Reding2018-05-181-2/+2
* gpu: host1x: Remove wait check supportThierry Reding2018-05-181-121/+3Star
* gpu: host1x: Don't fail on NULL bo physical addressMikko Perttunen2017-08-171-8/+0Star
* gpu: host1x: At first try a non-blocking allocation for the gather copyDmitry Osipenko2017-06-151-4/+12
* gpu: host1x: Check waits in the firewallDmitry Osipenko2017-06-151-2/+34
* gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko2017-06-151-4/+20
* gpu: host1x: Forbid RESTART opcode in the firewallDmitry Osipenko2017-06-151-1/+0Star
* gpu: host1x: Forbid relocation address shifting in the firewallDmitry Osipenko2017-06-151-0/+4
* gpu: host1x: Do not leak BO's phys address to userspaceDmitry Osipenko2017-06-151-12/+27
* gpu: host1x: Correct host1x_job_pin() error handlingDmitry Osipenko2017-06-151-9/+7Star
* gpu: host1x: Initialize firewall class to the job's oneDmitry Osipenko2017-06-151-1/+1
* gpu: host1x: Add IOMMU supportMikko Perttunen2017-04-051-10/+62
* gpu: host1x: Store device address to all bufsArto Merilainen2016-11-111-3/+6
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-231-1/+2
* gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-231-0/+3
* gpu: host1x: Use unsigned int consistently for IDsThierry Reding2016-06-231-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-1/+1
|\
| * gpu: host1x: Use a signed return type for do_relocs()Markus Elfring2016-03-161-1/+1
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-6/+4Star
|/
* drm/tegra: Make job submission 64-bit safeThierry Reding2014-08-041-11/+11
* gpu: host1x: do not check previously handled gathersErik Faye-Lund2014-02-121-1/+1
* gpu: host1x: Export public APIThierry Reding2013-12-191-0/+6
* gpu: host1x: Expose syncpt and channel functionalityThierry Reding2013-10-311-1/+1
* gpu: host1x: firewall: Refactor register checkThierry Reding2013-10-311-26/+31
* gpu: host1x: firewall: Rename cmdbuf_id -> cmdbufThierry Reding2013-10-311-5/+5
* gpu: host1x: Fix alignment of function argumentsThierry Reding2013-10-311-1/+1
* gpu: host1x: check relocs after all gathers are consumedErik Faye-Lund2013-10-311-4/+4
* gpu: host1x: returning success instead of -ENOMEMDan Carpenter2013-08-271-2/+1Star
* gpu: host1x: fix an integer overflow checkDan Carpenter2013-08-271-6/+6
* gpu: host1x: Copy gathers before verificationArto Merilainen2013-06-221-31/+20Star
* gpu: host1x: Don't reset firewall between gathersTerje Bergstrom2013-06-221-38/+34Star
* gpu: host1x: Check reloc table before usageArto Merilainen2013-06-221-13/+13
* gpu: host1x: Check INCR opcode correctlyTerje Bergstrom2013-06-221-1/+1
* gpu: host1x: Add channel supportTerje Bergstrom2013-04-221-0/+603