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

2011-12-13 Thread Inki Dae
.org > Subject: Re: [PATCH 5/5] drm/exynos: Add plane support with fimd > > On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim > wrote: > > On 12/13/2011 06:59 AM, Rob Clark wrote: > >> > >> On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae ?wrote: > >>> > &

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

2011-12-13 Thread Joonyoung Shim
On 12/13/2011 06:59 AM, Rob Clark wrote: > On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: >> From: 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 creat

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

2011-12-13 Thread Joonyoung Shim
On 12/13/2011 07:48 AM, Rob Clark wrote: > On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: >> +static int >> +exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, >> +struct drm_framebuffer *fb, int crtc_x, int crtc_y, >> +unsigned int crtc_w,

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

2011-12-12 Thread Rob Clark
gmin.park at samsung.com; sw0312.kim at samsung.com; dri- >> devel at lists.freedesktop.org >> Subject: Re: [PATCH 5/5] drm/exynos: Add plane support with fimd >> >> On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim >> wrote: >> > On 12/13/2011 06:59 AM

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

2011-12-12 Thread Rob Clark
...@samsung.com; sw0312@samsung.com; dri- >> de...@lists.freedesktop.org >> Subject: Re: [PATCH 5/5] drm/exynos: Add plane support with fimd >> >> On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim >> wrote: >> > On 12/13/2011 06:59 AM, Rob Clark wrote: &

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

2011-12-12 Thread Rob Clark
On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim wrote: > On 12/13/2011 06:59 AM, Rob Clark wrote: >> >> On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae ?wrote: >>> >>> From: Joonyoung Shim >>> >>> The exynos fimd supports 5 window overlays. Only one window overlay of >>> fimd is used by the crtc, so we

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

2011-12-12 Thread Inki Dae
bject: Re: [PATCH 5/5] drm/exynos: Add plane support with fimd > > On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim > wrote: > > On 12/13/2011 06:59 AM, Rob Clark wrote: > >> > >> On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae  wrote: > >>> > >>&g

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

2011-12-12 Thread Rob Clark
On Mon, Dec 12, 2011 at 6:41 PM, Joonyoung Shim wrote: > On 12/13/2011 06:59 AM, Rob Clark wrote: >> >> On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae  wrote: >>> >>> From: Joonyoung Shim >>> >>> The exynos fimd supports 5 window overlays. Only one window overlay of >>> fimd is used by the crtc, so we n

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

2011-12-12 Thread Rob Clark
On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: > +static int > +exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, > + ? ? ? ? ? ? ? ? ? ?struct drm_framebuffer *fb, int crtc_x, int crtc_y, > + ? ? ? ? ? ? ? ? ? ?unsigned int crtc_w, unsigned int crtc_h, > + ? ? ? ? ? ? ? ? ? ?ui

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

2011-12-12 Thread Joonyoung Shim
On 12/13/2011 06:59 AM, Rob Clark wrote: On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: From: 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 exyno

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

2011-12-12 Thread Joonyoung Shim
On 12/13/2011 07:48 AM, Rob Clark wrote: On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: +static int +exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, +struct drm_framebuffer *fb, int crtc_x, int crtc_y, +unsigned int crtc_w, unsigned i

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

2011-12-12 Thread Rob Clark
On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: > From: 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_S

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

2011-12-12 Thread Rob Clark
On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: > +static int > +exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, > +                    struct drm_framebuffer *fb, int crtc_x, int crtc_y, > +                    unsigned int crtc_w, unsigned int crtc_h, > +                    ui

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

2011-12-12 Thread Rob Clark
On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae wrote: > From: 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_S

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

2011-12-09 Thread Inki Dae
From: 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 w

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

2011-12-09 Thread Inki Dae
From: 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 w