aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/job.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen1-8/+13
2021-08-10gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen1-19/+51
2021-08-10gpu: host1x: Add job release callbackMikko Perttunen1-0/+3
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-0/+4
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-1/+4
2020-09-10drm: host1x: fix common struct sg_table related issuesMarek Szyprowski1-14/+8
2020-07-17gpu: host1x: Put gather's BO on pinning errorDmitry Osipenko1-5/+8
2020-07-17gpu: host1x: Optimize BOs usage when firewall is enabledDmitry Osipenko1-2/+12
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-4/+30
2020-02-06gpu: host1x: Set DMA direction only for DMA-mapped buffer objectsThierry Reding1-1/+1
2020-02-06drm/tegra: Reuse IOVA mapping where possibleThierry Reding1-3/+29
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-14/+7
2019-11-25drm/tegra: Map cmdbuf once for reloc processingDaniel Vetter1-14/+7
2019-10-29gpu: host1x: Support DMA mapping of buffersThierry Reding1-9/+64
2019-10-29gpu: host1x: Allocate gather copy for host1xThierry Reding1-5/+6
2019-10-29gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding1-3/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2018-07-09gpu: host1x: Check whether size of unpin isn't 0Dmitry Osipenko1-1/+2
2018-05-18gpu: host1x: Use not explicitly sized typesThierry Reding1-5/+6
2018-05-18gpu: host1x: Rename relocarray -> relocs for consistencyThierry Reding1-4/+4
2018-05-18gpu: host1x: Cleanup loop variable usageThierry Reding1-2/+2
2018-05-18gpu: host1x: Remove wait check supportThierry Reding1-121/+3
2017-08-17gpu: host1x: Don't fail on NULL bo physical addressMikko Perttunen1-8/+0
2017-06-15gpu: host1x: At first try a non-blocking allocation for the gather copyDmitry Osipenko1-4/+12
2017-06-15gpu: host1x: Check waits in the firewallDmitry Osipenko1-2/+34
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko1-4/+20
2017-06-15gpu: host1x: Forbid RESTART opcode in the firewallDmitry Osipenko1-1/+0
2017-06-15gpu: host1x: Forbid relocation address shifting in the firewallDmitry Osipenko1-0/+4
2017-06-15gpu: host1x: Do not leak BO's phys address to userspaceDmitry Osipenko1-12/+27
2017-06-15gpu: host1x: Correct host1x_job_pin() error handlingDmitry Osipenko1-9/+7
2017-06-15gpu: host1x: Initialize firewall class to the job's oneDmitry Osipenko1-1/+1
2017-04-05gpu: host1x: Add IOMMU supportMikko Perttunen1-10/+62
2016-11-11gpu: host1x: Store device address to all bufsArto Merilainen1-3/+6
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding1-1/+2
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding1-0/+3
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding1-1/+1
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2016-03-16gpu: host1x: Use a signed return type for do_relocs()Markus Elfring1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-6/+4
2014-08-04drm/tegra: Make job submission 64-bit safeThierry Reding1-11/+11
2014-02-12gpu: host1x: do not check previously handled gathersErik Faye-Lund1-1/+1
2013-12-19gpu: host1x: Export public APIThierry Reding1-0/+6
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding1-1/+1
2013-10-31gpu: host1x: firewall: Refactor register checkThierry Reding1-26/+31
2013-10-31gpu: host1x: firewall: Rename cmdbuf_id -> cmdbufThierry Reding1-5/+5
2013-10-31gpu: host1x: Fix alignment of function argumentsThierry Reding1-1/+1
2013-10-31gpu: host1x: check relocs after all gathers are consumedErik Faye-Lund1-4/+4
2013-08-27gpu: host1x: returning success instead of -ENOMEMDan Carpenter1-2/+1
2013-08-27gpu: host1x: fix an integer overflow checkDan Carpenter1-6/+6
2013-06-22gpu: host1x: Copy gathers before verificationArto Merilainen1-31/+20