summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c
AgeCommit message (Expand)AuthorLines
2021-08-26Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie-36/+62
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko-1/+15
2021-08-10drm/tegra: Bump driver versionMikko Perttunen-1/+1
2021-08-10drm/tegra: Implement job submission part of new UAPIMikko Perttunen-1/+3
2021-08-10drm/tegra: Implement syncpoint wait UAPIMikko Perttunen-0/+2
2021-08-10drm/tegra: Implement syncpoint management UAPIMikko Perttunen-0/+5
2021-08-10drm/tegra: Implement new UAPIMikko Perttunen-16/+21
2021-08-10drm/tegra: Allocate per-engine channel in core codeMikko Perttunen-0/+11
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen-17/+3
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen-1/+1
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen-0/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann-1/+1
2021-06-29drm/tegra: Don't set struct drm_device.irq_enabledThomas Zimmermann-7/+0
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-10/+17
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter-2/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann-2/+2
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding-3/+10
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen-7/+7
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+3
2021-02-23drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter-0/+3
2021-01-15drm/tegra: gr2d: Add compatible for Tegra114Dmitry Osipenko-0/+1
2021-01-15drm/tegra: dc: Enable display controller driver for Tegra114Dmitry Osipenko-0/+1
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-7/+2
2020-11-10drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma-1/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-3/+2
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann-4/+0
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-6/+6
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+4
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-6/+6
2020-04-28drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding-1/+2
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-2/+1
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga-3/+4
2020-02-06drm/tegra: Relax IOMMU usage criteria on old TegraThierry Reding-17/+32
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding-2/+2
2019-12-04drm/tegra: Run hub cleanup on ->remove()Thierry Reding-0/+3
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding-3/+1
2019-10-29drm/tegra: Optionally attach clients to the IOMMUThierry Reding-18/+48
2019-10-29gpu: host1x: Add direction flags to relocationsThierry Reding-0/+2
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding-14/+20
2019-10-29drm/tegra: Do not use ->load() and ->unload() callbacksThierry Reding-167/+154
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding-11/+11
2019-10-28drm/tegra: Use DRM_DEBUG_DRIVER for driver messagesThierry Reding-4/+4
2019-10-24drm/tegra: Fix ordering of cleanup codeThierry Reding-7/+7
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg-0/+8
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-4/+1
2019-06-26drm/tegra: remove irrelevant DRM_UNLOCKED flagEmil Velikov-14/+14
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-02-07drm/tegra: Restrict IOVA space to DMA maskThierry Reding-2/+3
2019-02-07drm/tegra: Setup shared IOMMU domain after initializationThierry Reding-25/+29