[PATCH v3 2/3] drm: zte: add initial vou drm driver

2016-10-27 Thread Shawn Guo
Hi Gustavo, Thanks for looking at the patch. > 2016-10-20 Shawn Guo : > > > It adds the initial ZTE VOU display controller DRM driver. There are > > still some features to be added, like overlay plane, scaling, and more > > output devices support. But it's already useful with dual CRTCs and >

[PATCH v3 2/3] drm: zte: add initial vou drm driver

2016-10-27 Thread Shawn Guo
> On Thu, Oct 20, 2016 at 3:30 AM, Shawn Guo wrote: > > It adds the initial ZTE VOU display controller DRM driver. There are > > still some features to be added, like overlay plane, scaling, and more > > output devices support. But it's already useful with dual CRTCs and > > HDMI monitor working

[PATCH v3 2/3] drm: zte: add initial vou drm driver

2016-10-20 Thread Shawn Guo
It adds the initial ZTE VOU display controller DRM driver. There are still some features to be added, like overlay plane, scaling, and more output devices support. But it's already useful with dual CRTCs and HDMI monitor working. Signed-off-by: Shawn Guo --- drivers/gpu/drm/Kconfig |

[PATCH v3 2/3] drm: zte: add initial vou drm driver

2016-10-20 Thread Gustavo Padovan
2016-10-20 Shawn Guo : > It adds the initial ZTE VOU display controller DRM driver. There are > still some features to be added, like overlay plane, scaling, and more > output devices support. But it's already useful with dual CRTCs and > HDMI monitor working. > > Signed-off-by: Shawn Guo > --

[PATCH v3 2/3] drm: zte: add initial vou drm driver

2016-10-20 Thread Sean Paul
On Thu, Oct 20, 2016 at 3:30 AM, Shawn Guo wrote: > It adds the initial ZTE VOU display controller DRM driver. There are > still some features to be added, like overlay plane, scaling, and more > output devices support. But it's already useful with dual CRTCs and > HDMI monitor working. > > Sign