Hi Kalle,

Thanks for your reply,

Check if you have /lib/firmware/av8100.fw

I am able to find the firmware in /system/etc/firmware/aw8100.fw

I want to ask you a doubt,

1) In file *mcde_fb.c* in that in function *reallocate_fb_mem*,

/* TODO: Remove once hwmem has support for defragmentation */
#ifdef CONFIG_MCDE_FB_AVOID_REALLOC
        if (!mfb->alloc) {
                u32 old_size = size;

                size = MCDE_FB_BPP_MAX / 8 * MCDE_FB_VXRES_MAX *
                        MCDE_FB_VYRES_MAX;
#endif

                alloc = hwmem_alloc(size, HWMEM_ALLOC_HINT_WRITE_COMBINE |
                                HWMEM_ALLOC_HINT_UNCACHED,
                                (HWMEM_ACCESS_READ  | HWMEM_ACCESS_WRITE |
                                HWMEM_ACCESS_IMPORT),
                                HWMEM_MEM_CONTIGUOUS_SYS);


Here I am* confuse which CONFIG i need to enable* either
*CONFIG_MCDE_FB_AVOID_REALLOC
or CONFIG_HWMEM.*

2)If possible please provide *me a pointer to understand the concept of
enabling*  CONFIG_MCDE_FB_AVOID_REALLOC or CONFIG_HWMEM and how the *hwmem
is related to display*.


Regards,
Ranganath.T.M



On Wed, Sep 12, 2012 at 2:14 PM, Kalle Vahlman <[email protected]>wrote:

> 2012/9/12 Ranganath TM <[email protected]>:
> > Hi All,
> >
> > Processor : Ste U8500
> >
> > I am working on HDMI in ICS(4.0.3) its failing to create the frame
> buffer,
> > with the following errors,
> >
> > 1)av8100 is falling in firmware download.
>
> I would fix this first, as it has a good chance to be why the rest fail.
>
> Check if you have /lib/firmware/av8100.fw and if not, install that and
> see if it helps. You can find the firmware package from:
>
>   http://www.igloocommunity.org/download/linaro/firmware/1.1.3/
>
> --
> Kalle Vahlman, Movial Creative Technologies Inc.
> Porkkalankatu 20, FI-00180 Helsinki
> Tel +358 9 8567 6400
> Fax +358 9 8567 6401
> www.movial.com
>



-- 
Thanks And Regards
Ranganath T.M

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to