Re: [U-Boot] dm video question

2016-08-18 Thread Simon Glass
Hi Peng, On 18 August 2016 at 00:19, Peng Fan wrote: > Hi Simon, > > On Tue, Aug 16, 2016 at 10:16:00PM -0600, Simon Glass wrote: >>Hi Peng, >> >>On 15 August 2016 at 04:05, Peng Fan wrote: >>> >>> Hi Simon, >>> >>> I am trying to coverting mxsfb.c

Re: [U-Boot] dm video question

2016-08-18 Thread Peng Fan
Hi Simon, On Tue, Aug 16, 2016 at 10:16:00PM -0600, Simon Glass wrote: >Hi Peng, > >On 15 August 2016 at 04:05, Peng Fan wrote: >> >> Hi Simon, >> >> I am trying to coverting mxsfb.c to support dm. >> >> But met the following issue. >> " >> mxsfb_lcd_bind: Frame buffer

Re: [U-Boot] dm video question

2016-08-16 Thread Simon Glass
Hi Peng, On 15 August 2016 at 04:05, Peng Fan wrote: > > Hi Simon, > > I am trying to coverting mxsfb.c to support dm. > > But met the following issue. > " > mxsfb_lcd_bind: Frame buffer size 200400 > Video device 'lcdif@021c8000' cannot allocate frame buffer memory

[U-Boot] dm video question

2016-08-15 Thread Peng Fan
Hi Simon, I am trying to coverting mxsfb.c to support dm. But met the following issue. " mxsfb_lcd_bind: Frame buffer size 200400 Video device 'lcdif@021c8000' cannot allocate frame buffer memory -ensure the device is set up before relocation " I add "u-boot, dm-pre-reloc" in dts as the