Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux
Pull drm tegra updates from Dave Airlie: "I missed a pull request from Thierry, this stuff has been in linux-next for a while anyways. It does contain a branch from the iommu tree, but Thierry said it should be fine" * tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux: gpu: host1x: Fix host1x driver shutdown gpu: host1x: Support module reset gpu: host1x: Sort includes alphabetically drm/tegra: Add VIC support dt-bindings: Add bindings for the Tegra VIC drm/tegra: Add falcon helper library drm/tegra: Add Tegra DRM allocation API drm/tegra: Add tiling FB modifiers drm/tegra: Don't leak kernel pointer to userspace drm/tegra: Protect IOMMU operations by mutex drm/tegra: Enable IOVA API when IOMMU support is enabled gpu: host1x: Add IOMMU support gpu: host1x: Fix potential out-of-bounds access iommu/iova: Fix compile error with CONFIG_IOMMU_IOVA=m iommu: Add dummy implementations for !IOMMU_IOVA MAINTAINERS: Add related headers to IOMMU section iommu/iova: Consolidate code for adding new node to iovad domain rbtree
Showing
- Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt 13 additions, 0 deletions...vicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- drivers/gpu/drm/tegra/Kconfig 1 addition, 0 deletionsdrivers/gpu/drm/tegra/Kconfig
- drivers/gpu/drm/tegra/Makefile 3 additions, 1 deletiondrivers/gpu/drm/tegra/Makefile
- drivers/gpu/drm/tegra/drm.c 228 additions, 55 deletionsdrivers/gpu/drm/tegra/drm.c
- drivers/gpu/drm/tegra/drm.h 14 additions, 1 deletiondrivers/gpu/drm/tegra/drm.h
- drivers/gpu/drm/tegra/falcon.c 259 additions, 0 deletionsdrivers/gpu/drm/tegra/falcon.c
- drivers/gpu/drm/tegra/falcon.h 127 additions, 0 deletionsdrivers/gpu/drm/tegra/falcon.h
- drivers/gpu/drm/tegra/fb.c 20 additions, 3 deletionsdrivers/gpu/drm/tegra/fb.c
- drivers/gpu/drm/tegra/gem.c 10 additions, 2 deletionsdrivers/gpu/drm/tegra/gem.c
- drivers/gpu/drm/tegra/vic.c 396 additions, 0 deletionsdrivers/gpu/drm/tegra/vic.c
- drivers/gpu/drm/tegra/vic.h 31 additions, 0 deletionsdrivers/gpu/drm/tegra/vic.h
- drivers/gpu/host1x/bus.c 34 additions, 34 deletionsdrivers/gpu/host1x/bus.c
- drivers/gpu/host1x/cdma.c 58 additions, 16 deletionsdrivers/gpu/host1x/cdma.c
- drivers/gpu/host1x/cdma.h 4 additions, 2 deletionsdrivers/gpu/host1x/cdma.h
- drivers/gpu/host1x/dev.c 65 additions, 11 deletionsdrivers/gpu/host1x/dev.c
- drivers/gpu/host1x/dev.h 11 additions, 3 deletionsdrivers/gpu/host1x/dev.h
- drivers/gpu/host1x/hw/cdma_hw.c 7 additions, 9 deletionsdrivers/gpu/host1x/hw/cdma_hw.c
- drivers/gpu/host1x/job.c 62 additions, 10 deletionsdrivers/gpu/host1x/job.c
- drivers/gpu/host1x/job.h 1 addition, 0 deletionsdrivers/gpu/host1x/job.h
Loading
Please register or sign in to comment