diff options
| author | Mikko Perttunen <mperttunen@nvidia.com> | 2021-06-10 14:04:51 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2021-08-10 17:04:05 +0200 |
| commit | d7c591bc1a3f23d605b43ac5b207e378d02b01ca (patch) | |
| tree | fb19ecf42f862b0cbe68defd4c52d6314816912b /drivers/gpu/drm/tegra/Makefile | |
| parent | e0f2977c35733fcccafdabcc02bf4f6ddf7f438d (diff) | |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Makefile')
| -rw-r--r-- | drivers/gpu/drm/tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile index d6cf202414f0..783475ffd943 100644 --- a/drivers/gpu/drm/tegra/Makefile +++ b/drivers/gpu/drm/tegra/Makefile @@ -3,6 +3,7 @@ ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG tegra-drm-y := \ drm.o \ + uapi.o \ gem.o \ fb.o \ dp.o \ |
