Subversion Repositories Kolibri OS

Rev

Rev 5354 | Rev 6084 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5354 Rev 5367
Line 840... Line 840...
840
		 * reset and the re-install of gt irqs. Skip for ironlake per
840
		 * reset and the re-install of gt irqs. Skip for ironlake per
841
		 * previous concerns that it doesn't respond well to some forms
841
		 * previous concerns that it doesn't respond well to some forms
842
		 * of re-init after reset.
842
		 * of re-init after reset.
843
		 */
843
		 */
844
		if (INTEL_INFO(dev)->gen > 5)
844
		if (INTEL_INFO(dev)->gen > 5)
845
			intel_reset_gt_powersave(dev);
845
			intel_enable_gt_powersave(dev);
846
	} else {
846
	} else {
847
		mutex_unlock(&dev->struct_mutex);
847
		mutex_unlock(&dev->struct_mutex);
848
	}
848
	}
Line 849... Line 849...
849
 
849