[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-20 Thread Daniel Vetter
On Thu, Mar 20, 2014 at 09:56:24AM +0800, Daniel Kurtz wrote: > On Thu, Mar 20, 2014 at 3:31 AM, Daniel Vetter wrote: > > On Wed, Mar 19, 2014 at 10:26:13PM +0800, Daniel Kurtz wrote: > >> On Wed, Mar 19, 2014 at 7:51 PM, Daniel Vetter wrote: > >> > On Tue, Mar 18, 2014 at 05:22:49PM -0700, Matt

[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-20 Thread Daniel Kurtz
On Thu, Mar 20, 2014 at 3:31 AM, Daniel Vetter wrote: > On Wed, Mar 19, 2014 at 10:26:13PM +0800, Daniel Kurtz wrote: >> On Wed, Mar 19, 2014 at 7:51 PM, Daniel Vetter wrote: >> > On Tue, Mar 18, 2014 at 05:22:49PM -0700, Matt Roper wrote: >> >> Before we add additional types of planes to the

[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-19 Thread Daniel Kurtz
On Wed, Mar 19, 2014 at 7:51 PM, Daniel Vetter wrote: > On Tue, Mar 18, 2014 at 05:22:49PM -0700, Matt Roper wrote: >> Before we add additional types of planes to the DRM plane list, ensure >> that existing loops over all planes continue to operate only on >> "overlay" planes and ignore primary &

[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-19 Thread Daniel Vetter
On Wed, Mar 19, 2014 at 10:26:13PM +0800, Daniel Kurtz wrote: > On Wed, Mar 19, 2014 at 7:51 PM, Daniel Vetter wrote: > > On Tue, Mar 18, 2014 at 05:22:49PM -0700, Matt Roper wrote: > >> Before we add additional types of planes to the DRM plane list, ensure > >> that existing loops over all

[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-19 Thread Daniel Vetter
On Tue, Mar 18, 2014 at 05:22:49PM -0700, Matt Roper wrote: > Before we add additional types of planes to the DRM plane list, ensure > that existing loops over all planes continue to operate only on > "overlay" planes and ignore primary & cursor planes. > > Cc: Inki Dae > Signed-off-by: Matt

[RFCv3 04/14] drm/exynos: Restrict plane loops to only operate on overlay planes

2014-03-18 Thread Matt Roper
Before we add additional types of planes to the DRM plane list, ensure that existing loops over all planes continue to operate only on "overlay" planes and ignore primary & cursor planes. Cc: Inki Dae Signed-off-by: Matt Roper --- drivers/gpu/drm/exynos/exynos_drm_encoder.c | 6 ++ 1 file