[PATCH v3 1/3] drm: zte: make zx_plane accessible from zx_vou driver

2017-01-05 Thread Sean Paul
On Wed, Dec 28, 2016 at 9:37 PM, Shawn Guo wrote: > From: Shawn Guo > > Move struct zx_plane from zx_plane.c to zx_plane.h, so that it can be > accessed from zx_vou driver, and we can save the use of struct > zx_layer_data completely. More importantly, those additional data used > by VOU control

[PATCH v3 1/3] drm: zte: make zx_plane accessible from zx_vou driver

2016-12-29 Thread Shawn Guo
From: Shawn Guo Move struct zx_plane from zx_plane.c to zx_plane.h, so that it can be accessed from zx_vou driver, and we can save the use of struct zx_layer_data completely. More importantly, those additional data used by VOU controller to enable/disable graphic and video layers can later be ad