svn commit: r268599 - projects/pmac_pmu/sys/powerpc/powermac

Justin Hibbits jhibbits at FreeBSD.org
Mon Jul 14 00:16:50 UTC 2014


Author: jhibbits
Date: Mon Jul 14 00:16:49 2014
New Revision: 268599
URL: http://svnweb.freebsd.org/changeset/base/268599

Log:
  Reduce the backlight off delay even more.

Modified:
  projects/pmac_pmu/sys/powerpc/powermac/atibl.c

Modified: projects/pmac_pmu/sys/powerpc/powermac/atibl.c
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/atibl.c	Sun Jul 13 23:53:41 2014	(r268598)
+++ projects/pmac_pmu/sys/powerpc/powermac/atibl.c	Mon Jul 14 00:16:49 2014	(r268599)
@@ -245,7 +245,7 @@ atibl_setlevel(struct atibl_softc *sc, i
 		lvds_gen_cntl &= ~(RADEON_LVDS_BL_MOD_EN | RADEON_LVDS_BL_MOD_LEVEL_MASK);
 		bus_write_4(sc->sc_memr, RADEON_LVDS_GEN_CNTL, lvds_gen_cntl);
 		lvds_gen_cntl &= ~(RADEON_LVDS_ON | RADEON_LVDS_EN);
-		DELAY(200000);
+		DELAY(100);
 		bus_write_4(sc->sc_memr, RADEON_LVDS_GEN_CNTL, lvds_gen_cntl);
 
 		atibl_pll_wreg(sc, RADEON_PIXCLKS_CNTL, pixclks_cntl);


More information about the svn-src-projects mailing list