Re: [PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-23 Thread Eric Nelson
On 09/22/2012 03:17 AM, Sascha Hauer wrote: Hi Eric, On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: Hi Sascha, But ipu_crtc-imx_crtc gets initialized in this call, and ipu_irq_handler() makes use of it. The U-Boot code doesn't enable interrupts, so it's not acking along the

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-22 Thread Sascha Hauer
Hi Eric, On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: > Hi Sascha, > > While testing against a video-enabled U-Boot on i.MX6, I found the issue > below. > [...] > > But ipu_crtc->imx_crtc gets initialized in this call, and > ipu_irq_handler() makes use of it. > > The U-Boot

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-22 Thread Eric Nelson
On 09/22/2012 03:17 AM, Sascha Hauer wrote: > Hi Eric, > > On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: >> Hi Sascha, >> >> >> But ipu_crtc->imx_crtc gets initialized in this call, and >> ipu_irq_handler() makes use of it. >> >> The U-Boot code doesn't enable interrupts, so it's

Re: [PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-22 Thread Sascha Hauer
Hi Eric, On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: Hi Sascha, While testing against a video-enabled U-Boot on i.MX6, I found the issue below. [...] But ipu_crtc-imx_crtc gets initialized in this call, and ipu_irq_handler() makes use of it. The U-Boot code

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer --- drivers/staging/imx-drm/Kconfig |6

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Eric Nelson
Hi Sascha, While testing against a video-enabled U-Boot on i.MX6, I found the issue below. On 09/21/2012 01:07 AM, Sascha Hauer wrote: > This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The > driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO > board and the

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---

Re: [PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Eric Nelson
Hi Sascha, While testing against a video-enabled U-Boot on i.MX6, I found the issue below. On 09/21/2012 01:07 AM, Sascha Hauer wrote: This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-12 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer --- drivers/staging/imx-drm/Kconfig |6

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-12 Thread Sascha Hauer
This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q sabrelite board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---