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: &

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

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

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