All of lore.kernel.org
 help / color / mirror / Atom feed
* Rcar Gen2: DU: Bootlogs Error and show image error
@ 2015-11-20  7:39 Cao Minh Hiep
  2015-11-25  1:08 ` Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Cao Minh Hiep @ 2015-11-20  7:39 UTC (permalink / raw)
  To: linux-sh

Hi Laurent-san

Thanks for your kindness support!
I don't mean to bother you!
But as you know, we have reported to you before, have some problems 
related to DU driver.
We couldn't show a image on the display. We found the messages as showed 
below:
-----
Boot logs on Rcar-H2:
rcar-du feb00000.display: failed to initialize encoder 
/i2c@e6520000/hdmi@39 (-38), skipping
rcar-du feb00000.display: fb0:  frame buffer device
-----
Boot logs on Rcar-M2:
rcar-du feb00000.display: failed to initialize encoder 
/i2c@e6530000/hdmi@39 (-g
rcar-du feb00000.display: error: no encoder could be initialized
rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
rcar-du: probe of feb00000.display failed with error -22
-----

This is tested on linux stable v4.3.
Please have a look when you have time.

Best Regards,
Jinso/Cao Minh Hiep.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
@ 2015-11-25  1:08 ` Laurent Pinchart
  2015-11-26  2:48 ` Cao Minh Hiep
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2015-11-25  1:08 UTC (permalink / raw)
  To: linux-sh

Hello, and sorry for the late reply.

On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
> Hi Laurent-san
> 
> Thanks for your kindness support!
> I don't mean to bother you!

You're not bothering me at all :-)

> But as you know, we have reported to you before, have some problems
> related to DU driver.
> We couldn't show a image on the display. We found the messages as showed
> below:
> -----
> Boot logs on Rcar-H2:
> rcar-du feb00000.display: failed to initialize encoder
> /i2c@e6520000/hdmi@39 (-38), skipping
> rcar-du feb00000.display: fb0:  frame buffer device
> -----
> Boot logs on Rcar-M2:
> rcar-du feb00000.display: failed to initialize encoder
> /i2c@e6530000/hdmi@39 (-g
> rcar-du feb00000.display: error: no encoder could be initialized
> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
> rcar-du: probe of feb00000.display failed with error -22
> -----
> 
> This is tested on linux stable v4.3.
> Please have a look when you have time.

Have you enabled CONFIG_DRM_RCAR_HDMI ?

-- 
Regards,

Laurent Pinchart



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
  2015-11-25  1:08 ` Laurent Pinchart
@ 2015-11-26  2:48 ` Cao Minh Hiep
  2015-11-27  0:39 ` Laurent Pinchart
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Cao Minh Hiep @ 2015-11-26  2:48 UTC (permalink / raw)
  To: linux-sh

Hi Laurent-san

Thanks for your reply!

On 2015年11月25日 10:08, Laurent Pinchart wrote:
> Hello, and sorry for the late reply.
No, problems!
> On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
>> Hi Laurent-san
>>
>> Thanks for your kindness support!
>> I don't mean to bother you!
> You're not bothering me at all :-)
>
>> But as you know, we have reported to you before, have some problems
>> related to DU driver.
>> We couldn't show a image on the display. We found the messages as showed
>> below:
>> -----
>> Boot logs on Rcar-H2:
>> rcar-du feb00000.display: failed to initialize encoder
>> /i2c@e6520000/hdmi@39 (-38), skipping
>> rcar-du feb00000.display: fb0:  frame buffer device
>> -----
>> Boot logs on Rcar-M2:
>> rcar-du feb00000.display: failed to initialize encoder
>> /i2c@e6530000/hdmi@39 (-g
>> rcar-du feb00000.display: error: no encoder could be initialized
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>> rcar-du: probe of feb00000.display failed with error -22
>> -----
>>
>> This is tested on linux stable v4.3.
>> Please have a look when you have time.
> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>
Yes, These initialize logs are taken with default config that 
CONFIG_DRM_RCAR_HDMI disabled at v4.3.
But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show 
any images on HDMI or RGB Screen.

I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default 
config at v4.4-rc2.
But have a error message as below and DU is still not improved(still can 
not show images on screen).


On Rcar-H2(Lager):

[drm] Initialized drm 1.1.0 20060810
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
rcar-du feb00000.display: fb0:  frame buffer device
[drm] Initialized rcar-du 1.0.0 20130110 on minor 0

On Rcar-M2(Koelsch):

[drm] Initialized drm 1.1.0 20060810
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
rcar-du feb00000.display: fb0:  frame buffer device
[drm] Initialized rcar-du 1.0.0 20130110 on minor 0

Thank you!
Jinso/Hiep





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
  2015-11-25  1:08 ` Laurent Pinchart
  2015-11-26  2:48 ` Cao Minh Hiep
@ 2015-11-27  0:39 ` Laurent Pinchart
  2015-11-27  6:13 ` Cao Minh Hiep
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2015-11-27  0:39 UTC (permalink / raw)
  To: linux-sh

Hello,

On Thursday 26 November 2015 11:48:22 Cao Minh Hiep wrote:
> On 2015年11月25日 10:08, Laurent Pinchart wrote:
> > On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
> >> Hi Laurent-san
> >> 
> >> Thanks for your kindness support!
> >> I don't mean to bother you!
> > 
> > You're not bothering me at all :-)
> > 
> >> But as you know, we have reported to you before, have some problems
> >> related to DU driver.
> >> We couldn't show a image on the display. We found the messages as showed
> >> below:
> >> -----
> >> Boot logs on Rcar-H2:
> >> rcar-du feb00000.display: failed to initialize encoder
> >> /i2c@e6520000/hdmi@39 (-38), skipping
> >> rcar-du feb00000.display: fb0:  frame buffer device
> >> -----
> >> Boot logs on Rcar-M2:
> >> rcar-du feb00000.display: failed to initialize encoder
> >> /i2c@e6530000/hdmi@39 (-g
> >> rcar-du feb00000.display: error: no encoder could be initialized
> >> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
> >> rcar-du: probe of feb00000.display failed with error -22
> >> -----
> >> 
> >> This is tested on linux stable v4.3.
> >> Please have a look when you have time.
> > 
> > Have you enabled CONFIG_DRM_RCAR_HDMI ?
> 
> Yes, These initialize logs are taken with default config that
> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
> any images on HDMI or RGB Screen.
> 
> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
> config at v4.4-rc2.
> But have a error message as below and DU is still not improved(still can
> not show images on screen).
> 
> 
> On Rcar-H2(Lager):
> 
> [drm] Initialized drm 1.1.0 20060810
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] No driver support for vblank timestamp query.
> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
> rcar-du feb00000.display: fb0:  frame buffer device
> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> 
> On Rcar-M2(Koelsch):
> 
> [drm] Initialized drm 1.1.0 20060810
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] No driver support for vblank timestamp query.
> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
> rcar-du feb00000.display: fb0:  frame buffer device
> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0

-517 (-EPROBE_DEFER) means that probe deferral is requested because a required 
dependency is not present. Have you compiled and loaded the adv7511 driver 
(CONFIG_DRM_I2C_ADV7511) ?

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
                   ` (2 preceding siblings ...)
  2015-11-27  0:39 ` Laurent Pinchart
@ 2015-11-27  6:13 ` Cao Minh Hiep
  2015-12-02  7:23 ` Cao Minh Hiep
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Cao Minh Hiep @ 2015-11-27  6:13 UTC (permalink / raw)
  To: linux-sh

Hello Laurent-san,


>>>> But as you know, we have reported to you before, have some problems
>>>> related to DU driver.
>>>> We couldn't show a image on the display. We found the messages as showed
>>>> below:
>>>> -----
>>>> Boot logs on Rcar-H2:
>>>> rcar-du feb00000.display: failed to initialize encoder
>>>> /i2c@e6520000/hdmi@39 (-38), skipping
>>>> rcar-du feb00000.display: fb0:  frame buffer device
>>>> -----
>>>> Boot logs on Rcar-M2:
>>>> rcar-du feb00000.display: failed to initialize encoder
>>>> /i2c@e6530000/hdmi@39 (-g
>>>> rcar-du feb00000.display: error: no encoder could be initialized
>>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>>>> rcar-du: probe of feb00000.display failed with error -22
>>>> -----
>>>>
>>>> This is tested on linux stable v4.3.
>>>> Please have a look when you have time.
>>> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>> Yes, These initialize logs are taken with default config that
>> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
>> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
>> any images on HDMI or RGB Screen.
>>
>> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
>> config at v4.4-rc2.
>> But have a error message as below and DU is still not improved(still can
>> not show images on screen).
>>
>>
>> On Rcar-H2(Lager):
>>
>> [drm] Initialized drm 1.1.0 20060810
>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>> [drm] No driver support for vblank timestamp query.
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>> rcar-du feb00000.display: fb0:  frame buffer device
>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>>
>> On Rcar-M2(Koelsch):
>>
>> [drm] Initialized drm 1.1.0 20060810
>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>> [drm] No driver support for vblank timestamp query.
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>> rcar-du feb00000.display: fb0:  frame buffer device
>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> -517 (-EPROBE_DEFER) means that probe deferral is requested because a required
> dependency is not present. Have you compiled and loaded the adv7511 driver
> (CONFIG_DRM_I2C_ADV7511) ?
>
Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at 
v4.4-rc2.
I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI 
then test.
But It has nothing change.
Is there other configuration or reason could we think?

we usually use Morimoto-san's the bmap tool to show a image as below:
./bmap /dev/fb0 ./hdmi.bmp
It is good for showing a image in bsp version ltsi-v3.10.31-rcar/gen2-1.9.5.


Thank you!
Jinso/Hiep



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
                   ` (3 preceding siblings ...)
  2015-11-27  6:13 ` Cao Minh Hiep
@ 2015-12-02  7:23 ` Cao Minh Hiep
  2015-12-13 19:45 ` Laurent Pinchart
  2016-06-29 23:58 ` Laurent Pinchart
  6 siblings, 0 replies; 10+ messages in thread
From: Cao Minh Hiep @ 2015-12-02  7:23 UTC (permalink / raw)
  To: linux-sh

Hi Laurent-san

Sorry to bother you again!

On 2015年11月27日 15:13, Cao Minh Hiep wrote:
> Hello Laurent-san,
>
>
>>>>> But as you know, we have reported to you before, have some problems
>>>>> related to DU driver.
>>>>> We couldn't show a image on the display. We found the messages as 
>>>>> showed
>>>>> below:
>>>>> -----
>>>>> Boot logs on Rcar-H2:
>>>>> rcar-du feb00000.display: failed to initialize encoder
>>>>> /i2c@e6520000/hdmi@39 (-38), skipping
>>>>> rcar-du feb00000.display: fb0:  frame buffer device
>>>>> -----
>>>>> Boot logs on Rcar-M2:
>>>>> rcar-du feb00000.display: failed to initialize encoder
>>>>> /i2c@e6530000/hdmi@39 (-g
>>>>> rcar-du feb00000.display: error: no encoder could be initialized
>>>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>>>>> rcar-du: probe of feb00000.display failed with error -22
>>>>> -----
>>>>>
>>>>> This is tested on linux stable v4.3.
>>>>> Please have a look when you have time.
>>>> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>>> Yes, These initialize logs are taken with default config that
>>> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
>>> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
>>> any images on HDMI or RGB Screen.
>>>
>>> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
>>> config at v4.4-rc2.
>>> But have a error message as below and DU is still not improved(still 
>>> can
>>> not show images on screen).
>>>
>>>
>>> On Rcar-H2(Lager):
>>>
>>> [drm] Initialized drm 1.1.0 20060810
>>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>>> [drm] No driver support for vblank timestamp query.
>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>>> rcar-du feb00000.display: fb0:  frame buffer device
>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>>>
>>> On Rcar-M2(Koelsch):
>>>
>>> [drm] Initialized drm 1.1.0 20060810
>>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>>> [drm] No driver support for vblank timestamp query.
>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>>> rcar-du feb00000.display: fb0:  frame buffer device
>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>> -517 (-EPROBE_DEFER) means that probe deferral is requested because a 
>> required
>> dependency is not present. Have you compiled and loaded the adv7511 
>> driver
>> (CONFIG_DRM_I2C_ADV7511) ?
>>
> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at 
> v4.4-rc2.
> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI 
> then test.
> But It has nothing change.
> Is there other configuration or reason could we think?
>

Does this problem happen on your board?
If not, Could you please send me your config file?.


Thank you!
Jinso/Hiep


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
                   ` (4 preceding siblings ...)
  2015-12-02  7:23 ` Cao Minh Hiep
@ 2015-12-13 19:45 ` Laurent Pinchart
  2016-06-29 23:58 ` Laurent Pinchart
  6 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2015-12-13 19:45 UTC (permalink / raw)
  To: linux-sh

Hello Cao Minh-san,

(this is a bit of a stupid question, and I apologize for that, but what is the 
proper way to address you, Cao-san, Cao Minh-san, Hiep-san, or something else 
?)

On Thursday 10 December 2015 10:43:18 Cao Minh Hiep wrote:
> 
> >>> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at
> >>> v4.4-rc2.
> >>> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
> >>> then test.
> >>> But It has nothing change.
> >>> Is there other configuration or reason could we think?
> >> 
> >> Does this problem happen on your board?
> >> If not, Could you please send me your config file?.
> > 
> > Sorry for the delay, I wanted to retry on my Koelsch board before
> > replying.
> > 
> > The probe deferral error (-517) you're seeing is normal, it comes from the
> > DU being probed before its dependencies. Probe is deferred and retried,
> > and finally succeeds as shown by
> > 
> > [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> > 
> > With a stock v4.4-rc2 kernel I get the same result, and I can then use the
> > HDMI output without any issue with the modetest application.
> > 
> > I've attached the kernel configuration I used for testing, just in case.
> 
> Thanks, I have changed our HDMI display device(Old one -> other newer one),
> and then I could show a image on the display successfully. This test is
> on Koelsch board.
> But I found that, before showing the image on HDMI display,
> I have to enable CONFIG_FRAMEBUFFER_CONSOLE =y or
> run a command something like "fbset -xres 640 -yres 480 -laced 0", in
> order to clear the first screen.
> 
> On Lager, with the same test method, I could show a image on RGB display
> very well,
> but when I showed image on HDMI display, The image showed on display
> looks bad as attached picture.
> The attached picture: HDMI-Display-image-showed-from-Lager.jpg
> 
> Please have a look and show me what i have to do!

I'll try to reproduce that. Could you please send me the image file and the 
exact test procedure ?

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
                   ` (5 preceding siblings ...)
  2015-12-13 19:45 ` Laurent Pinchart
@ 2016-06-29 23:58 ` Laurent Pinchart
  6 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2016-06-29 23:58 UTC (permalink / raw)
  To: linux-sh

Hello Hiep-san,

On Tuesday 28 Jun 2016 10:19:20 Hiep Cao Minh wrote:
> Hi Laurent-san
> 
> Sorry to bother you again!
> I would like to confirm the fixed patch for this issue on Lager.
> I have retested it on Lager(Rcar-H2), The issue still happens at the
> Linux upstream version v4.7-rc2
> Have you released the fixed patch?
> Please tell me the version and test method if you have already released it.
> I resent the damage image when displaying it on the HDMI screen.

I'm currently traveling and have only taken my H3 board with me, so I don't 
have access to Lager. I'll be back home on the 5th of July and then test this. 
Sorry for the delay.

> On 12/17/2015 03:37 PM, Cao Minh Hiep wrote:
> > Hello Laurent-san
> > 
> > On 2015年12月14日 04:45, Laurent Pinchart wrote:
> >> Hello Cao Minh-san,
> >> 
> >> (this is a bit of a stupid question, and I apologize for that, but
> >> what is the
> >> proper way to address you, Cao-san, Cao Minh-san, Hiep-san, or
> >> something else
> >> ?)
> > 
> > No problems! :) , Hiep is my name! Every one calls me Hiep,
> > 
> >> On Thursday 10 December 2015 10:43:18 Cao Minh Hiep wrote:
> >>>>>> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default
> >>>>>> config at
> >>>>>> v4.4-rc2.
> >>>>>> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
> >>>>>> then test.
> >>>>>> But It has nothing change.
> >>>>>> Is there other configuration or reason could we think?
> >>>>> 
> >>>>> Does this problem happen on your board?
> >>>>> If not, Could you please send me your config file?.
> >>>> 
> >>>> Sorry for the delay, I wanted to retry on my Koelsch board before
> >>>> replying.
> >>>> 
> >>>> The probe deferral error (-517) you're seeing is normal, it comes
> >>>> from the
> >>>> DU being probed before its dependencies. Probe is deferred and
> >>>> retried,
> >>>> and finally succeeds as shown by
> >>>> 
> >>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> >>>> 
> >>>> With a stock v4.4-rc2 kernel I get the same result, and I can then
> >>>> use the
> >>>> HDMI output without any issue with the modetest application.
> >>>> 
> >>>> I've attached the kernel configuration I used for testing, just in
> >>>> case.
> >>> 
> >>> Thanks, I have changed our HDMI display device(Old one -> other
> >>> newer one),
> >>> and then I could show a image on the display successfully. This test is
> >>> on Koelsch board.
> >>> But I found that, before showing the image on HDMI display,
> >>> I have to enable CONFIG_FRAMEBUFFER_CONSOLE =y or
> >>> run a command something like "fbset -xres 640 -yres 480 -laced 0", in
> >>> order to clear the first screen.
> >>> 
> >>> On Lager, with the same test method, I could show a image on RGB
> >>> display
> >>> very well,
> >>> but when I showed image on HDMI display, The image showed on display
> >>> looks bad as attached picture.
> >>> The attached picture: HDMI-Display-image-showed-from-Lager.jpg
> >>> 
> >>> Please have a look and show me what i have to do!
> >> 
> >> I'll try to reproduce that. Could you please send me the image file
> >> and the
> >> exact test procedure ?
> > 
> > I tested on v4.4-rc2 on Lager board.
> > 
> > CONFIG_DRM_RCAR_HDMI=y
> > CONFIG_DRM_I2C_ADV7511=y
> > VIDEO_ADV7511=y
> > CONFIG_FRAMEBUFFER_CONSOLE =y
> > 
> > I used the Morimoto-san's bmap tool to show image file.
> > ./bmap /dev/fb0 ./picture.bmp
> > 
> > I attach bmap file and the image file "picture.bmp".
> > 
> > Regards,
> > Jinso/Hiep.

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
       [not found]   ` <5771D098.5000706@jinso.co.jp>
@ 2016-08-03 22:19     ` Laurent Pinchart
  2016-08-04  6:54       ` Hiep Cao Minh
  0 siblings, 1 reply; 10+ messages in thread
From: Laurent Pinchart @ 2016-08-03 22:19 UTC (permalink / raw)
  To: Hiep Cao Minh
  Cc: Geert Uytterhoeven, linux-renesas-soc, Sakato Ryusuke,
	kuninori morimoto, yoshihiro shimoda,
	稲吉:人ソ, Nguyen Viet Dung

Hello Hiep-san,

(Dropping the linux-sh mailing list and adding linux-renesas-soc)

On Tuesday 28 Jun 2016 10:19:20 Hiep Cao Minh wrote:
> Hi Laurent-san
> 
> Sorry to bother you again!
> I would like to confirm the fixed patch for this issue on Lager.
> I have retested it on Lager(Rcar-H2), The issue still happens at the
> Linux upstream version v4.7-rc2
> Have you released the fixed patch?
> Please tell me the version and test method if you have already released it.
> I resent the damage image when displaying it on the HDMI screen.

I've finally been able to test the problem you have reported on the Lager 
board.

There is a new issue introduced in the current merging window that completely 
breaks HDMI output on Lager. I have posted a fix to the dri-devel and linux-
renesas-soc mailing lists under the subject "[PATCH] drm: rcar-du: Link HDMI 
encoder with bridge". I will make sure that it lands in v4.8 (hopefully in 
v4.8-rc1, but it might have to wait for v4.8-rc2).

With the fix applied to Linus' latest master branch (the commid ID I used is 
f7b32e4c021fd788f13f6785e17efbc3eb05b351) HDMI output works properly on Lager 
for me. Running your test application displays the image correctly on my 
screen.

Could you check whether you can reproduce the problem with the latest kernel ?

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Rcar Gen2: DU: Bootlogs Error and show image error
  2016-08-03 22:19     ` Rcar Gen2: DU: Bootlogs Error and show image error Laurent Pinchart
@ 2016-08-04  6:54       ` Hiep Cao Minh
  0 siblings, 0 replies; 10+ messages in thread
From: Hiep Cao Minh @ 2016-08-04  6:54 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Geert Uytterhoeven, linux-renesas-soc, Sakato Ryusuke,
	kuninori morimoto, yoshihiro shimoda,
	稲吉:人ソ, Nguyen Viet Dung

Hello Laurent-san,

Thanks for your reply!

>> Hi Laurent-san
>>
>> Sorry to bother you again!
>> I would like to confirm the fixed patch for this issue on Lager.
>> I have retested it on Lager(Rcar-H2), The issue still happens at the
>> Linux upstream version v4.7-rc2
>> Have you released the fixed patch?
>> Please tell me the version and test method if you have already released it.
>> I resent the damage image when displaying it on the HDMI screen.
> I've finally been able to test the problem you have reported on the Lager
> board.
>
> There is a new issue introduced in the current merging window that completely
> breaks HDMI output on Lager. I have posted a fix to the dri-devel and linux-
> renesas-soc mailing lists under the subject "[PATCH] drm: rcar-du: Link HDMI
> encoder with bridge". I will make sure that it lands in v4.8 (hopefully in
> v4.8-rc1, but it might have to wait for v4.8-rc2).
>
> With the fix applied to Linus' latest master branch (the commid ID I used is
> f7b32e4c021fd788f13f6785e17efbc3eb05b351) HDMI output works properly on Lager
> for me. Running your test application displays the image correctly on my
> screen.
>
> Could you check whether you can reproduce the problem with the latest kernel ?
Thanks for your patch!,
Currently, I could not confirm your patch on latest kernel v4.7 because 
of source code is unsupported
So I might to wait for  a newer version of Linux mainline.
I also have tried to put it on renesas-drivers latest version, but It is 
the same Linux mainline version.

Could you please tell me the other kernel version that the patch 
comfirmation is possible?.

Thank you!.
Jinso/Hiep.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-08-04  6:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20  7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
2015-11-25  1:08 ` Laurent Pinchart
2015-11-26  2:48 ` Cao Minh Hiep
2015-11-27  0:39 ` Laurent Pinchart
2015-11-27  6:13 ` Cao Minh Hiep
2015-12-02  7:23 ` Cao Minh Hiep
2015-12-13 19:45 ` Laurent Pinchart
2016-06-29 23:58 ` Laurent Pinchart
  -- strict thread matches above, loose matches on Subject: below --
2015-11-12 14:12 [PATCH] pinctrl: sh-pfc: r8a7795: Rename SEL_SCIF to SEL_SATA Geert Uytterhoeven
     [not found] ` <56725823.5080003@jinso.co.jp>
     [not found]   ` <5771D098.5000706@jinso.co.jp>
2016-08-03 22:19     ` Rcar Gen2: DU: Bootlogs Error and show image error Laurent Pinchart
2016-08-04  6:54       ` Hiep Cao Minh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.