Skip to content

Commit 571a923

Browse files
committed
Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-next
drm/tegra: Changes for v5.15-rc1 The bulk of these changes is a more modern ABI that can be efficiently used on newer SoCs as well as older ones. The userspace parts for this are available here: - libdrm support: https://gitlab.freedesktop.org/tagr/drm/-/commits/drm-tegra-uabi-v8 - VAAPI driver: https://github.com/cyndis/vaapi-tegra-driver In addition, existing userspace from the grate reverse-engineering project has been updated to use this new ABI: - X11 driver: https://github.com/grate-driver/xf86-video-opentegra - 3D driver: https://github.com/grate-driver/grate Other than that, there's also support for display memory bandwidth management for various generations and a bit of cleanup. Signed-off-by: Dave Airlie <[email protected]> From: Thierry Reding <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 0def4b7 + fed0289 commit 571a923

37 files changed

+2882
-197
lines changed

drivers/gpu/drm/tegra/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config DRM_TEGRA
99
select DRM_MIPI_DSI
1010
select DRM_PANEL
1111
select TEGRA_HOST1X
12+
select INTERCONNECT
1213
select IOMMU_IOVA
1314
select CEC_CORE if CEC_NOTIFIER
1415
help

drivers/gpu/drm/tegra/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
33

44
tegra-drm-y := \
55
drm.o \
6+
uapi.o \
7+
submit.o \
8+
firewall.o \
69
gem.o \
710
fb.o \
811
dp.o \

0 commit comments

Comments
 (0)