Re: [PATH 2/4] rcar-du: Add support virtual DRM device

2021-06-21 Thread Sam Ravnborg
On Mon, Jun 21, 2021 at 03:44:01PM +0900, Tomohito Esaki wrote: > In order to use vDRM, it is necessary that the vDRM device is registered > to du decice in the device tree. > The "vdrms" key is added in du node and the vDRM device node is specified. > For example: > -- > & du { > ... >

Re: [PATH 2/4] rcar-du: Add support virtual DRM device

2021-06-21 Thread kernel test robot
Hi Tomohito, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on drm-intel/for-linux-next drm-tip/drm-tip linus/master v5.13-rc7 next-20210618] [cannot apply to pinchartl-media/drm/du/next] [If your patch is applied to the wrong g

[PATH 2/4] rcar-du: Add support virtual DRM device

2021-06-21 Thread Tomohito Esaki
In order to use vDRM, it is necessary that the vDRM device is registered to du decice in the device tree. The "vdrms" key is added in du node and the vDRM device node is specified. For example: -- & du { ... vdrms = <&vdrm0>; }; -- Signed-off-by: Tomohito Esaki --- driver