Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 00:16:49 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r268599 - projects/pmac_pmu/sys/powerpc/powermac
Message-ID:  <201407140016.s6E0Gnlf094070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407140016.s6E0Gnlf094070>