summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/job.c
AgeCommit message (Expand)Author
2017-08-17gpu: host1x: Don't fail on NULL bo physical addressMikko Perttunen
2017-06-15gpu: host1x: At first try a non-blocking allocation for the gather copyDmitry Osipenko
2017-06-15gpu: host1x: Check waits in the firewallDmitry Osipenko
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko
2017-06-15gpu: host1x: Forbid RESTART opcode in the firewallDmitry Osipenko
2017-06-15gpu: host1x: Forbid relocation address shifting in the firewallDmitry Osipenko
2017-06-15gpu: host1x: Do not leak BO's phys address to userspaceDmitry Osipenko
2017-06-15gpu: host1x: Correct host1x_job_pin() error handlingDmitry Osipenko
2017-06-15gpu: host1x: Initialize firewall class to the job's oneDmitry Osipenko
2017-04-05gpu: host1x: Add IOMMU supportMikko Perttunen
2016-11-11gpu: host1x: Store device address to all bufsArto Merilainen
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-16gpu: host1x: Use a signed return type for do_relocs()Markus Elfring
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2014-08-04drm/tegra: Make job submission 64-bit safeThierry Reding
2014-02-12gpu: host1x: do not check previously handled gathersErik Faye-Lund
2013-12-19gpu: host1x: Export public APIThierry Reding
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding
2013-10-31gpu: host1x: firewall: Refactor register checkThierry Reding
2013-10-31gpu: host1x: firewall: Rename cmdbuf_id -> cmdbufThierry Reding
2013-10-31gpu: host1x: Fix alignment of function argumentsThierry Reding
2013-10-31gpu: host1x: check relocs after all gathers are consumedErik Faye-Lund
2013-08-27gpu: host1x: returning success instead of -ENOMEMDan Carpenter
2013-08-27gpu: host1x: fix an integer overflow checkDan Carpenter
2013-06-22gpu: host1x: Copy gathers before verificationArto Merilainen
2013-06-22gpu: host1x: Don't reset firewall between gathersTerje Bergstrom
2013-06-22gpu: host1x: Check reloc table before usageArto Merilainen
2013-06-22gpu: host1x: Check INCR opcode correctlyTerje Bergstrom
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom