aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c
AgeCommit message (Expand)Author
2024-02-26Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2024-02-26drm/tegra: Remove existing framebuffer only if we support displayThierry Reding
2024-02-01drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-04-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-04-06drm/tegra: Implement fbdev emulation as in-kernel clientThomas Zimmermann
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2022-11-25drm/tegra: Add Tegra234 support to NVDEC driverMikko Perttunen
2022-11-18gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy
2022-07-12Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegr...Dave Airlie
2022-07-08drm/tegra: vic: Add Tegra234 supportMikko Perttunen
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2022-01-27drm/tegra: Add support for the nomodeset kernel parameterJavier Martinez Canillas
2021-12-16drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko
2021-12-16drm/tegra: Consolidate runtime PM management of older UAPI codepathDmitry Osipenko
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen
2021-08-26Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko
2021-08-10drm/tegra: Bump driver versionMikko Perttunen
2021-08-10drm/tegra: Implement job submission part of new UAPIMikko Perttunen
2021-08-10drm/tegra: Implement syncpoint wait UAPIMikko Perttunen
2021-08-10drm/tegra: Implement syncpoint management UAPIMikko Perttunen
2021-08-10drm/tegra: Implement new UAPIMikko Perttunen
2021-08-10drm/tegra: Allocate per-engine channel in core codeMikko Perttunen
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-06-29drm/tegra: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-23drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter
2021-01-15drm/tegra: gr2d: Add compatible for Tegra114Dmitry Osipenko
2021-01-15drm/tegra: dc: Enable display controller driver for Tegra114Dmitry Osipenko
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-11-10drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-19drm/tegra: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-28drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga