Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Sylwester Nawrocki
On 02/28/2013 04:09 PM, Lonsn wrote: > HDMI output is OK now, it's a variable init question in 'struct v4l2_buffer > buf' when call ioctl(fd, VIDIOC_DQBUF, &buf) in the hdmi example application. > Add m.planes in buf then OK. > Thanks all! > I will continue to test the mfc decoder for s5pv210. Wel

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Lonsn
HDMI output is OK now, it's a variable init question in 'struct v4l2_buffer buf' when call ioctl(fd, VIDIOC_DQBUF, &buf) in the hdmi example application. Add m.planes in buf then OK. Thanks all! I will continue to test the mfc decoder for s5pv210. Regards, 于 2013/2/28 20:28, Lonsn 写道: 于 2013/

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-28 Thread Lonsn
于 2013/2/28 5:41, Sylwester Nawrocki 写道: On 02/27/2013 04:48 PM, Lonsn wrote: 于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: On 02/26/2013 01:59 PM, Lonsn wrote: [...] Now kernel prints the following HDMI related: m2m-testdev m2m-testdev.0: mem2mem-testdevDevi

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Sylwester Nawrocki
On 02/27/2013 04:48 PM, Lonsn wrote: 于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: On 02/26/2013 01:59 PM, Lonsn wrote: [...] Now kernel prints the following HDMI related: m2m-testdev m2m-testdev.0: mem2mem-testdevDevice registered as /dev/video0 s5p-jpeg s5p-

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
于 2013/2/27 23:13, Lonsn 写道: On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdm

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Inderpal Singh
On 27 February 2013 16:52, Sylwester Nawrocki wrote: > On 02/27/2013 11:51 AM, Inderpal Singh wrote: >> On 27 February 2013 02:52, Sylwester Nawrocki >> wrote: >>> On 02/22/2013 01:00 PM, Lonsn wrote: Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed wi

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
于 2013/2/27 18:51, Inderpal Singh 写道: On 27 February 2013 02:52, Sylwester Nawrocki wrote: On 02/22/2013 01:00 PM, Lonsn wrote: Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed with dma-pl330 and HDMI driver. For dma-pl330, kernel print: dma-pl330 dma-pl330.0: PERIPH_

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Lonsn
On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdmiphy adapter request failed\n"

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Sylwester Nawrocki
On 02/27/2013 11:51 AM, Inderpal Singh wrote: > On 27 February 2013 02:52, Sylwester Nawrocki > wrote: >> On 02/22/2013 01:00 PM, Lonsn wrote: >>> >>> Hi, >>> I have tested the kernel 3.8 with a SMDKV210 like board. But I failed >>> with dma-pl330 and HDMI driver. >>> For dma-pl330, kernel print:

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-27 Thread Inderpal Singh
On 27 February 2013 02:52, Sylwester Nawrocki wrote: > On 02/22/2013 01:00 PM, Lonsn wrote: >> >> Hi, >> I have tested the kernel 3.8 with a SMDKV210 like board. But I failed >> with dma-pl330 and HDMI driver. >> For dma-pl330, kernel print: >> dma-pl330 dma-pl330.0: PERIPH_ID 0x0, PCELL_ID 0x0 !

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-26 Thread Sylwester Nawrocki
On 02/22/2013 01:00 PM, Lonsn wrote: Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed with dma-pl330 and HDMI driver. For dma-pl330, kernel print: dma-pl330 dma-pl330.0: PERIPH_ID 0x0, PCELL_ID 0x0 ! dma-pl330: probe of dma-pl330.0 failed with error -22 dma-pl330 dma-pl33

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-26 Thread Sylwester Nawrocki
On 02/26/2013 09:07 PM, Sylwester Nawrocki wrote: Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdmiphy adapter request failed\n"

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-26 Thread Sylwester Nawrocki
Hi Lonsn, On 02/26/2013 01:59 PM, Lonsn wrote: Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdmiphy adapter request failed\n"); ret = -ENXIO;

Re: SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-26 Thread Lonsn
Now I checked HDMI failed at: drivers/media/platform/s5p-tv/hdmi_drv.c: 912 line adapter = i2c_get_adapter(pdata->hdmiphy_bus); if (adapter == NULL) { dev_err(dev, "hdmiphy adapter request failed\n"); ret = -ENXIO; goto fail_vdev;

SMDKV210 support issue in kernel 3.8 (dma-pl330 and HDMI failed)

2013-02-22 Thread Lonsn
Hi, I have tested the kernel 3.8 with a SMDKV210 like board. But I failed with dma-pl330 and HDMI driver. For dma-pl330, kernel print: dma-pl330 dma-pl330.0: PERIPH_ID 0x0, PCELL_ID 0x0 ! dma-pl330: probe of dma-pl330.0 failed with error -22 dma-pl330 dma-pl330.1: PERIPH_ID 0x0, PCELL_ID 0x0 ! d