[PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-15 Thread Joonyoung Shim
On 12/15/2011 02:26 AM, Jesse Barnes wrote: > On Wed, 14 Dec 2011 19:00:15 +0900 > Joonyoung Shim wrote: > >> The exynos fimd supports 5 window overlays. Only one window overlay of >> fimd is used by the crtc, so we need plane feature to use the rest >> window overlays. >> >> This creates one

[PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-14 Thread Joonyoung Shim
The exynos fimd supports 5 window overlays. Only one window overlay of fimd is used by the crtc, so we need plane feature to use the rest window overlays. This creates one ioctl exynos specific - DRM_EXYNOS_PLANE_SET_ZPOS, it is the ioctl to decide for user to assign which window overlay.

[PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-14 Thread Jesse Barnes
On Wed, 14 Dec 2011 19:00:15 +0900 Joonyoung Shim wrote: > The exynos fimd supports 5 window overlays. Only one window overlay of > fimd is used by the crtc, so we need plane feature to use the rest > window overlays. > > This creates one ioctl exynos specific - DRM_EXYNOS_PLANE_SET_ZPOS, it >

[PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-14 Thread Joonyoung Shim
The exynos fimd supports 5 window overlays. Only one window overlay of fimd is used by the crtc, so we need plane feature to use the rest window overlays. This creates one ioctl exynos specific - DRM_EXYNOS_PLANE_SET_ZPOS, it is the ioctl to decide for user to assign which window overlay.

Re: [PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-14 Thread Jesse Barnes
On Wed, 14 Dec 2011 19:00:15 +0900 Joonyoung Shim jy0922.s...@samsung.com wrote: The exynos fimd supports 5 window overlays. Only one window overlay of fimd is used by the crtc, so we need plane feature to use the rest window overlays. This creates one ioctl exynos specific -

Re: [PATCH v2 5/5] drm/exynos: Add plane support with fimd

2011-12-14 Thread Joonyoung Shim
On 12/15/2011 02:26 AM, Jesse Barnes wrote: On Wed, 14 Dec 2011 19:00:15 +0900 Joonyoung Shimjy0922.s...@samsung.com wrote: The exynos fimd supports 5 window overlays. Only one window overlay of fimd is used by the crtc, so we need plane feature to use the rest window overlays. This creates