]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit99a0cee6345efbc3f1cc073bca660c4a10ba8da6
treefb19ecf42f862b0cbe68defd4c52d6314816912b
parentf9c6d8384ca5e99a9fdfe492250695b47a5481f0
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]