[haiku-commits] r42522 - haiku/trunk/src/add-ons/accelerants/radeon_hd

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 31 Jul 2011 18:49:00 +0200 (CEST)

Author: kallisti5
Date: 2011-07-31 18:48:59 +0200 (Sun, 31 Jul 2011)
New Revision: 42522
Changeset: https://dev.haiku-os.org/changeset/42522

Modified:
   haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp
Log:
bug fix, POWER_SHUTDOWN vs POWER_ON

Modified: haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp
===================================================================
--- haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp      2011-07-31 
14:45:55 UTC (rev 42521)
+++ haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp      2011-07-31 
16:48:59 UTC (rev 42522)
@@ -340,7 +340,7 @@
                // Skip if display is inactive
                if (gDisplay[id]->active == false) {
                        CardBlankSet(id, true);
-                       display_power(id, RHD_POWER_ON);
+                       display_power(id, RHD_POWER_SHUTDOWN);
                        continue;
                }
 


Other related posts:

  • » [haiku-commits] r42522 - haiku/trunk/src/add-ons/accelerants/radeon_hd - kallisti5