public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Romain Goyet <r.goyet@gmail.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] FB support for OMAP2
Date: Tue, 29 Nov 2005 09:11:39 +0100	[thread overview]
Message-ID: <8028e5750511290011l5a716c82o@mail.gmail.com> (raw)
In-Reply-To: <20051129021725.GG8319@atomide.com>

Hi Tony,
You might push this if you want, but I'm preparing a slightly bigger
patch that will include this one. (Since even with this Palm TE
support is still broken...)

Kind regards,
Romain Goyet

2005/11/29, Tony Lindgren <tony@atomide.com>:
> * Romain Goyet <r.goyet@gmail.com> [051127 23:11]:
> > .
> > After checking, it appeared your patch was just working great : my
> > Palm's in fact crashing because of a bug in the function
> > paging_init(); in arch/arm/mm/init.c.
> >
> > 2005/11/28, Imre Deak <imre.deak@nokia.com>:
> > > Hi,
> > >
> > > For me it didn't even build for PALMTE, so this is at least needed:
> > >
> > > diff --git a/drivers/video/omap/lcdc.c b/drivers/video/omap/lcdc.c
> > > index fd5e137..5700d25 100644
> > > --- a/drivers/video/omap/lcdc.c
> > > +++ b/drivers/video/omap/lcdc.c
> > > @@ -439,7 +439,7 @@ static void inline setup_regs(void)
> > >  #ifdef CONFIG_MACH_OMAP_PALMTE
> > >  /* FIXME:if (machine_is_omap_palmte()) { */
> > >                 /* PalmTE uses alternate TFT setting in 8BPP mode */
> > > -               l |= (tft && fbdev->panel->video_mode->bpp == 8) ? 0x810000 : 0;
> > > +               l |= (is_tft && panel->bpp == 8) ? 0x810000 : 0;
> > >  /*     } */
> > >  #endif
> > >         omap_writel(l, OMAP_LCDC_CONTROL);
>
> Pushing this today.
>
> Tony
>

  reply	other threads:[~2005-11-29  8:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1129668250.5871.56.camel@mammoth.research.nokia.com>
     [not found] ` <4356BD5A.2040100@mvista.com>
     [not found]   ` <1129799050.5762.6.camel@mammoth.research.nokia.com>
     [not found]     ` <8028e5750511271548o1c5a213i@mail.gmail.com>
     [not found]       ` <1133158321.8150.9.camel@localhost.localdomain>
2005-11-28  7:11         ` [PATCH] FB support for OMAP2 Romain Goyet
2005-11-29  2:17           ` Tony Lindgren
2005-11-29  8:11             ` Romain Goyet [this message]
2005-11-29 23:46               ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8028e5750511290011l5a716c82o@mail.gmail.com \
    --to=r.goyet@gmail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox