aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/host1x.h
AgeCommit message (Expand)Author
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen
2023-01-26gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen
2022-11-25gpu: host1x: Select context device based on attached IOMMUMikko Perttunen
2022-07-08gpu: host1x: Program context stream ID on submissionMikko Perttunen
2022-07-08gpu: host1x: Add context device management codeMikko Perttunen
2022-04-06gpu: host1x: Do not use mapping cache for job submissionsThierry Reding
2022-04-06gpu: host1x: Fix a kernel-doc warningRandy Dunlap
2021-12-16gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen
2021-08-10gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen
2021-08-10gpu: host1x: Add job release callbackMikko Perttunen
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen
2021-08-10gpu: host1x: Add DMA fence implementationMikko Perttunen
2021-05-17gpu: host1x: Split up client initalization and registrationThierry Reding
2021-03-31gpu: host1x: Add early init and late exit callbacksThierry Reding
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen
2021-03-30gpu: host1x: Allow syncpoints without associated clientMikko Perttunen
2021-03-30gpu: host1x: Use different lock classes for each clientMikko Perttunen
2020-08-28media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...Sowjanya Komatineni
2020-07-17gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()Sowjanya Komatineni
2020-07-17gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni
2020-06-16gpu: host1x: Correct trivial kernel-doc inconsistenciesColton Lewis
2020-04-28drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding
2020-01-15Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-11-25drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter
2019-10-29gpu: host1x: Add direction flags to relocationsThierry Reding
2019-10-29gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding
2019-10-28gpu: host1x: Request channels for clients, not devicesThierry Reding
2019-06-25Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie
2019-06-05gpu: host1x: Increase maximum DMA segment sizeThierry Reding
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2018-05-18gpu: host1x: Use not explicitly sized typesThierry Reding
2018-05-18gpu: host1x: Rename relocarray -> relocs for consistencyThierry Reding
2018-05-18gpu: host1x: Store pointer to client in jobsThierry Reding
2018-05-18gpu: host1x: Remove wait check supportThierry Reding
2017-10-20gpu: host1x: syncpt: Request syncpoints per clientThierry Reding
2017-06-15gpu: host1x: Refactor channel allocation codeMikko Perttunen
2017-06-15gpu: host1x: Correct swapped arguments in the is_addr_reg() definitionDmitry Osipenko
2017-06-15gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko
2017-06-15drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTLDmitry Osipenko
2017-06-15gpu: host1x: Flesh out kerneldocThierry Reding