diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2021-06-10 14:04:54 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-08-10 17:04:05 +0200 |
commit | 13abe0bb15ceac2fb8e8853bd30c278426d95ad0 (patch) | |
tree | 4e4cafd81441aaa49273c7b3a058e292910cd5ad /drivers/gpu/drm/tegra/Makefile | |
parent | 44e961381354df6db92065be3ba2e608c1838b3e (diff) |
drm/tegra: Implement job submission part of new UAPI
Implement the job submission IOCTL with a minimum feature set.
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 783475ffd943..cba655e434b0 100644 --- a/drivers/gpu/drm/tegra/Makefile +++ b/drivers/gpu/drm/tegra/Makefile @@ -4,6 +4,7 @@ ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG tegra-drm-y := \ drm.o \ uapi.o \ + submit.o \ gem.o \ fb.o \ dp.o \ |