Re: [PATCH v4 19/21] drm/tegra: Implement new UAPI

2020-11-20 Thread kernel test robot
Hi Mikko, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tegra/for-next] [also build test WARNING on linus/master v5.10-rc4] [cannot apply to tegra-drm/drm/tegra/for-next next-20201120] [If your patch is applied to the wrong git tree, kindly drop us a note. And

Re: [PATCH v4 19/21] drm/tegra: Implement new UAPI

2020-11-20 Thread kernel test robot
Hi Mikko, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tegra/for-next] [also build test WARNING on linus/master v5.10-rc4] [cannot apply to tegra-drm/drm/tegra/for-next next-20201120] [If your patch is applied to the wrong git tree, kindly drop us a note. And

[PATCH v4 19/21] drm/tegra: Implement new UAPI

2020-11-20 Thread 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 --- v4: * New patch, split out from combined UAPI + submit patch. --- drivers/gpu/drm/tegra/Make