drm/tegra: Implement new UAPI
authorMikko Perttunen <mperttunen@nvidia.com>
Thu, 10 Jun 2021 11:04:51 +0000 (14:04 +0300)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Aug 2021 15:04:05 +0000 (17:04 +0200)
commitd7c591bc1a3f23d605b43ac5b207e378d02b01ca
treefb19ecf42f862b0cbe68defd4c52d6314816912b
parente0f2977c35733fcccafdabcc02bf4f6ddf7f438d
drm/tegra: Implement new UAPI

Implement the non-submission parts of the new UAPI, including
channel management and memory mapping. The UAPI is under the
CONFIG_DRM_TEGRA_STAGING config flag for now.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/Makefile
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/uapi.c [new file with mode: 0644]
drivers/gpu/drm/tegra/uapi.h [new file with mode: 0644]