On Thu, 2004-10-28 at 07:49 +0200, Colin Leroy wrote: > On 28 Oct 2004 at 08h10, Benjamin Herrenschmidt wrote: > > Hi, > > > > lvds_gen_cntl |= LVDS_DISPLAY_DIS; > > OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl); > > lvds_gen_cntl &= ~(LVDS_ON | LVDS_BLON /* | LVDS_EN | > > LVDS_DIGON */); > > OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl); > > I tried to, but it didn't work...
That is annoying ... so you can't get the stuff to work by just manipulating LVDS_ON and LVDS_BLON, not touching LVDS_EN and LVDS_DIGON at all ? That sounds really bad ... Ben;