Re: [PATCH v8 09/14] drm/tegra: Implement new UAPI

2021-07-15 Thread Dmitry Osipenko
09.07.2021 22:31, Thierry Reding пишет: > diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c > index cddee6425461..6ee08e49ec57 100644 > --- a/drivers/gpu/drm/tegra/drm.c > +++ b/drivers/gpu/drm/tegra/drm.c > @@ -21,6 +21,7 @@ > #include > #include > > +#include "uapi.h" >

[PATCH v8 09/14] drm/tegra: Implement new UAPI

2021-07-09 Thread Thierry Reding
From: Mikko Perttunen 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 Signed-off-by: Thierry Reding --- Changes in v8: - rebase on top of late