aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegra into drm-nextDave Airlie1-0/+1
2022-07-08drm/tegra: vic: Add Tegra234 supportMikko Perttunen1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+29
2022-01-27drm/tegra: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-12-16drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2021-12-16drm/tegra: Consolidate runtime PM management of older UAPI codepathDmitry Osipenko1-1/+10
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen1-0/+4
2021-08-26Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-36/+62
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko1-1/+15
2021-08-10drm/tegra: Bump driver versionMikko Perttunen1-1/+1
2021-08-10drm/tegra: Implement job submission part of new UAPIMikko Perttunen1-1/+3
2021-08-10drm/tegra: Implement syncpoint wait UAPIMikko Perttunen1-0/+2
2021-08-10drm/tegra: Implement syncpoint management UAPIMikko Perttunen1-0/+5
2021-08-10drm/tegra: Implement new UAPIMikko Perttunen1-16/+21
2021-08-10drm/tegra: Allocate per-engine channel in core codeMikko Perttunen1-0/+11
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen1-17/+3
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen1-1/+1
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-0/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-29drm/tegra: Don't set struct drm_device.irq_enabledThomas Zimmermann1-7/+0
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+17
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-2/+2
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding1-3/+10
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-7/+7
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+3
2021-02-23drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-01-15drm/tegra: gr2d: Add compatible for Tegra114Dmitry Osipenko1-0/+1
2021-01-15drm/tegra: dc: Enable display controller driver for Tegra114Dmitry Osipenko1-0/+1
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+2
2020-11-10drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-3/+2
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann1-4/+0
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+6
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-6/+6
2020-04-28drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding1-1/+2
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-2/+1
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga1-3/+4
2020-02-06drm/tegra: Relax IOMMU usage criteria on old TegraThierry Reding1-17/+32
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-2/+2
2019-12-04drm/tegra: Run hub cleanup on ->remove()Thierry Reding1-0/+3
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding1-3/+1
2019-10-29drm/tegra: Optionally attach clients to the IOMMUThierry Reding1-18/+48
2019-10-29gpu: host1x: Add direction flags to relocationsThierry Reding1-0/+2
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding1-14/+20
2019-10-29drm/tegra: Do not use ->load() and ->unload() callbacksThierry Reding1-167/+154
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding1-11/+11
2019-10-28drm/tegra: Use DRM_DEBUG_DRIVER for driver messagesThierry Reding1-4/+4